Git Product home page Git Product logo

Comments (6)

danoli3 avatar danoli3 commented on August 12, 2024

I'm not exactly sure whats happening here. Could you copy and paste the error rather than screenshot?

from ofxosxboost.

genosyde avatar genosyde commented on August 12, 2024

I'm sorry too late for your request.
I've tried to test with your example xcode project.
your code and boost/foreach.hpp library works perfectly.
But, when I add one more header, that is boost/circular_buffer.hpp, happened many errors.
as your wish, now I post error logs.
thanks for reading and have a good day.

/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:39:27: No member named 'remove_pointer' in namespace 'boost::move_detail'
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:40:27: No member named 'add_pointer' in namespace 'boost::move_detail'
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:45:7: No member named 'disable_if_c' in namespace 'boost::move_detail'; did you mean '::boost::disable_if_c'?
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:50:27: No member named 'is_const' in namespace 'boost::move_detail'
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:56:7: No member named 'enable_if_convertible' in namespace 'boost::move_detail'; did you mean '::boost::enable_if_convertible'?
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:57:7: No member named 'disable_if_convertible' in namespace 'boost::move_detail'; did you mean '::boost::enable_if_convertible'?
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:58:27: No member named 'bool_' in namespace 'boost::move_detail'
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:59:27: No member named 'true_' in namespace 'boost::move_detail'
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:60:7: No member named 'false_' in namespace 'boost::move_detail'; did you mean 'mpl::false_'?
/Users/genosyde/Downloads/Coding/ofFrameWork/of_v0.9.4_osx_release/addons/ofxOSXBoost-master/libs/boost/include/boost/intrusive/detail/mpl.hpp:61:7: No member named 'yes_type' in namespace 'boost::move_detail'; did you mean 'range_detail::yes_type'?

from ofxosxboost.

julapy avatar julapy commented on August 12, 2024

hey @danoli3,
im also getting compiler errors when building the example with OF 0.9.4

from ofxosxboost.

danoli3 avatar danoli3 commented on August 12, 2024

Hey @julapy @genosyde,

I've updated master and added some new releases for 1.60.0.
Try out the example now.

Also in a custom project just make sure the following:

How To Link to an Xcode Project?
In Xcode Build Settings for your project:

Add to Library Search Paths ( LIBRARY_SEARCH_PATHS ) $(SRCROOT)/../../../addons/ofxOSXBoost/libs/boost/lib/osx
Add to Header Search Paths ( HEADER_SEARCH_PATHS )
$(SRCROOT)/../../../addons/ofxOSXBoost/libs/boost/include
In the Target under Build Phases

Add to 'Link Binary With Libraries' the boost.a found in the ofxOSXBoost/libs/boost/lib/osx directory.

from ofxosxboost.

julapy avatar julapy commented on August 12, 2024

cool thanks @danoli3, will check it out.

from ofxosxboost.

julapy avatar julapy commented on August 12, 2024

working for me :)

from ofxosxboost.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.