Alan Austin wrote: > >> #if defined (OSG_USE_WINTHREADS) >> /* #undef OSG_ASPECT_USE_LOCALSTORAGE */ >> /* #undef OSG_ASPECT_USE_DECLSPEC */ >> #endif >> >> hmm this is facinating. These are usually set via one 'if then else' >> statement so either of them should be active. >> >> Could you rerun configure the following way forcing a bash execution : >> >> bash ./configure --with-compiler=cl.net2003 ..... (all your params) >> >> and send me the OSGConfigured.h output again. >> >> BTW how current is your cygwin ?? >> > I'd reinstalled cygwin just before my first try at compiling about a > week or two ago. I've checked today and all the packages I have are > still up to date. > > Running it with the forced bash execution (which is my normal shell > anyway), it came up with the same results as before, it seems. I've > attached anyway. > > I do run into the problem someone else had with the commonQT4.in file > not existing, or not located where it should be. To my knowledge, this > should be irrelevent, although I would like to build with QT4 support > sometime in the future. > > -Alan In an attempt to just get things to work, I just added a #define OSG_ASPECT_USE_LOCALSTORAGE under the OSG_USE_WINTHREADS statement. I assume this is supposed to be set using the --enable-win-localstorage configure argument, which I do have set. After setting this tag, everything seems to compile as it should. I also tried running the same build on my laptop, with the same result, so it doesn't seem to be computer-specific necessarily. If there's anything you want me to do to figure this problem out, I'd be happy to help. Thanks for all the help.
On a side note, I work mostly in the VS.NET2003 IDE and was wondering if there was a way to get intellisense to actually help with osg namespace members, etc? It just makes life a whole lot easier to not have to look up in the documentation constantly. Thanks again, -Alan _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
