Is there any documentation on how to get it to compile under windows? I have downloaded 1.6.4 and 1.9 and neither seem to compile out of the box. I have even tried setting it up so that it knows about STL libraries, but that doesnt seem to help. When I try to compile either way, I get many, many errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I added a INSTALL.win32 in CVS (only MSVC for now). What compiler do you use? STL should be included with your compiler...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-11-15
I am using MS VC++ 6.0. I suppose STL is included with it...but I also have STLport on my system, which I use because I want to make sure things will compile on multiple platforms.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any documentation on how to get it to compile under windows? I have downloaded 1.6.4 and 1.9 and neither seem to compile out of the box. I have even tried setting it up so that it knows about STL libraries, but that doesnt seem to help. When I try to compile either way, I get many, many errors.
I added a INSTALL.win32 in CVS (only MSVC for now). What compiler do you use? STL should be included with your compiler...
I am using MS VC++ 6.0. I suppose STL is included with it...but I also have STLport on my system, which I use because I want to make sure things will compile on multiple platforms.