Ticket #38 (assigned enhancement)
There is no makefile.gcc to be used with mingw32-make
| Reported by: | Attention | Owned by: | zork |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0 |
| Component: | build system | Version: | 1.2.x |
| Keywords: | Cc: |
Description
Since I am using Codeblocks with Mingw32, I can not use the VC edition of the windows makefile for debea.
Please provide the makefile.gcc for Mingw32-make, or publish instructions how to produce a makefile.gcc using bakefiles.
Thanks!
Change History
comment:2 Changed 3 years ago by Attention
- Type changed from defect to enhancement
I could not create my own makefile.gcc because file presets/baseprj.bkl is not distributed. Bakefile requires that file too.
comment:3 follow-up: ↓ 4 Changed 3 years ago by zork
What do you mean that presets/baseprj.bkl is not distributed? This file is available from svn.
I cannot support compilation for mingw32, but if you would like to make it working I would do my best to help adding it and testing.
comment:4 in reply to: ↑ 3 Changed 3 years ago by Attention
Replying to zork:
What do you mean that presets/baseprj.bkl is not distributed? This file is available from svn.
I cannot support compilation for mingw32, but if you would like to make it working I would do my best to help adding it and testing.
The presets folder is not distributed with dba-1.2.5 yet the files in it refer to presets/baseprj.bkl. The same problem is with dba-1.2.6.
After I downloaded the SVN version I could generate the makefile.gcc and it compiled fine. For me downloading the zip version of dba was pointless.
Maybe it could have been better if you include all of SVN into the zip packages.
comment:5 Changed 3 years ago by zork
- Status changed from new to assigned
Ok, I see now. Making one zip/tgz file for sources (and one for generated documentation) is indeed better that splitting dba and wxdba packages and I think I will rewrite publish script to create one package only.
Please open new ticket with instructions how to generate makefiles for mingw32. I would like to add generation of makefile.gcc to distributed packages. Maybe then we could add some instructions how to compile debea for codeblocks on InstallationInstructions page?
