Opened 11 years ago
Last modified 8 years ago
#2169 new defect
hardcoded gcc compiler in gem/Makefile
| Reported by: | mojca | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.6 |
| Component: | Default | Version: | 6.4.3 |
| Keywords: | Cc: | ||
| CPU: | Unspecified | Platform: | Other Unix |
Description
This is not an issue in trunk any longer, but both in the latest release (6.4.3) and in branches/releasebranch_6_4 the file gem/Makefile hardcodes gcc as compiler which is causing some problems in MacPorts.
Here are some other potentially problematic sources with hardcoded gcc:
gui/scripts/g.extension.pylib/python/ctypes/ctypesgen.pylib/python/ctypes/ctypesgencore/options.pylib/vector/rtree/Makefile.alonemacosx/modbuild/Platform.make.invector/v.mapcalc/Makefilevector/v.mapcalc/plugins/Makefile
but I don't know when/if these are used.
Change History (3)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
Replying to mojca:
I mean: in
trunkthere is no filegem/Makefile. I didn't try to compile the code fromtrunkyet.
Better to say there is no 'gem' in trunk (it has been dropped).
comment:3 by , 8 years ago
| Milestone: | 6.4.4 → 6.4.6 |
|---|
Note:
See TracTickets
for help on using tickets.

I mean: in
trunkthere is no filegem/Makefile. I didn't try to compile the code fromtrunkyet.