Hi,

On Mon, 2003-10-27 at 09:56, Chad Austin wrote:
> 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?

IIRC it is a plain install ;-)

> 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.

It never works it is just that for 7.0 it is disabled automatically. 
I haven't found a way to generate dependencies with the MS compilers
so far and if I look how often people have to hit rebuild all while
working with Visual Studio I'm not quite sure if I really want to use
their tools ;-)

> 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.  -_-

I know I know but before you put in to much works be aware that there
are quite some changes coming up which currently are build in a
different tree. So it would be probably a good idea to coordinate
this a little bit ;-)

gerrit





-------------------------------------------------------
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