Coder Social home page Coder Social logo

Comments (7)

rc1 avatar rc1 commented on June 19, 2024

The examples work the above changes.

from ofxlibwebsockets.

robotconscience avatar robotconscience commented on June 19, 2024

I think this should be fine to merge, but I'm curious why the normal HEADER_SEARCH_PATHS don't work. How are you generating the project? I think the OF project generator might be inserting stuff manually into the header paths for projects, which ignores the HEADER_SEARCH_PATHS variable. If USER_HEADER_SEARCH_PATHS works on top of that, that'd be amazing.

from ofxlibwebsockets.

robotconscience avatar robotconscience commented on June 19, 2024

Tested, works great!

The issue is that oF is inserting values via the build menu (or the project file) that override the ones specified in the xcconfig. They don't put anything in USER_HEADER_SEARCH_PATHS, so it will just work that way.

If they stop overriding the xcconfig values in the future, the old files will work; i think this is a good fix for now. Can you submit a pull request?

from ofxlibwebsockets.

rc1 avatar rc1 commented on June 19, 2024

sorry for the delayed reply, was away

How are you generating the project?

I was adding it to the empty example project (after trying an existing project) directly without using the project generator. The files were being referenced in the HEADER_SEARCH_PATHS and not overwritten as far as i could see. The problem was this format "ofxLibwebsockets/file.h" seems to only work when the files are included via the USER_HEADER_SEARCH_PATHS.

Away to make the pull request. Awesome library and a dream to use on the PI too. Thanks!

from ofxlibwebsockets.

robotconscience avatar robotconscience commented on June 19, 2024

Awesome, thanks!

Just to clarify, what's happening is that the oF projects manually specify the paths in the build menu under "header search paths". They're the same as what is normally in the Project.xcconfig, but since they've been typed into the build menu, it ignores anything that is changed in xcconfig. I believe the hierarchy is Build Menu > xcconfig > defaults. Hope that makes sense! Either way, what you set up will work great. Thanks!

from ofxlibwebsockets.

rc1 avatar rc1 commented on June 19, 2024

Add a PR from @theworkers.

from ofxlibwebsockets.

rc1 avatar rc1 commented on June 19, 2024

Thanks for the clarification btw!

from ofxlibwebsockets.

Related Issues (20)

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.