Hi again,

I can't manage to get the correct path to make the compiler find mspdb71.dll. It is found when I run 'which mspdb71.dll' but not by the cl.exe nor link.exe application.

I've tried both with front- and back-slashes, and both cygwin & windows style in my cygwin path (as well as calling vcvars32.bat both in cygwin.bat and scons.bat).

My path thus have all three variations:

PATH='C:/Program Files/Microsoft Visual Studio .NET 2003/Common7/IDE:
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE:
/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Common7/IDE: ...'

I even tried copying the file to the vc7/bin dir but then got other warnings about mismatches and so on, so I abandoned that hack pretty quickly.

Any ideas?

/Marcus

Marcus Lindblom wrote:
Hi Andreas,

Ah. I had Python installed for cygwin as well, and forgot to use : as path separator instead of ;. It's always the little things. :)

Scons is definately doing something now, so I'll keep at it for a while and see if I can get it going.

/Marcus

Andreas Zieringer wrote:
Hi Marcus,

I use scons and my scons line is:

scons.bat compiler=msvc71 type=opt qt="C:\cygwin\usr\software\qt-3.35-vc7.1\WIN32"

just need to type the whole line only once in the next run you can call scons.bat

ok you need python 2.4 from http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi

and scons version 0.96.1 http://prdownloads.sourceforge.net/scons/scons-0.96.1.zip

and cygwin from http://www.cygwin.com/

don't forget to add the python path (something like /C/Programme/Python24) to your cygwin PATH envvar.

Andreas

Gerrit Voss wrote:

Hi,

On Fri, 2006-03-31 at 16:29 +0800, Gerrit Voss wrote:

Hi,

On Fri, 2006-03-31 at 10:28 +0200, Marcus Lindblom wrote:

Gerrit Voss wrote:

Hi,

Ok. It seems to have lost it's Custom Build Step properties, as those are empty (for both OSGScanParseSkel.lpp and OSGScanParseSkel.y).

Sh**, I have a short look.


I would if the cvs would be reachable from here, but as it is not it might take a second. Anyway these are the custom build steps :

[snip]

Ok. I need to compile OSG myself to get PDBs so I can find why I all of a sudden get a crash (by me calling OpenSG which crashes, might be a threading issue cause the data going in should be alright, but I don't what the call touches on the way).

I managed to reinsert the statements above (as the anon-cvs is still out) but bison wants a 'bison.simple' file, which is not included in the GnuWin32-packages. I found one with some Win32-bison port, but that one gives me compilation errors.

What config is recommended to build OpenSG on windows?

I've made various attempts with cygwin+make/scons but it wont really work. Sadly, I'm yet no wizard on unix-compilation (it usually just works, by magic and huge configure scripts :).

Best Regards
/Marcus


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to