[MacPorts] #28529: swig language bindings need to be updated to the same version as swig
MacPorts
noreply at macports.org
Thu Aug 18 07:28:01 PDT 2011
#28529: swig language bindings need to be updated to the same version as swig
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Reporter: ryandesign@… | Owner: jwa@…
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Resolution: | Keywords:
Port: swig-allegro, swig-chicken, swig-clisp, swig-csharp, swig-gcj, swig-go, swig-guile, swig-java, swig-lua, swig-mzscheme, swig-ocaml, swig-octave, swig-perl, swig-php5, swig-pike, swig-python, swig-r, swig-ruby, swig-tcl |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Changes (by sutasu@…):
* status: closed => reopened
* resolution: fixed =>
Comment:
With all latest updates it is still broken for swig 2.0.4.
cmake output:
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.47.0
-- Found the following Boost libraries:
-- system
-- date_time
-- filesystem
-- thread
-- regex
-- program_options
-- Found SWIG: /opt/local/bin/swig (found version "2.0.4")
-- Found PythonLibs: /opt/local/lib/libpython2.7.dylib
-- Found JNI: -framework JavaVM
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stas/Projects/g/build
cmake build log fragment:
[ 29%] Swig source
cd /Users/stas/Projects/g/build/client/gpcomm/bindings/python &&
/opt/local/bin/swig -python -outdir
/Users/stas/Projects/g/build/client/gpcomm/bindings/python -c++
-I/Users/stas/Projects/g/boost_extension -I/Users/stas/Projects/g/gpcommd
-I/opt/local/include -I/System/Library/Frameworks/Python.framework/Headers
-I/Users/stas/Projects/g/client/gpcomm/bindings/python
-I/Users/stas/Projects/g/client/gpcomm/bindings/python/../.. -o
/Users/stas/Projects/g/build/client/gpcomm/bindings/python/../../gpcommPYTHON_wrap.cxx
/Users/stas/Projects/g/client/gpcomm/bindings/python/../../gpcomm.i
:3: Error: Unable to find 'python.swg'
/Users/stas/Projects/g/client/gpcomm/bindings/python/../../gpcomm.i:2:
Error: Unable to find 'std_string.i'
/Users/stas/Projects/g/client/gpcomm/bindings/python/../../gpcomm.i:3:
Error: Unable to find 'boost_shared_ptr.i'
make[2]: *** [client/gpcomm/bindings/python/../../gpcommPYTHON_wrap.cxx]
Error 1
make[1]: *** [client/gpcomm/bindings/python/CMakeFiles/_gpcomm.dir/all]
Error 2
--
Ticket URL: <https://trac.macports.org/ticket/28529#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list