[PD] compile errors: clone

derek holzer derek at x-i.net
Wed Apr 30 16:10:35 CEST 2003


ahhh... it's just that i can't count directories right! when i moved the clone directory from /usr/lib/pd to /usr/lin/pd/extra, which is the required two ../ from clone_connective.c, i got a nice, happy compile. duh!!!!!!

thanks for your help.
derek

Hans-Christoph Steiner wrote:

>Hmmm, maybe check how those two files are #included in
>clone_connective.c.  There might be some additional path info there, ie:
>
>#include "include/m_imp.h"
>
>would look for it in /usr/lib/pd/src/include
>
>.hc
>
>On Wed, 30 Apr 2003, derek holzer wrote:
>
>  
>
>>current locations are here:
>>
>>debian:/# find -name clone_connective.c -print
>>./usr/lib/pd/clone/clone_connective.c
>>debian:/# find -name  m_imp.h -print
>>./usr/lib/pd/src/m_imp.h
>>
>>isn't this right?
>>
>>derek
>>
>>
>>Hans-Christoph Steiner wrote:
>>
>>    
>>
>>>On Wed, 30 Apr 2003, derek holzer wrote:
>>>
>>> 
>>>
>>>      
>>>
>>>>getting the following errors when trying to compile Olaff's 'clone' object:
>>>>
>>>>debian:/usr/lib/pd/clone# make pd_linux
>>>>cc -O2 -Wall -DPD -fPIC -DPD -DUNIX -O2 -funroll-loops 
>>>>-fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror 
>>>>-Wno-unused -Wno-parentheses -Wno-switch -I../../src  -c clone_connective.c
>>>>clone_connective.c:29: m_imp.h: No such file or directory
>>>>clone_connective.c:30: g_canvas.h: No such file or directory
>>>>make: *** [clone.pd_linux] Error 1
>>>>
>>>>what needs to be changed? i have copies of the pd sources in both 
>>>>/usr/src and /usr/lib/pd
>>>>   
>>>>
>>>>        
>>>>
>>>you need to have those .h files in ../../src, relative to where the file
>>>clone_connective.c is located.
>>>
>>>.hc 
>>>
>>>	zen
>>>	   \
>>>	    \
>>>	     \
>>>
>>> 
>>>
>>>      
>>>
>>
>>    
>>
>
>	zen
>	   \
>	    \
>	     \
>
>
>_______________________________________________
>PD-list mailing list
>PD-list at iem.kug.ac.at
>http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
>
>  
>







More information about the Pd-list mailing list