Hi Gerrit Thanks for reply! I am using the those in dist/win/supportlibs.zip. As contained readme suggests, I add the stlport directory to the BEGINNING of the include list. Then I got the following errors:
BaseLib warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification BaseLib error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::~basic_ios<char,class _STL::char_traits<char> >(void)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@_STL@@[EMAIL PROTECTED]) referenced in function "public: void __thiscall osg::Log::resetRefTime(void)" ([EMAIL PROTECTED]@osg@@QAEXXZ) BaseLib error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall _STL::basic_ios<char,class _STL::char_traits<char> >::~basic_ios<char,class _STL::char_traits<char> >(void)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@@_STL@@[EMAIL PROTECTED]) referenced in function "public: void __thiscall osg::Log::resetRefTime(void)" ([EMAIL PROTECTED]@osg@@QAEXXZ) > > Hi, > > On Sun, 2004-11-14 at 07:25, [EMAIL PROTECTED] wrote: >> Hi all, >> >> I try to build the latest OpenSG using VS7. Below is the compile error >> when I build SystemLib. I include "c:\Program Files\GnuWin32\include\" >> in >> the include path of VS so that it can find zilb.h, jpeg.h png.h and >> tiffio.h, and same for the library path. All these head file and library >> are from http://gnuwin32.sourceforge.net/packages.html. >> >> Thanks for any help! >> >> Yuting >> >> c:\Program Files\GnuWin32\include\jmorecfg.h(161): error C2371: 'INT32' >> : >> redefinition; different basic types >> >> c:\Program Files\GnuWin32\include\jmorecfg.h(280): error C2371: >> 'boolean' >> : redefinition; different basic types > > I never used those as we normally build against the libs/header coming > with OpenSG (dist/win/supportlibs.zip). As I'm not in office before > Tuesday it might take a second for my to try the GnuWin32 versions, in > between you might want to try the support libs. > > regards, > gerrit > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
