The project files are for Xcode, for Mac, of course. I've sent the dev a suggestion to use a program that converts them to makefiles. However, can't we just build a makefile for the server portion? I think everything there should compile, I'm just not sure how to build a makefile from scratch.
---------
Used that program myself to convert the thingy to a makefile, it works, except it doesn't seem to be linking the libraries:
Quote
BZUtils.cpp:(.text+0x530): undefined reference to `BZ2_bzCompressInit'
./ConnectionManager.o: In function `Thread::join()':
ConnectionManager.cpp:(.text._ZN6Thread4joinEv[Thread::join()]+0x22): undefined reference to `pthread_join'
./CryptoManager.o: In function `CryptoManager::decodeBZ2(unsigned char const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
CryptoManager.cpp:(.text+0x6de): undefined reference to `BZ2_bzDecompressInit'
CryptoManager.cpp:(.text+0x795): undefined reference to `BZ2_bzDecompressEnd'
CryptoManager.cpp:(.text+0x827): undefined reference to `BZ2_bzDecompress'
CryptoManager.cpp:(.text+0x872): undefined reference to `BZ2_bzDecompressEnd'
./CryptoManager.o: In function `CryptoManager::loadCertificates()':
CryptoManager.cpp:(.text+0xaa0): undefined reference to `SSL_CTX_set_verify'
...and so on.
Anyone wanna lend a hand? I've attached the makefile I generated. Drop it in trunk/
EDIT: Merged Posts
Edited by almiteycow, 26 February 2007 - 06:24 PM.













