<div class="h5"><br>
</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Perhaps Eclipse sets CFLAGS or LDFLAGS, which is overriding things in<br>
the Makefile?<br></blockquote><div><br>I got it.<br><br>eclipse is joking ...and i&#39;m trusting it ...<br><br>I added the pd library in the project properties in the Libraries tab using the Add... button and then the File system ... button and eclipse added this line in the list of libraries:<br>
<br><span style="font-family: courier new,monospace;">C:\Programmi\pd\bin\pd.lib</span><br><br>but then it calls mingw ld command passing to it exactly <b>-lC:/Programmi/pd/bin/pd.lib</b> and so ld complains saying:<br><br>
<span style="font-family: courier new,monospace;">...</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">cannot find -lC:/Programmi/pd/bin/pd.lib</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">...</span><br><br>and ld is right as the -l switch should be -lpd.<br><br>Defining the library as <b>pd</b> and not as <b>C:/Programmi/pd/bin/pd.lib </b>allows eclipse to finish the build creating the mycobject.dll file ... sorry it was my mistake ....<br>
<br>Still having troubles with the <i>clean</i> target and with surprise also with the <i>showsetup</i> target --&gt; eclipse complaining that there is no rule to make target &#39;showsetup&#39;  ....<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
About this template, it is oriented around making libraries, so that<br>
includes the meta file for marking the folder as a library.  Setting it<br>
up is simple:<br>
<br>
- rename the template folder to the name of your library<br>
- rename template-meta.pd replacing &#39;template&#39; with the name you just<br>
used for the folder<br>
- edit Makefile and put the library/folder/meta name in the first<br>
variable, LIBRARY_NAME<br>
<br>
Now you can set library meta data in the meta file, things like version,<br>
authors, etc.<br>
<font color="#888888"><br>
.hc<br>
</font></blockquote></div><br>