Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: freddysatellite on March 04, 2007, 09:40:10 pm

Title: Open CBP project in windows
Post by: freddysatellite on March 04, 2007, 09:40:10 pm
I am trying to install CodeBlocks from source in windows XP.
-I did the installation of MinGw
-Compilation of wxWidget 2.6.3.1
But when i get to the code::block compilation it says open the CodeBlocks.cbp project and you'll be prompted. Open the project with what?

I don't have a clue how to open the project, i've examine it with a text editor.
Please help.
Title: Re: Open CBP project in windows
Post by: Pecan on March 04, 2007, 10:07:49 pm
I am trying to install CodeBlocks from source in windows XP.
-I did the installation of MinGw
-Compilation of wxWidget 2.6.3.1
But when i get to the code::block compilation it says open the CodeBlocks.cbp project and you'll be prompted. Open the project with what?

I don't have a clue how to open the project, i've examine it with a text editor.
Please help.

"First, download a nightly build..."
http://wiki.codeblocks.org/index.php?title=Nightly_Cookbook
Title: Re: Open CBP project in windows
Post by: freddysatellite on March 04, 2007, 10:14:30 pm
Sorry, I wasn't specific enough, I have downloaded the nightly build, and in fact I see under src a CodeBlocks.cbp file, but what I don't know is how to open it in order to compile Codeblocks
Title: Re: Open CBP project in windows
Post by: Pecan on March 04, 2007, 10:18:55 pm
Sorry, I wasn't specific enough, I have downloaded the nightly build, and in fact I see under src a CodeBlocks.cbp file, but what I don't know is how to open it in order to compile Codeblocks


Start the Nightly Build Codeblocks.
MainMenu=>File=>Open
Navigate to .../src/CodeBlocks.cbp
click on open
Title: Re: Open CBP project in windows
Post by: freddysatellite on March 05, 2007, 12:00:41 am
Thanks, finally got it working, there are two different documents, the nightly build makes sure that you know that a codeblock had to be installed, also indicates the workspace configuration. I was using:

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows
 
That is a little misleading...
THANKS, now i'll try to make it run on linux (Ubuntu drapper)