yes, I use pd-lib-builder, but doesn't it automatically find the m_pd.h and pd.exe files automatically?
the pd-lib-builder file defines default paths for each system, but on windows it's quite likely that you have your Pd installed somewhere else.
I also recommend: https://notepad-plus-plus.org/%5Bhttps://notepad-plus-plus.org/]
+1. Very nice - and fast! - editor. Also has lots of great plug-ins. I use it all the time whenever I don't need an IDE.
Gesendet: Mittwoch, 25. Januar 2017 um 02:32 Uhr Von: "Alexandre Torres Porres" porres@gmail.com An: "Lucas Cordiviola" lucarda27@hotmail.com Cc: "Christof Ressi" christof.ressi@gmx.at, "pd-list@lists.iem.at" pd-list@lists.iem.at Betreff: Re: [PD] building externals on windows
any vanilla install if I'm not mistaken 2017-01-24 23:00 GMT-02:00 Lucas Cordiviola <lucarda27@hotmail.com[mailto:lucarda27@hotmail.com]>:
yes, I use pd-lib-builder, but doesn't it automatically find the m_pd.h and pd.exe files automatically?
The Pd installer is fine for a normal user. Not for a w32 dev/tester. I recommend that you use the zip version. You don`t want “C:\Program Files (x86)” as it has spaces in the name. Automatically find what? Your pd-extended installation? Your 0.46.7 instt? Your 0.47.1 install? Your coming 0.48.0 install? Your Purr-Data install? They all have “m_pd.h” and “pd.dll”. I also recommend: https://notepad-plus-plus.org/%5Bhttps://notepad-plus-plus.org/%5D%C2%A0 for displaying .txt that are unix/osx format. Change it at the botton right before utf-8/ansi. Also very useful tool for programing. Salutti, Lucarda.
From: Pd-list <pd-list-bounces@lists.iem.at[mailto:pd-list-bounces@lists.iem.at]> on behalf of Alexandre Torres Porres <porres@gmail.com[mailto:porres@gmail.com]> Sent: Tuesday, January 24, 2017 11:47 PM To: Christof Ressi Cc: pd-list@lists.iem.at[mailto:pd-list@lists.iem.at] Subject: Re: [PD] building externals on windows
2017-01-24 16:23 GMT-02:00 Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]>:
If you use pd-lib-builder, just open the shell, 'cd' to the directory of the makefile and type: make pdincludepath={path to m_pd.h} pdbinpath={path to pd.exe} make install objectsdir={where you want to install} yes, I use pd-lib-builder, but doesn't it automatically find the m_pd.h and pd.exe files automatically? cheers