[flext] Setting up xcode for flext!

Thomas Grill gr at grrrr.org
Thu Dec 20 21:24:06 CET 2012


Hi Oscar,
if you use the flext build system launched with "sh build.sh pd gcc" or similar, the autoconf files (e.g. makefile.am) don't come into play.
If one external compiles properly, which means that the pd header files such as m_pd.h are found, they must be found for other externals as well, since the same settings are used.
gr~~~

Am 19.12.2012 um 18:51 schrieb Òscar Martínez Carmona:

> Now I got errors trying to compile every project but the signal1's, could be something related to the makefile.am or something to do with the filepaths? Got stuck at that point!
> 
> 
> On Wed, Dec 19, 2012 at 3:42 PM, Òscar Martínez Carmona <xamps23 at gmail.com> wrote:
> The first error I get, and I supose that's the reason for the following is:
> 
> /usr/local/include/flext/flstdc.h:72:21: error: m_pd.h: No such file or directory
> 
> I know that .h file from compiling externs on C so I guess that's important for flext too, the weird thing is that the file in reality is somewhere reachable for the buildsystem cause when I compile one of the examples on the tutorial (signal1~) I get no errors! 
> Why??
> 
> 
> 
> 
> On Mon, Dec 17, 2012 at 9:40 PM, <xamps23 at gmail.com> wrote:
> Ok, I'll check it out later, thanx a lot man!!
> 
> Enviat des del meu iPhone
> 
> El 17/12/2012, a les 21:00, Thomas Grill <gr at grrrr.org> va escriure:
>> I suspect, somewhere above in the list of errors, there's somewhere a "header not found". gr~~~
>> 
>> Am 17.12.2012 um 20:59 schrieb Òscar Martínez Carmona:
>> 
>>> I'm getting lots of errors that seemed to be related to other flext files...
>>> 
>>> /usr/local/include/flext/fldsp.h:85: error: expected ‘;’ before ‘*’ token
>>> /usr/local/include/flext/fldsp.h:115: error: ‘t_signalvec’ has not been declared
>>> /usr/local/include/flext/fldsp.h:115: error: ‘t_signalvec’ has not been declared
>>> /usr/local/include/flext/fldsp.h:123: error: ‘t_sample’ has not been declared
>>> /usr/local/include/flext/fldsp.h:123: error: ‘t_sample’ has not been declared
>>> /usr/local/include/flext/fldsp.h:170: error: ISO C++ forbids declaration of ‘t_signalvec’ with no type
>>> /usr/local/include/flext/fldsp.h:170: error: expected ‘;’ before ‘*’ token
>>> /usr/local/include/flext/fldsp.h:182: error: ‘t_signal’ has not been declared
>>> /usr/local/include/flext/fldsp.h:185: error: ISO C++ forbids declaration of ‘t_int’ with no type
>>> /usr/local/include/flext/fldsp.h:185: error: expected ‘;’ before ‘*’ token
>>> huikey~.cpp:13: error: ‘t_atom’ has not been declared
>>> huikey~.cpp:100: error: ‘t_atom’ has not been declared
>>> huikey~.cpp: In function ‘void huikey_tilde_setup()’:
>>> huikey~.cpp:100: error: ‘A_NULL’ was not declared in this scope
>>> make[1]: *** [pd-darwin/release-single/huikey~.opp_ppc] Error 1
>>> make: *** [build-release-single] Error 2
>>> 
>>> 
>>> 
>>> 
>>> On Mon, Dec 17, 2012 at 8:53 PM, Òscar Martínez Carmona <xamps23 at gmail.com> wrote:
>>> do you? cause I got stuck trying to compile now...
>>> 
>>> 
>>> On Mon, Dec 17, 2012 at 8:39 PM, Thomas Grill <gr at grrrr.org> wrote:
>>> oops sorry, we both made a mistake - package.txt should of course be 
>>> NAME=huikey~ 
>>> SRCS=huikey~.cpp
>>> 
>>> That way, i can perfectly instantiate the object
>>> gr~~~
>>> 
>>> Am 17.12.2012 um 18:20 schrieb Òscar Martínez Carmona:
>>> 
>>>> Thomas, thanks for your pattience I really appreciate!
>>>> In the text file I have there was the oppositte to yours 
>>>> (NAME=huikey~ SRCS=huikey.cpp) 
>>>> so I change it!
>>>> Also I have corrected the code the way you said, thanx for the advice one more time!
>>>> I'll keep trying it!
>>>> 
>>>> 
>>>> 
>>>> On Mon, Dec 17, 2012 at 5:00 PM, Thomas Grill <gr at grrrr.org> wrote:
>>>> #include <cmath>
>>>> 
>>>> 
>>>> 
>>>> -- 
>>>> Òscar Martínez Carmona
>>>> 
>>> 
>>> 
>>> --
>>> Thomas Grill
>>> http://grrrr.org
>>> +43 699 19715543
>>> 
>>> 
>>> 
>>> 
>>> -- 
>>> Òscar Martínez Carmona
>>> 
>>> 
>>> 
>>> 
>>> -- 
>>> Òscar Martínez Carmona
>>> 
>> 
>> --
>> Thomas Grill
>> http://grrrr.org
>> +43 699 19715543
>> 
> 
> 
> 
> -- 
> Òscar Martínez Carmona
> 
> 
> 
> 
> -- 
> Òscar Martínez Carmona
> 

--
Thomas Grill
http://grrrr.org
+43 699 19715543

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://grrrr.org/pipermail/flext/attachments/20121220/4b99a952/attachment.htm>


More information about the flext mailing list