Opened 6 months ago

Closed 6 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.

https://build.macports.org/builders/ports-10.6_i386-builder/builds/142942/steps/install-port/logs/stdio

/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 6 months ago by nilason (Nicklas Larsson)

Ahh, I had a patch related to that flag, but I overlooked the compiler...

Addressed with https://github.com/macports/macports-ports/pull/21440

comment:2 Changed 6 months ago by nilason (Nicklas Larsson)

Resolution: fixed
Status: assignedclosed

In 7fe9262a5f6e20e23b051072195c5c6998a5eb93/macports-ports (master):

pgpointcloud: respect CXX configuration variable

Closes #68723

Note: See TracTickets for help on using tickets.