Hello Reimar,

[email protected] wrote:
> i tried building the current cvs version on a Windows 64 bit machine using 
> scons
> (as scons worked very well under Linux) and failed miserably.
> Compilation seems to work (VS 2005 compiler) but linking does not.
> A little bit of googling around seems to indicate that it is a scons problem,
> but I did not find anything usefull to help me fix the problem.
> Now I am hoping that someone on this list can help me.

yes, that is what I have heard too and it is part of the reason we moved 
to CMake for OpenSG 2 just recently.

> This is the error I get:
> LINK : fatal error LNK1104: cannot open file 'TEMPFILE'
> scons: *** [Build\win32-msvc80x64\Source\Base\OSGBaseD.dll] Error 1104
> scons: building terminated because of errors.

This one however might be fixable, try putting this

env['ENV']['TMP'] = os.environ.get('TMP')

into the SConstruct file around line 848 (in the __init__ function of 
class win32), cf. 
<http://www.scons.org/wiki/FrequentlyAskedQuestions#head-44d0dc802975894f06588abe769c8e2a33085699>

        Hope it helps,
                Carsten


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to