ashish1405
ashish1405
Hello , When I try to cmake like this it gives error ``` $ cmake -D BUILD_PYTHON_SUPPORT=ON -DPYTHON_LIBRARY=/opt/local/lib/libpython2.7.dylib -DPYTHON_EXECUTABLE=/opt/local/bin/python -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/ -DUSE_SYSTEM_BOOST=NO .. -- WITH PYTHON SUPPORT: ON -- Found OpenCV:...
Initially I just used `cmake -D BUILD_PYTHON_SUPPORT=ON ..` but it was giving same error, so I added other things
BTW Andrew's bgslibrary is compiling fine with `-DBGS_PYTHON_SUPPORT=ON` flag
Ok so modified the python/CMakeLists.txt, modified line 31 to `find_package(Boost REQUIRED COMPONENTS python)` and now cmake runs fine. But now getting linking error, BTW I'm on MACOS ``` [ 60%]...
I think I found the issue. It seems to be related to a change in b-2.xsd. The one with this repo contains ```xml ``` where as one other repo contains...
@barban-dev yes it's possible. as if you see other elements related to `TopicExpressionType`, it also has the same structure as previous one. But as the second one was working for...
Hello @davidea72 , I faced similar issue and checked your code that you have made a patch to solve the issue. You will have to create a pull request for...
Ok, I solved it the long way. Xcode 4.2 already has json xcspec so 1) download iOSOpenDev-installer from github. 2) open iod-setup file from scripts folder 3) change below line...
Hi Nividica, after I posted my comment I realized that the iod-setup script is converting bplist to json and back to bplist. Now in our case we already have json...
Did you re-install xcode? it would be required before you run the iOSOpenDev setup. You can also go with my previous process, just make sure that after reinstalling xcode you...