On 9/16/12 11:47 AM, laurent.mugn...@free.fr wrote:
> Thanks for your swift reply and for the recomilation tip, Alexander.
> 
> 
> when I recompile transfig-graphicx, there are some warnings and 1 error for a 
> function that returns nothing:
> 
> genibmgl.c:575:29: error: non-void function 'set_width' should return a value 
> [-Wreturn-type]
>     if (w == current_width) return;
>                             ^
> [...]
> 17 warnings and 1 error generated.
> make[2]: *** [genibmgl.o] Error 1
> make[1]: *** [dev/libtransfig.a] Error 2
> 
> 
> These warnings and the error occur twice (2 compilations?). I enclose the 
> full log. Thanks in advance for your help...
> Best regards,
> 
> Laurent.
> 

Oddly enough, there do indeed appear to be two compilations for
libtransfig.a.  I would guess that the next module of the build
(possibly fig2dev) needs it, and so another attempt occurs.  (We usually
prefer builds just to give up completely, instead).

I was able to reproduce the error, which appears to be due to the
strictness of the clang compiler.  I've gone ahead and committed a fix
which switches the return-type error back to a warning.  The fixed
package should be available soon via "fink selfupdate"
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to