Hi Dirk,

When i am compiling the OpenSG VS7 build, i get linker errors in SystemLib (see below).
sorry for german linker msgs. it means that this symbols are missing.

I'm using the cvs version from today.
I took a short look into the code and the missing symbols are abstract methods in the FlexLexer class, wich is subclassed by class OSGScanParseLexer but the abtract methods are not implemented??

regards,
Michael




------ Erstellen gestartet: Projekt: SystemLib, Konfiguration: Debug Win32 ------

Verknüpfen...
LINK : warning LNK4075: '/EDITANDCONTINUE' wird auf Grund der Angabe von '/INCREMENTAL:NO' ignoriert Bibliothek '.\..\lib\dbg/OSGSystem.lib' und Objekt '.\..\lib\dbg/OSGSystem.exp' wird erstellt OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "protected: virtual void __thiscall OSGScanParseSkel_FlexLexer::LexerError(char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "protected: virtual void __thiscall OSGScanParseSkel_FlexLexer::LexerOutput(char const *,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "protected: virtual int __thiscall OSGScanParseSkel_FlexLexer::LexerInput(char *,int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual void __thiscall OSGScanParseSkel_FlexLexer::switch_streams(class std::basic_istream<char,struct std::char_traits<char> > *,class std::basic_ostream<char,struct std::char_traits<char> > *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@3@@Z) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual int __thiscall OSGScanParseLexer::yylex(void)" ([EMAIL PROTECTED]@@UAEHXZ) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual void __thiscall OSGScanParseSkel_FlexLexer::yyrestart(class std::basic_istream<char,struct std::char_traits<char> > *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@@Z) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual void __thiscall OSGScanParseSkel_FlexLexer::yy_delete_buffer(struct yy_buffer_state *)" ([EMAIL PROTECTED]@@UAEXPAUyy_buffer_state@@@Z) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual struct yy_buffer_state * __thiscall OSGScanParseSkel_FlexLexer::yy_create_buffer(class std::basic_istream<char,struct std::char_traits<char> > *,int)" ([EMAIL PROTECTED]@@UAEPAUyy_buffer_state@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]) OSGScanParseLexer.obj : error LNK2001: Nichtaufgelöstes externes Symbol "public: virtual void __thiscall OSGScanParseSkel_FlexLexer::yy_switch_to_buffer(struct yy_buffer_state *)" ([EMAIL PROTECTED]@@UAEXPAUyy_buffer_state@@@Z) OSGScanParseLexer.obj : error LNK2019: Nicht aufgelöstes externes Symbol '"public: __thiscall OSGScanParseSkel_FlexLexer::OSGScanParseSkel_FlexLexer(class std::basic_istream<char,struct std::char_traits<char> > *,class std::basic_ostream<char,struct std::char_traits<char> > *)" (??0OSGScanParseSkel_FlexLexer@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@std@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@2@@Z)', verwiesen in Funktion '"public: __thiscall OSGScanParseLexer::OSGScanParseLexer(class osg::ScanParseSkelBase *,class std::basic_istream<char,struct std::char_traits<char> > *,class std::basic_ostream<char,struct std::char_traits<char> > *)" (??0OSGScanParseLexer@@[EMAIL PROTECTED]@osg@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@std@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@@4@@Z)' OSGScanParseLexer.obj : error LNK2019: Nicht aufgelöstes externes Symbol '"public: virtual __thiscall OSGScanParseSkel_FlexLexer::~OSGScanParseSkel_FlexLexer(void)" (??1OSGScanParseSkel_FlexLexer@@[EMAIL PROTECTED])', verwiesen in Funktion '"public: virtual __thiscall OSGScanParseLexer::~OSGScanParseLexer(void)" (??1OSGScanParseLexer@@[EMAIL PROTECTED])' ..\lib\dbg\OSGSystem.dll : fatal error LNK1120: 11 unaufgelöste externe Verweise

Message: 1
Subject: Re: [Opensg-users] Question with VS.NET 7 build
From: Dirk Reiners <[EMAIL PROTECTED]>
To: users <[email protected]>
Date: Fri, 26 Aug 2005 15:38:38 -0500
Reply-To: [email protected]


        Hi Simon,

(..)

You shouldn't have to get anything, it should just work. Can you tell us
exactly what you did so that we can reproduce it?
Yours

        Dirk



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to