Replies: 7 comments
-
Hmm the new cmath functions wreak havoc with stlports math definitions but im testing a new build now where i cast to std instead of stlports __std_alias (evc uses same approach) so if it works ill upload a new build soon. |
Beta Was this translation helpful? Give feedback.
-
sadly not working, patches to work around this are welcome. |
Beta Was this translation helpful? Give feedback.
-
Hmm i think i got lucky, i used the same strategy when porting SGI STL to open watcom and it seems to work now. Running some tests first to make sure though. |
Beta Was this translation helpful? Give feedback.
-
Ok got closer than last time but im still running into a snag atleast when it comes to using FILE. 'stlpmtx_std::FILE' has not been declared as a member error. not sure but something tells me std::FILE is not exported by stlport, i also tried with the using std::FILE and its the same error so it seems its not exported. |
Beta Was this translation helpful? Give feedback.
-
Heh well this is somewhat weird, i can now build wxwidgets with stlport no problem but i cannot bootstrap Open Watcom with it because it seems some changes in the last pull changed something in watcoms cpplib. SGI STL now also fails to build watcom. |
Beta Was this translation helpful? Give feedback.
-
If it fully supports the STLport, what configurations do I have to make so that the compiler can work perfectly? Which version of STLport can I use? Is it the latest release? |
Beta Was this translation helpful? Give feedback.
-
watcoms stl supports more functions now than when i last built stlport, |
Beta Was this translation helpful? Give feedback.
-
http://sourceforge.net/projects/cbadvanced/files/Open%20Watcom/stlport-watcom-2.0.7z/download
My port of STLPORT for Open Watcom.
32 bit windows target only "like the old one".
I used static runtime libraries though so this version can be used with later versions of Open Watcom with some adjustments to the config header.
Beta Was this translation helpful? Give feedback.
All reactions