Gerrit Voss wrote:
Hi,

On Mon, 2003-10-27 at 04:00, Chad Austin wrote:

The experimental NewAction/PriorityIterator stuff is broken in VC7.0, so I can't build OpenSG in Windows at the moment. The PriorityIterator code uses something like:

class Class;
typedef list<Class> ClassList;
typedef ClassList::iterator ClassListIt;

In VC 7.0, you need fully-defined classes in list<>. VC 7.1 compiles the above code fine.


my 7.0 does so too.

That's odd... Is yours a stock install of VS.NET 2002 or something different?

I am actually very close to having OpenSG building in VC 7.1. I added a new compiler type "vc71". One weird thing, though: If I use the cl.net compiler, the OpenSG build doesn't do any dependency scans. If I use vc71, it does. (But scanning for dependencies fails, because cl.exe doesn't understand the -QM option.) Any idea why this would happen? If I set OSGNODEPS, I can manually override, but it would be nice if the default worked.

The next thing on my plate is making OpenSG not produce so many warnings with warning level 3. It's extremely annoying to work with libraries that generate hundreds upon hundreds of warnings. -_-

Chad



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to