LibreScribe icon indicating copy to clipboard operation
LibreScribe copied to clipboard

Makefile Needs Fixed

Open dylanmtaylor opened this issue 14 years ago • 2 comments

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.

dylanmtaylor avatar Oct 12 '11 14:10 dylanmtaylor

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.

mirai-computing avatar Oct 26 '11 23:10 mirai-computing

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.

dylanmtaylor avatar Dec 13 '11 15:12 dylanmtaylor