hi a, im getting this error no matter if i try the command Make or Make OSC, i have read a thread from derek holzer and kurt at kapotski (http://iem.kug.ac.at/mailinglists/pd-list/2003-12/018465.html) but still cannot install it, i have installed the libOSC first as the readme says i might be lost in the correct way to state the path to my include path. this is how it looks like right now.
# ----------------------- LINUX i386 -----------------------
pd_linux: $(NAME).pd_linux
SFX=pd_linux
.SUFFIXES: .$(SFX)
LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer
-Wall -W -Wshadow
-Wno-unused -Wno-parentheses -Wno-switch
# where is your m_pd.h ??? LINUXINCLUDE = -I /usr/local/include/m_pd.h
...
thought i know m_pd.h also exists in these other places:
root # find / -name "m_pd.h" /usr/local/include/m_pd.h /home/sid/pd/src/m_pd.h /home/sid/pd-0.37-1/src/m_pd.h
i have tried all, and both make or make OSC with no success. I hope the solution is as dumb as im feeling with this, it might be a syntax related error in the way i edit the makefile... (
thanks for, alejo
Hallo, nomeparece@gmx.net hat gesagt: // nomeparece@gmx.net wrote:
im getting this error no matter if i try the command Make or Make OSC, i have read a thread from derek holzer and kurt at kapotski (http://iem.kug.ac.at/mailinglists/pd-list/2003-12/018465.html) but still cannot install it, i have installed the libOSC first as the readme says i might be lost in the correct way to state the path to my include path. this is how it looks like right now.
What version do you have there? My README say something else:
Build: linux, macosx:
to build run ./configure make make install
This works here. You should use the OSC externals from CVS, they include some important bugfixes, that might or might not be included in your package.
And I really need to fix that licence text sometime soon.
Frank Barknecht _ ______footils.org__