danomatika / ofxPd

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

Codeblocks seemingly not being officially supported from of/windows 0.84 #54

Closed simlei closed 6 years ago

simlei commented 7 years ago

Since there are no official distributions for codeblocks on windows, could you provide visual studio 2015 compatible instructions, ore any hints on what it would take to make this addon work with a windows machine and the latest releases of openframeworks? anything is much appreciated :)

danomatika commented 7 years ago

libpd does not currently build in Visual Studio. One option is to build libpd itself in MinGW and then use the .dll with your open frameworks project. In that case, you only need the src file in the ofxPd folder and not the pd files in libs.

simlei commented 7 years ago

Thank you! :)

On May 29, 2017 05:01, "Dan Wilcox" notifications@github.com wrote:

libpd does not currently build in Visual Studio. One option is to build libpd itself in MinGW and then use the .dll with your open frameworks project. In that case, you only need the src file in the ofxPd folder and not the pd files in libs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danomatika/ofxPd/issues/54#issuecomment-304562769, or mute the thread https://github.com/notifications/unsubscribe-auth/AA79a-4uAaU4D4Jazp5RnWjHyH9MoRbuks5r-jUIgaJpZM4No192 .

danomatika commented 7 years ago

This is not to say it's impossible. Here's the main background: https://github.com/libpd/libpd/issues/86

danomatika commented 6 years ago

Closing this for now. See #64.