Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Halan on May 06, 2012, 03:52:12 pm

Title: Building without XServer?
Post by: Halan on May 06, 2012, 03:52:12 pm
Hey Guys,

my virtual Server is running a really old kernel and because of that it has an older version of libc and gcc. This prevents software compiled on my development machine to run on that server.

I was wondering if I'm able to compile codeblocks-projects directly on the server with some commandline tool. Is there a way to run codeblocks without X or create makefiles from the codeblocks projects? There used to be some extension for makefiles but afaik it is not maintained anymore.


greetings
Halan
Title: Re: Building without XServer?
Post by: Jenna on May 06, 2012, 04:02:38 pm
You can try this: http://forums.codeblocks.org/index.php/topic,14402.msg96848.html#msg96848 (http://forums.codeblocks.org/index.php/topic,14402.msg96848.html#msg96848) or cbp2make (search the forum for it, there is a long thread about it).