Opened 12 months ago
Closed 12 months ago
#68723 closed defect (fixed)
pgpointcloud: not using the right compiler
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | nilason (Nicklas Larsson) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | pgpointcloud |
Description
Not all parts of the build are UsingTheRightCompiler or flags.
/opt/local/bin/clang-mp-11 -pipe -Os -arch i386 -fPIC -I/opt/local/include/libxml2 -I/opt/local/include -c -o hashtable.o hashtable.c /opt/local/bin/clang-mp-11 -pipe -Os -arch i386 -fPIC -I/opt/local/include/libxml2 -I/opt/local/include -c -o pc_patch_lazperf.o pc_patch_lazperf.c 4 warnings generated. g++ -fPIC -std=gnu++11 -I/opt/local/include/libxml2 -I/opt/local/include -c -o lazperf_adapter.o lazperf_adapter.cpp cc1plus: error: unrecognized command line option "-std=gnu++11"
Change History (2)
comment:1 Changed 12 months ago by nilason (Nicklas Larsson)
comment:2 Changed 12 months ago by nilason (Nicklas Larsson)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ahh, I had a patch related to that flag, but I overlooked the compiler...
Addressed with https://github.com/macports/macports-ports/pull/21440