<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Ok, I checked in the CC=gcc for MinGW. &nbsp;For the other two issues, unfortunately its more complicated:</div><div><br></div><div><div>On Jul 15, 2011, at 5:06 AM, luca paganotti wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="h5">mycobject.dll is created by eclipse at the price of defining:<br><br><b style="font-family: courier new,monospace;">CFLAGS = -I"C:/Programmi/pd/src" -Wall -W -g</b> in place of <b style="font-family: courier new,monospace;">CFLAGS = -I"$(PD_INCLUDE)/pd" -Wall -W -g</b><br></div></blockquote><div><br></div><div>The header arrangement has change<span class="Apple-style-span" style="background-color: transparent;">d in 0.43, so now all of the headers are included in&nbsp;$(PD_INCLUDE)/pd. &nbsp;We haven't&nbsp;quite figured out how to handle that everywhere yet tho...</span></div><br><blockquote type="cite"><div class="h5"><b style="font-family: courier new,monospace;">PD_PATH = c:/programmi/pd</b> in place of <b style="font-family: courier new,monospace;">PD_PATH = $(shell cd "$(PROGRAMFILES)"/pd &amp;&amp; pwd)</b><br></div></blockquote><div><br></div><div>This little script to set PD_PATH works for me on my MinGW setup. &nbsp;Can you put the old PD_PATH line back in the Makefile and run 'make showsetup' and send me the result? &nbsp;You should see what its setting PD_PATH to. &nbsp;I'd like to get that working automatically.</div><div><br></div><div>.hc</div><br><blockquote type="cite"><div class="h5"><br>and declaring <b style="font-family: courier new,monospace;">CC = gcc</b><br> <br><br><br><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> <br> About this template, it is oriented around making libraries, so that<br> includes the meta file for marking the folder as a library. &nbsp;Setting it<br> up is simple:<br> <br> - rename the template folder to the name of your library<br> - rename template-meta.pd replacing 'template' 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></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><br class="Apple-interchange-newline"><div><br></div><div>----------------------------------------------------------------------------</div><div><br></div><div>Terrorism is not an enemy.&nbsp;&nbsp;It cannot be defeated.&nbsp;&nbsp;It's a tactic.&nbsp;&nbsp;It's about as sensible to say we declare war on night attacks and expect we're going to win that war.&nbsp;&nbsp;We're not going to win the war on terrorism. &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;- retired U.S. Army general, William Odom</div><br class="Apple-interchange-newline"></div></span> </div><br></body></html>