danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

ofxPd pdexample doesn't build in ofx 0.8.4 #44

Closed batchku closed 9 years ago

batchku commented 9 years ago

trying to get the first example working with 0.8.4, i've added the "additional c flags" and also confirmed that the header search paths include

../../../addons/ofxPd/libs/libpd/pure-data/src

i'm getting compile errors: /Users/ali/GoogleDrive/Development/of_v0.8.4_osx_release/apps/myApps/ofxPdTest01/src/ofApp.cpp:429:47: No member named 'numMessages' in 'ofxPd'

image

danomatika commented 9 years ago

This is my fault. I removed the manual message polling interface from the libpd C++ wrapper but forgot to update ofxPd to reflect this. Just remove everything in the processEvents() function for now so your project will build. I'll update the ofxPd sources shortly.

danomatika commented 9 years ago

Ok, all fixed. Update ofxPd and regenerate your project.