joevenzon Wrote:You probably want to run build/vdrift from a shell while at the ~/games/vdrift/vdrift path.
That was exactly the problem. Thanks! Now my Linux build runs.
Now for Windows...
---
Edit:
Finally carved out some time to work on this. For my Windows build, I'm using:
Boost 1.45.0
http://voxel.dl.sourceforge.net/project/...1_45_0.zip
ASIO 1.4.7
http://softlayer.dl.sourceforge.net/proj...-1.4.7.zip
MinGW 2010 10 30
http://iweb.dl.sourceforge.net/project/m...101030.exe
Code::Blocks 2010 12 18 6900
http://download2.berlios.de/codeblocks/C...0_win32.7z
http://download2.berlios.de/codeblocks/m..._gcc441.7z
http://download2.berlios.de/codeblocks/w..._gcc441.7z
When compiling in Code::Blocks:
include\http.h #includes curl/curl.h and other curl/ .h files. I have no *curl*.* in the vdrift folder nor in c:\mingw\. Am I missing some dependency?
Code:
||=== win32, Debug ===|
..\..\include\http.h|8|fatal error: curl/curl.h: No such file or directory|
||=== Build finished: 1 errors, 0 warnings (1 minutes, 44 seconds) ===|
Running the .bat from the command line, I clearly have the scons dependency files, but somehow an scons module can't be found:
Code:
C:\Documents and Settings\jmoore.GENESEE>echo %PATH%
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Program Files\QuickTi
me\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Python31;C:\Python31\Scripts
C:\Documents and Settings\jmoore.GENESEE>cd "My Documents\vdrift_build\vdrift"
C:\Documents and Settings\jmoore.GENESEE\My Documents\vdrift_build\vdrift>tools\
win\bin\build_vdrift.bat
--VDrift Windows compilation script--
Make sure you're running this from your VDrift folder, like so:
tools\win\bin\build_vdrift.bat
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python31\Lib\site-packages\scons-2.0.1\SCons\__init__.py", line 43, i
n <module>
import SCons.compat
File "C:\Python31\Lib\site-packages\scons-2.0.1\SCons\compat\__init__.py", lin
e 90, in <module>
import _scons_builtins
ImportError: No module named _scons_builtins
Copying files:
File not found - vdrift.exe
0 File(s) copied
0 File(s) copied
Make sure you check get the VDrift data! See:
http://wiki.vdrift.net/Getting_the_development_version#Checking_out_the_data
C:\Documents and Settings\jmoore.GENESEE\My Documents\vdrift_build\vdrift>
Anything obvious I'm missing?
J M