compiling problems`

Ask for help regarding any technical issue or report any bug or OS independent issues.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

The headers should be copied too.

IIRC in a default installation of Code::Blocks the folders where these files are expected are c:/Programs/CodeBlocks/include and c:/Programs/CodeBlocks/lib.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
haggard
Novice
Novice
Posts: 190
Joined: 20 Jan 2006, 03:27
Location: Ohio

Post by haggard »

ok i might have lied im not giving up but my computer crashed i lost everything yada yada. i got code blocks and TMW devpak....renamed it to a .tar.bz2 file. extracted the include and lib folders into C:/program files/code:blocks/ming32. i checked out the client and the server. ran the account:server code blocks project that was already in the checked out folder and tried to build it. tells me something about enet. n what that is there. so now this is where i am stuck. added the one sdl folder into my code:blocks also.


*correction* got enet 1.1 and its just a bunch of files

This is what i got

Project : TMWServ Accountserver
Compiler : GNU GCC Compiler (called directly)
Directory : C:\TMWS\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: src\account-server\account.cpp
Compiling: src\account-server\accountclient.cpp
In file included from src\account-server\accountclient.cpp:24:
src/account-server/accountclient.hpp:27:23: enet/enet.h: No such file or directory
In file included from src/account-server/accountclient.hpp:30,
from src\account-server\accountclient.cpp:24:
src/net/netcomputer.hpp:42: error: expected `)' before '*' token
src/net/netcomputer.hpp:86: error: ISO C++ forbids declaration of `ENetPeer' with no type
src/net/netcomputer.hpp:86: error: expected `;' before '*' token
In file included from src\account-server\accountclient.cpp:24:
src/account-server/accountclient.hpp:50: error: expected `)' before '*' token
src\account-server\accountclient.cpp:26: error: expected `)' before '*' token
src\account-server\accountclient.cpp:26: error: expected `,' or `;' before '*' token
Process terminated with status 1 (0 minutes, 12 seconds)
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Look for my reply in the other post you made:

http://forums.themanaworld.org/viewtopic.php?t=3560
User avatar
leeor_net
Novice
Novice
Posts: 180
Joined: 03 Feb 2008, 09:17
Location: Ohio, USA
Contact:

Post by leeor_net »

You may not have downloaded the latest 'nightly build' for CodeBlocks. The main download on its website is an old RC2 1.0 download -- very outdated.

Instead, you will need to download the Nightly Build version -- This is the one released... today? Code::Blocks Nightly Build - Feb 06, 2008.

I garantee that will clear up your first bit of problems.

Follow ElvenProgrammer's instructions to get all of the various dependancies installed. Be sure to copy all of the necessary LIB's and Header files to their appropriate place. Also make sure that you add the search paths in the IDE's configuration (Settings->Compiler and debugger->Search Directories). I have the following paths in my configuration: C:\CodeBlocks\include, C:\CodeBlocks\include\SDL and C:\CodeBlocks\include\guichan. You will need to set yours to your installation directories -- this just happens to be where I put mine.

After that, if you've done everything right, you should only get a problem when it attempts to build KEY.HPP. At this point, you can use the solution I came up with and put in my post: http://forums.themanaworld.org/viewtopic.php?t=3560
Post Reply