Hi all,<br><br>i&#39;m beginning hacking pd externals, I&#39;m trying to use Eclipse Helios (3.6) with <br><ol><li>CDT Version: 7.0.2.201102110609<br>Build id: 201102110609</li><li>pd-extended 0.42.5</li><li>MingW installed using mingw-get so I think the last stable version (gnu make 3.82, gcc 4.2.5 etc ...)</li>
</ol>So i made a simple c project in eclipse using the first tutorial files i found on the pd-extended source distribution (helloworld.c and the Makefile in the same folder)<br><br>I modified the Makefile to set the PDROOT path for my windows box, defined the targets clean, pd_nt in my eclipse project, setup the libraries, the include paths and the library path and I think i had done this coherently ...<br>
<br>but ... I get &#39;undefined reference&#39; (s) for all the pd symbols that are used by helloworld.c i.e. pd_new, gensym, class_new, class_addbang, post<br><br>I really know that it should be a trivial path problem but I&#39;m not able to understand my mistake so if anyone can drive me to correct it i will appreciate.<br>
<br>Thanks by now<br><br>P.S. please forgive my english<br>