Change request #1612

Remove Python include directory during C++ compilation

Added by Knödlseder Jürgen over 8 years ago. Updated over 8 years ago.

Status:ClosedStart date:01/04/2016
Priority:NormalDue date:
Assigned To:Knödlseder Jürgen% Done:

100%

Category:-
Target version:-
Duration:

Description

It seems that the Python include directory is in the path during compilation of C++ code, this should not be needed (and may create issues with including the wrong stuff):

/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support  -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7  -g -O2 -c -o GInstDir.lo GInstDir.cpp

(in this case the /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 directive).

It should be checked whether it’s possible to remove that directive, and if yes, to remove it.


Recurrence

No recurrence.

History

#1 Updated by Knödlseder Jürgen over 8 years ago

  • Status changed from New to Closed
  • Assigned To set to Knödlseder Jürgen
  • % Done changed from 0 to 100

Done.

Also available in: Atom PDF