Results 24 comments of Newk

i'm on the same stranded boat as the OP.. it does not work or compile on linux due to updates on Boost (from 1.80 to 1.81) even when compiling both...

could you PLEASE update it to be Boost 1.81 compatible? ...cannot get anything to work on linux in the current situation Before the updates on linux i had this version...

Maybe i did do something wrong with the setup? A couple of years ago i did remember needing to copy ofxLua to some directory or did the installation instructions change...

> Have you tried this [Ofelia external binary](https://github.com/cuinjune/Ofelia/issues/79#issuecomment-1399175597) (for macOS/Linux) that I recently built? I used the latest version of Pd, OF, and the addons including OfxLua. Let me know...

after copying the files from swig-openframeworks over the files in ../ofxLua/swig and then building swig i get: ``` ~ >>> cd /home/newk/Documents/OF/addons/ofxOfelia/libs/ofxLua/swig/ ~/.../ofxLua/swig >>> make desktop LANG=lua NAME=ofBindings ### Generating:...

hmmm.. changing line 91 of Makefile into `OF_HEADERS = -I../../../../../libs` maybe... OK that worked :+1: (it didn't spit anything onto terminal but it did make the file)

after copying that into place of bindings file, now when building it does not look different then the error before ?? [link to full compilation](https://paste.ee/p/DlQTO) (expires after a year) when...

> Are you using the latest [ofxLua](https://github.com/danomatika/ofxLua) (master branch) i was using the one inside of this download.. there was no [instructions](https://github.com/cuinjune/Ofelia#setup-guide) here to be getting it somewhere else :stuck_out_tongue:...

[this](https://pastebin.com/f5KdGWA3) is what it gives me now... might be different in process but struggles to get over the same lines of syntax in ofBindings.cpp Last change to ofxLua was made...

if the compilation would have been succesfull, would it have made entries into OF/addons/ for ofxLua ofxMidi and ofxPd ..next to ofxOfelia? (This is how i imagined this to be...