Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Compiling projects
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Compiling projects (Read 5226 times)
manutd
Guest
Compiling projects
«
on:
November 28, 2006, 01:17:49 am »
When I try to build and run a new project, Code::Blocks comes up with a dialog asking me whether I want to build the project now. When I select yes, it displays the same dialog and does nothing. What am I doing wrong?
Logged
stahta01
Lives here!
Posts: 7792
Re: Compiling projects
«
Reply #1 on:
November 28, 2006, 01:22:41 am »
Verify that "Messages" Window is open; look at "Build Log" for errors. Sometime errors don't show up in "Build Messages"
To open the "Messages" Window, use "View" and click on "Messages" so it has a check mark in front of it.
Tim S
«
Last Edit: November 28, 2006, 01:27:37 am by stahta01
»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
manutd
Guest
Re: Compiling projects
«
Reply #2 on:
November 28, 2006, 01:23:52 am »
No, the project never compiles. The dialog just won't go away. Using g++ under cygwin, I can build the project fine.
Logged
stahta01
Lives here!
Posts: 7792
Re: Compiling projects
«
Reply #3 on:
November 28, 2006, 01:31:10 am »
Turn on compiler logging using:
"settings" -> "Compiler and Debugger"
Make sure the correct compiler is selected.
Click on tab "Other"
Set compiler logging to "Full Command Line"
Then use "Build" -> "rebuild" to rebuild the project.
Post the "Build Log" if you don't see the problem yourself.
Tim S
Logged
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
manutd
Guest
Re: Compiling projects
«
Reply #4 on:
November 28, 2006, 02:21:58 am »
Stupid fix, my compiler path was wrong
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Compiling projects