Then, it's just missing m_pd.h. You'll have to modify the makefile to set the include path or copy your m_pd.h into the same directory as tot.c (or maybe just set an environment variable... I don't know for sure).
Chuck On Tue, Jul 30, 2013 at 2:03 PM, Ed Kelly <[email protected]> wrote: > >First click "Details >>" on your error message and post the output. > > Doh! Of course. Sorry, I naturally distrust error reports having been > brought up on Window$. > > > Error messages are all the same in my patch: > > invalid command name "pd" > invalid command name "pd" > while executing > "pd [concat #hammergui _vised .x988db98.c 1 \;]" > invoked from within > "if {[hammergui_ispatcher .x988db98.c]} {pd [concat #hammergui _vised > .x988db98.c 1 \;]}" > (command bound to event) > > > I think the problem is with [tot .] from the miXed library. > > Does anyone know how to compile it? It's causing me a headache. Typing > "make" from within the miXed library from the svn repository comes up with > errors where it can't seem to find basic functions, e.g. > <some lines> > tot.c:(.text+0xbcf): undefined reference to `gensym' > tot.c:(.text+0xbff): undefined reference to `canvas_getrootfor' > tot.c:(.text+0xc17): undefined reference to `canvas_getrootfor' > /tmp/ccctv252.o: In function `tot_getcanvas': > tot.c:(.text+0xc5b): undefined reference to `canvas_class' > tot.c:(.text+0xc69): undefined reference to `pd_findbyclass' > tot.c:(.text+0xc79): undefined reference to `glist_getcanvas' > tot.c:(.text+0xcb7): undefined reference to `loud_warning' > tot.c:(.text+0xd48): undefined reference to `loud_error' > > <some more lines> > > > It gives similar outpuit for tot, and for pddplink > > ? > Ed > > > > > >-Jonathan > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
