Opened 11 years ago
Last modified 9 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.py
lib/python/ctypes/ctypesgen.py
lib/python/ctypes/ctypesgencore/options.py
lib/vector/rtree/Makefile.alone
macosx/modbuild/Platform.make.in
vector/v.mapcalc/Makefile
vector/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
trunk
there is no filegem/Makefile
. I didn't try to compile the code fromtrunk
yet.
Better to say there is no 'gem' in trunk (it has been dropped).
comment:3 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
Note:
See TracTickets
for help on using tickets.
I mean: in
trunk
there is no filegem/Makefile
. I didn't try to compile the code fromtrunk
yet.