|
1666
|
Crystal Space Development / General Crystal Space Discussion / FED UP WITH TRYING TO COMPILE CRYSTAL CORE !!!!!!!!
|
on: July 02, 2005, 01:16:48 pm
|
Oh brother, got the zip from the link I show you, the quick guild for building crystal core, then I went to the sourceforge download, to download the config file and all that.
Then I move the crystalcore folder to the CS home directory (never mention that) I export CEL and CRYSTAL including the path, went to the crystalcore directory, compile it and then try to run jam Moving the crystalcore folder is not needed and better is to not do that. I asked for exact instructions. That means I want to see all commands EXACTLY like you typed them and ALL output you got. Greetings,
|
|
|
|
|
1669
|
Crystal Space Development / General Crystal Space Discussion / FED UP WITH TRYING TO COMPILE CRYSTAL CORE !!!!!!!!
|
on: July 02, 2005, 06:05:33 am
|
If you download Crystal Core from CVS then the file 'configure' is included with that. So you have that file unless something was wrong when doing the cvs checkout. It seems you only downloaded the data files for Crystal Core but you forgot to check out the source. See this entry on the url you mention: Finally you must get Crystal Core itself. Crystal Core is located in the same repository as Crystal Space. Just check out the 'crystalcore' module. Greetings,
|
|
|
|
|
1670
|
Crystal Space Development / Support / Re: OK
|
on: July 01, 2005, 08:36:10 pm
|
OK. I got it to compile, but now it crashes, tried both new and old renderers... Can you give more information. What exactly are you running? I mean which application? What messages do you see on screen? Please describe the problem a bit more exactly. Greetings,
|
|
|
|
|
1672
|
Crystal Space Development / Support / Re: Oh...
|
on: July 01, 2005, 08:01:40 pm
|
Oh... And I was downloading libs all day  Thanks  Didn't read the manual, my fault. I'm very sorry... P.S. Didn't help anyway... :/ What lib do I need to add for those externals? Hmm... What package did you download and install? Did you tell it where to find Crystal Space. There is nothing you need to add if the cs winlibs package is correctly installed. Greetings,
|
|
|
|
|
1673
|
Crystal Space Development / Support / Re: Problems compiling with MSVC7
|
on: July 01, 2005, 01:18:50 pm
|
I get this when I try to compile plgvfs (CS98_004) with MSVC7: plgvfs error LNK2019: unresolved external symbol _crc32 referenced in function "public: bool __thiscall csArchive::ArchiveEntry::WriteFile(struct _iobuf *)" (?WriteFile@ArchiveEntry@csArchive@@QAE_NPAU_iobuf@@@Z) plgvfs error LNK2019: unresolved external symbol _deflate referenced in function "public: bool __thiscall csArchive::ArchiveEntry::WriteFile(struct _iobuf *)" (?WriteFile@ArchiveEntry@csArchive@@QAE_NPAU_iobuf@@@Z) plgvfs error LNK2019: unresolved external symbol _deflateEnd referenced in function "public: bool __thiscall csArchive::ArchiveEntry::WriteFile(struct _iobuf *)" (?WriteFile@ArchiveEntry@csArchive@@QAE_NPAU_iobuf@@@Z) plgvfs error LNK2019: unresolved external symbol _deflateInit_ referenced in function "public: bool __thiscall csArchive::ArchiveEntry::WriteFile(struct _iobuf *)" (?WriteFile@ArchiveEntry@csArchive@@QAE_NPAU_iobuf@@@Z) plgvfs error LNK2019: unresolved external symbol _inflate referenced in function "private: char * __thiscall csArchive::ReadEntry(struct _iobuf *,class csArchive::ArchiveEntry *)" (?ReadEntry@csArchive@@AAEPADPAU_iobuf@@PAVArchiveEntry@1@@Z) plgvfs error LNK2019: unresolved external symbol _inflateEnd referenced in function "private: char * __thiscall csArchive::ReadEntry(struct _iobuf *,class csArchive::ArchiveEntry *)" (?ReadEntry@csArchive@@AAEPADPAU_iobuf@@PAVArchiveEntry@1@@Z) plgvfs error LNK2019: unresolved external symbol _inflateInit2_ referenced in function "private: char * __thiscall csArchive::ReadEntry(struct _iobuf *,class csArchive::ArchiveEntry *)" (?ReadEntry@csArchive@@AAEPADPAU_iobuf@@PAVArchiveEntry@1@@Z)
Any ideas? Did you download and install the cs_winlibs package as instructed in the manual? Greetings,
|
|
|
|
|
1676
|
Crystal Space Development / General Crystal Space Discussion / FED UP WITH TRYING TO COMPILE CRYSTAL CORE !!!!!!!!
|
on: July 01, 2005, 07:04:37 am
|
Tony@TONY-763C465C03 ~ $ echo $CEL Tony@TONY-763C465C03 ~ $ export CRYSTAL=/c/CS/CS Tony@TONY-763C465C03 ~ $ export CEL=/c/CS/CS/CEL Tony@TONY-763C465C03 ~ $ echo $CEL /c/CS/CS/CEL Tony@TONY-763C465C03 ~ $ export CRYSTAL=/c/CS/CS Tony@TONY-763C465C03 ~ $ echo $CRYSTAL /c/CS/CS Tony@TONY-763C465C03 ~ $ celtst works  Now how I get Crystal Core to work ? Note it's in /c/cc directory. Crystal Core should now work. What happens if you try to run it? Greetings,
|
|
|
|
|
1678
|
Crystal Space Development / General Crystal Space Discussion / FED UP WITH TRYING TO COMPILE CRYSTAL CORE !!!!!!!!
|
on: July 01, 2005, 04:48:00 am
|
It gave me this
Tony@TONY-763C465C03 ~ $ echo %CEL% %CEL%
Tony@TONY-763C465C03 ~ $ echo %CRYSTAL% %CRYSTAL%
Tony@TONY-763C465C03 ~ $ Type 'echo $CRYSTAL' and 'echo $CEL' instead. If they are not set then use the following commands to set them: export CRYSTAL=/c/path_to_crystapspace export CEL=/c/path_to_cel Note that you MUST use forward slashes (not like windows does) and instead of c:\ you write/c/ Greetings,
|
|
|
|
|
|