Dear everyone
i am a entry level student for programming.
I really need HELP
i follow the PlaneShift Compiling Guide
Instralled:
1.Visual Studio 2005
2.Platform SDK for MSVC 8
(Cannot updata from
http://www.microsoft.com/downloads/details.aspx?
FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en Therefore i download WindowsR Server 2003 SP1 Platform SDK ISO from
http://www.microsoft.com/downloads/info.aspx?
na=47&p=2&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=A55B6B43-E24F-4EA3-A93E-
40C0EC4F68E5&u=details.aspx%3ffamilyid%3dD8EECD75-1FC4-49E5-BC66-9DA2B03D9B92%
26displaylang%3den)
And do the follower change in Visual C++ Directories -> Show directories
Executables files - C:\Program Files\Microsoft Platform SDK\Bin
Include files - C:\Program Files\Microsoft Platform SDK\include
Library files - C:\Program Files\Microsoft Platform SDK\lib )
3.CS Windows Libraries (installed in other folder, but using "Copy DLLs to a CS
directory" Set the directory to C:\development\CS)
4.cURL(C:\development\curl
5.WinCVS
6.TortoiseSVN
7.MySQL version 5.0.(c:\mysql\)
8.WordNet binaries, version 2.1.
Set Environment Variables:
Variable Name: CRYSTAL (all caps)
Variable Value: C:\development\cs
Variable Name: CEL (all caps)
Variable Value: C:\development\cel
Download Source Code:
Crystal Space (Using TortoiseSVN, C:\development\CS, revision number: 26286)
Crystal Entity Layer (Using TortoiseSVN, C:\development\cel, revision number: 2591)
PlaneShift (Using WinCVS, C:\development\planeshift)
Updating Sources:
Do not updata anything
Compile the Code:
Setup MSVC Environment:
"Include Files"
C:\development\CS\include
C:\development\CS\include\csutil\win32
C:\development\cel\include
C:\development\curl\include
C:\mysql\include
"Library Files"
C:\mysql\lib\opt
C:\development\curl\
Crystal Space (CS):
MSVC 8.0 open C:\development\CS\mk\msvc8\wkstypical.sln
Make sure that your specific 'msvc' folder has the 'read only' box unchecked before
continuing.(I do not know where 'read only' is)'Build Solution'
After i select 'Build Solution' the program start to compile
However i have the error
c:\development\cs\include\csutil\zip.h(32) : fatal error C1083: Cannot open include file:
'zlib.h': No such file or directory
LINK : fatal error LNK1104: cannot open file '..\..\out\debug8\libs\libcrystalspace_d.lib'
.
.
.
Is that something wrong?
How can i fix it?
This is very important for me.
Please Help Me