User forums > General (but related to Code::Blocks)

CodeBlocks project file for RakNet

(1/2) > >>

Michael:
Hello,

RakNet version 2.454 now includes a project file for CodeBlocks :D. This project generates at the moment only shared libraries (Dlls) both in "debug" and in "release". Please also note that to compile RakNet you should use GCC 3.4.5 (older, but not too old, GCC version should also work), but not GCC 4.1.0 (or not at the moment). I am working in my free time (:)) to improve it and extends it to include new targets (e.g., static libraries).

Thank you.

Best wishes,
Michael

Game_Ender:
RakNet works fine with GCC 4.0.1 on linux.  I built up a set of project files for it, but I did it without all that extra audio baggage.

frankmail007:
I'm using CB's default compiler. The version is "gcc version 3.4.4 (mingw special)". It failed to compile RakNet 2.454. The error message is like this:

Include/RSACrypt.h:1043:   instantiated from `void big::generateStrongPseudoPrime(T&) [with T = big::word[4]]'
Include/RSACrypt.h:1099:   instantiated from `void big::RSACrypt<T>::generateKeys() [with T = big::word[8]]'
Source\RakPeer.cpp:364:   instantiated from here

Any clue for this?

Thanks

frankmail007:
I upgrade my gcc to 3.45. Still got the same problem. By the way, there is another error "alloca undeclared".

Michael:

--- Quote from: Game_Ender on March 03, 2006, 08:56:01 pm ---RakNet works fine with GCC 4.0.1 on linux.  I built up a set of project files for it, but I did it without all that extra audio baggage.

--- End quote ---

May be on Linux (I did not give a try on it), but when I have tried with GCC 4.1.0 (on Windows), I have got some problems. By compiling with GCC 3.4.5, I did got some warnings (and instanciated here problems), but it worked.

Best wishes,
Michael

Navigation

[0] Message Index

[#] Next page

Go to full version