Bug #258
Fix makefile in src tarball
Status: | Approved | Start date: | 02/23/2012 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | Jan Dolinár | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
http://www.ultimatepp.org/forum/index.php?t=msg&goto=35497
I see two possible solutions:- Add brc.sh ( source:trunk/uppbox/UppBuilder/brc.sh ) into the generated makefile and add some support for it
- Generate the makefile using UppBuilder instead of TheIDE
The second option seems more risky, so I'd prefer the first. The makefile generator should support this anyways...
Any comments?
History
#1 Updated by Sender Ghost about 13 years ago
There is another one:I see two possible solutions
- Building umk package (with generated or universal makefile).
- Generating proper build method (.bm) file.
- Then using umk to build U++ software, including TheIDE.
Also, consider adding umk as deb package. In this case, generated build method file could be placed to "/usr/local/share/umk" directory. There is also possibility to generate build method file(s) (so-called auto-setup from TheIDE) by using umk.
#2 Updated by Jan Dolinár about 13 years ago
Yes, I forgot about using umk. It is workaround as well, but cleaner than my idea #2.
Also, consider adding umk as deb package
It already exists ;) Plus umk is added into the theide* packages.
#3 Updated by Sender Ghost about 13 years ago
Jan Dolinár wrote:
It already exists ;) Plus umk is added into the theide* packages.
Good to know, thanks.
#4 Updated by Miroslav Fidler about 13 years ago
I think the simple and corrent solution is to make Export aware about .brc - which should be quite easy (it is enough to do the same brc step as normal make, then include processed file in the export).
#5 Updated by Jan Dolinár about 13 years ago
Miroslav Fidler wrote:
I think the simple and corrent solution is to make Export aware about .brc - which should be quite easy (it is enough to do the same brc step as normal make, then include processed file in the export).
number_of_solutions == number_of_people + 1 :D
If it is OK to export generated code, than I can implement it. It is the simplest solution and probably least error prone.
#6 Updated by Miroslav Fidler about 13 years ago
- Status changed from New to Ready for QA
- Assignee changed from Miroslav Fidler to Jan Dolinár
Hopefully fixed, IMO latest tarball now compiles just fine...
#7 Updated by Miroslav Fidler almost 13 years ago
Can we close this?
#8 Updated by Jan Dolinár almost 13 years ago
- Status changed from Ready for QA to Approved
Yes, it works well, thanks!