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

CodeBlocks project file for RakNet

<< < (2/2)

Michael:

--- Quote from: frankmail007 on March 04, 2006, 06:43:36 am ---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

--- End quote ---

I got also some of these. But they are not "errors" (I have thought the same at the beginning), because I got built my DLL. Check if the building process generates the DLL.

Best wishes,
Michael

Michael:

--- Quote from: frankmail007 on March 04, 2006, 10:57:31 am ---I upgrade my gcc to 3.45. Still got the same problem. By the way, there is another error "alloca undeclared".

--- End quote ---

About this I am not sure. I got some problems, but no "errors". Check if the building process creates the DLL.

Anyway, IMHO you should also upgrade win32api files (and may be binutils files too).

Best wishes,
Michael

frankmail007:
Problem fixed. The version 2.455 is released. You'll find the latest version on RakNet's home page.

Michael:

--- Quote from: frankmail007 on March 05, 2006, 06:04:29 am ---Problem fixed. The version 2.455 is released. You'll find the latest version on RakNet's home page.

--- End quote ---

There seems to be a small confusion with the version numbers. In the readme.txt file, the version is 2.455, but in the RakNet forum the latest version annonced is the 2.454 :?.

Best wishes,
Michael

Michael:

--- Quote from: Michael on March 04, 2006, 09:07:44 pm ---
--- 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.

--- End quote ---

After a modification suggested by the project's administrator and the correction of a couple of extra qualification errors, RaKNet now compiles with GCC 4.1.0 :D. Anyway, the changes are not yet commited. Probably for the next release.

Best wishes,
Michael

Navigation

[0] Message Index

[*] Previous page

Go to full version