Re: [PD] compiling external in linux

2012-10-08 Thread J Oliver
This is a great solution! J On Oct 4, 2012, at 2:00 PM, Hans-Christoph Steiner wrote: > Looks like you are using a very old Makefile. I highly recommend using > the Library Template. Its well tested, easy to use, very > cross-platform, and even decently documented: > > https://puredata.info/d

Re: [PD] compiling external in linux

2012-10-04 Thread Hans-Christoph Steiner
Looks like you are using a very old Makefile. I highly recommend using the Library Template. Its well tested, easy to use, very cross-platform, and even decently documented: https://puredata.info/docs/developer/LibraryTemplate/ Its also very easy to then turn that library into a Debian or Gento

[PD] compiling external in linux

2012-10-04 Thread Jaime Oliver
dear all, I am trying to compile a pd external in ubuntu 12.04 and get: joliver@crystal:~/watercolor/tracks$ make tracks.pd_linux cc -DPD -O2 -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -I../../src -o tracks.o -c track

Re: [PD] compiling external in Linux

2008-07-07 Thread IOhannes m zmoelnig
Jaime Oliver wrote: > Hello all, > > I am trying to compile a simple external (non-signal one) in Fedora in > the following way: > > I put a folder with the .c file, m_pd.h and the makefile (attached) in > the extra folder, it is _really_ bad style to bundle the m_pd.h file with your code. imo

[PD] compiling external in Linux

2008-07-07 Thread Jaime Oliver
Hello all, I am trying to compile a simple external (non-signal one) in Fedora in the following way: I put a folder with the .c file, m_pd.h and the makefile (attached) in the extra folder, then cd into that folder and then type make pd_linux and get the following error. I'd appreciate pointers t