<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>in the glew.ccp line 83 the&nbsp;<span class="Apple-style-span" style="font-family: Monaco; font-size: 10px; ">(<span style="color: rgb(170, 13, 145); ">char</span>*) is missing before malloc</span></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font></div><div><span class="Apple-style-span" style="font-family: Monaco; font-size: 10px; ">symbolName = (<span style="color: rgb(170, 13, 145); ">char</span>*)malloc(strlen((<span style="color: rgb(170, 13, 145); ">const</span>&nbsp;<span style="color: rgb(170, 13, 145); ">char</span>*)name) +&nbsp;<span style="color: rgb(28, 0, 207); ">2</span>);</span></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 10px/normal Monaco; ">matthias</div></div><div><div>Am 26.03.2009 um 15:36 schrieb thomas thiery:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thank you,<br>I test the compilation and I have this error when I compile<br><br>g++ -c&nbsp;&nbsp; -g -O2 -fPIC -freg-struct-return -Os -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -fpascal-strings&nbsp;&nbsp; -I..&nbsp; -I/Applications/Pd-0.42-4.app/Contents/Resources/src&nbsp; glew.cpp -o ../Objects/glew.o<br> glew.cpp: In function ‘void* NSGLGetProcAddress(const GLubyte*)’:<br>glew.cpp:80: warning: ‘NSAddImage’ is deprecated (declared at /usr/include/mach-o/dyld.h:230)<br>glew.cpp:80: warning: ‘NSAddImage’ is deprecated (declared at /usr/include/mach-o/dyld.h:230)<br> glew.cpp:83: error: invalid conversion from ‘void*’ to ‘char*’<br>glew.cpp:89: warning: ‘NSLookupSymbolInImage’ is deprecated (declared at /usr/include/mach-o/dyld.h:182)<br>glew.cpp:89: warning: ‘NSLookupSymbolInImage’ is deprecated (declared at /usr/include/mach-o/dyld.h:182)<br> glew.cpp:91: warning: ‘NSAddressOfSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:188)<br>glew.cpp:91: warning: ‘NSAddressOfSymbol’ is deprecated (declared at /usr/include/mach-o/dyld.h:188)<br>make[1]: *** [glew.o] Error 1<br> make: *** [Base] Error 2<br><br><br>I can't make an interpretation of this<br><br><div class="gmail_quote">2009/3/26 IOhannes m zmölnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>></span><br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">thomas thiery wrote:<br> > Hello IOhannes,<br> ><br> > I use this source of Gem, is it the last?<br> > <a href="http://downloads.sourceforge.net/pd-gem/gem-0.91-3.tar.gz?use_mirror=heanet" target="_blank">http://downloads.sourceforge.net/pd-gem/gem-0.91-3.tar.gz?use_mirror=heanet</a><br> ><br> <br> </div></div>it's the last official release (which does not take the peculiarities of<br> 0.42 into account)<br> <br> however, the latest and greatest sources are always available via our<br> version control system (subversion<br> <a href="https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/Gem" target="_blank">https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/trunk/Gem</a>)<br> <br> mfga.sdr<br> IOhannes<br> <br> _______________________________________________<br> <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br> UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br> </blockquote></div><br><br clear="all"><br>-- <br>Matohawk production<br><a href="http://matohawkitongroup.free.fr">http://matohawkitongroup.free.fr</a><br> _______________________________________________<br><a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br></body></html>