Ticket #41 (closed enhancement: fixed)
Howto generate makefile.gcc for Mingw32
| Reported by: | Attention | Owned by: | zork |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | build system | Version: | 1.2.x |
| Keywords: | Cc: |
Description
Note: wxdba does not compile with mingw for the moment. Read bellow*
All you need to do is cd into the root debea checkout directory which would be something like:
cd /d c:\sources\debea
Then, make sure you have bakefile bin directory in your PATH and then type:
bakefile_gen -f mingw -d dba.bkgen bakefile -f mingw dba.bkl
This will produce makefile.gcc
You may want to update the debea_dev_build.bat to replace the occurences of nmake /f makefile.vc with mingw32-make -f makefile.gcc
Note: wxdba does not compile with mingw for the moment. I guess Mingw does not work well in Unicode and I have read suggestions of using STLPort with Mingw.
Change History
comment:1 Changed 3 years ago by zork
- Status changed from new to assigned
- Type changed from defect to enhancement
- Component changed from Archive interface to build system
- Milestone changed from 1.4 to 1.2
comment:3 Changed 2 years ago by zork
- Status changed from assigned to closed
- Resolution set to fixed
Added mingw to bkgen files in r246, makefiles will be generated for 1.4.

Task is to add makefile.gcc generation to script that generates source packages and optionally try to fix wxdba compilation.