<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 31, 2009, at 3:03 PM, András Murányi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Sat, Oct 31, 2009 at 5:13 PM, olsen <span dir="ltr">&lt;<a href="mailto:sesselastronaut@googlemail.com">sesselastronaut@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> buenas<br> <a href="mailto:ydegoyon@gmail.com" target="_blank">ydegoyon@gmail.com</a> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> ola,<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br> /usr/lib/pd/extra/pidip/pidip.pd_linux: /usr/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: quicktime_has_video<br> pidip: can't load library<br> <br> <br> </blockquote> it's been a long time i haven't seen this one<br> this means that you load pidip before loading pdp,<br> or you don't load pdp at all<br> </blockquote> i guess this was because my brain was building this trunken package as hans indicated.<br> so now i'm trying to follow the instructions on build &amp; whoop:<br> <br> gcc -DPD -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -fPIC -O2 -funroll-loops -fomit-frame-pointer -ffast-math -DPDP_VERSION=\"0.12.5-darcs\" -I. -I/usr/X11R6/include &nbsp;-I../include -I../../include -I/home/olsen/pd/pd-extended_2/pd-extended/pd/src &nbsp; -o pdp_bitmap.o -c pdp_bitmap.c<br> pdp_bitmap.c:41: error: conflicting types for ‘pdp_packet_bitmap_isvalid’<br> ../../include/pdp_bitmap.h:90: note: previous declaration of ‘pdp_packet_bitmap_isvalid’ was here<br> make[5]: *** [pdp_bitmap.o] Error 1<br> <br> any bughunter knows this one?<br> salutis<br> ř<br> <br> <br> </blockquote></div><br>I'm standing at the same one (on amd64).<br><br clear="all">Andras<br></blockquote></div><br><div apple-content-edited="true"> <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; ">There was a mismatch between the header declaration, which used a 'bool' return type and the actual functions themselves, which used an 'int' return type. &nbsp;Previously this didn't matter since there was a #define bool int, which means that all the 'bool's where converted to 'int's before compilation.</span></div><div apple-content-edited="true"><br></div><div apple-content-edited="true">Now, its the way it should be. &nbsp;'svn up' and try again.</div><div apple-content-edited="true"><br></div><div apple-content-edited="true"><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; ">.hc<br class="Apple-interchange-newline"><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><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div>----------------------------------------------------------------------------</div><div><br class="khtml-block-placeholder"></div><div>"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman</div><br class="Apple-interchange-newline"></span></span> </div><br></body></html>