compiling issues

antaine

King
Joined
Aug 1, 2005
Messages
737
I've followed Refar's guide to a T, but keep getting the following error:

------ Build started: Project: CvGameCoreDLL, Configuration: Final Release Win32 ------
Performing Makefile project actions
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Program Files\Microsoft Visual C++ Toolkit 2003/bin/cl.exe" /nologo /MD /Gd /G7 /GR /O2 /W3 /EHsc /DWIN32 /DNDEBUG /D_WINDOWS /D_USRDLL /DCVGAMECOREDLL_EXPORTS /DFINAL_RELEASE /IBoost-1.32.0/include /IPython24/include /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003/include" /I"C:\Program Files\Microsoft Platform SDK/Include" /c CvArea.cpp /FoFinal_Release/CvArea.obj
CvArea.cpp
x:\Applications\Civilization IV\Beyond the Sword\Mods\Rhye's and Fall of Civilization\CvGameCoreDLL\CvGameCoreDLL.h(160) : fatal error C1083: Cannot open include file: 'boost/python/list.hpp': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual C++ Toolkit 2003/bin/cl.exe"' : return code '0x2'
Stop.
Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
Build log was saved at "file://\\.psf\host\Applications\Civilization IV\Beyond the Sword\Mods\Rhye's and Fall of Civilization\CvGameCoreDLL\Final Release\BuildLog.htm"
CvGameCoreDLL - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


What am I doing wrong?

the list file that it says does not exist is in exactly the place it says it isn't...
 
Post a link to the guide to make sure, but did you remember to copy and paste the Boost-1.32.0 and Python24 folders from the original BtS CvGagmeCoreDLL to the folder with the Visual C++ project?
 
I've got it now. I'd downloaded them from the internet, but that wasn't good enough. For some reason, neither of those folders appeared in my Mac install (expected) or on the XP install I had on Parallels (unexpected).

I'd recently put civ on my girlfriend's thinkpad, and hadn't given the computer back to her yet, so I was able to get the files from her install and keep a copy on my hd for future modding.

Been compiling for about 2 hrs now...doesn't seem to have any errors yet...I think this is going to work...
 
Back
Top Bottom