You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you haven't noticed, we use a generated makefile based off of the Code::Blocks project file. For a while now, the Makefile has been broken. It would be nice to have the Makefile work, while still having it generated from the Code::Blocks project.
The text was updated successfully, but these errors were encountered:
Hi, I checked out that problem you have with new revisions of cbp2make. The tool itself seems to be all right, but you need to update "cbp2make.cfg" file (just backup this one and erase it). Relevant changes were applied by rev.110 (http://forums.codeblocks.org/index.php/topic,13675.msg100462.html#msg100462). Your makefile becomes broken because of wrong configuration file. It is somewhat misleading that cbp2make doesn't offer any help for such cases, so I'm putting that issue on my to-do list.
I'm trying to fix the makefile right now... I've been very busy with things other than coding, and I'm just writing a comment to let you all know I'm still maintaining the project, and I didn't forget about this issue. I've been debugging while using the -x argument of sh in the CodeBlocks "Environment" tab, and I hope to find a solution soon.
If you haven't noticed, we use a generated makefile based off of the Code::Blocks project file. For a while now, the Makefile has been broken. It would be nice to have the Makefile work, while still having it generated from the Code::Blocks project.
The text was updated successfully, but these errors were encountered: