From: J.L. B. <jl...@ne...> - 2006-10-05 09:53:58
|
On Wed, 2006-10-04 at 19:37 +0200, Daniel Gollub wrote: Daniel, Thanks for your reply. > > My question is why defining parameters when they are not used (in > > certain configurations). > opensync_wrap.c is a autogenerated file by SWIG. > > dani@sugga:~/OPENSYNC-devel/svn/opensync/wrapper> head -n 3 opensync_wrap.c > /* ---------------------------------------------------------------------------- > * This file was automatically generated by SWIG (http://www.swig.org). > * Version 1.3.29 > > I guess it is related to your version of your swig generator. Which version of > swig do you use? > The version I use is 1.3.24-2.2.1@x86_64. and the autogenerated file is of course from the same version and has a lower version number but the latest I can get from the URL dl.atrpms.net where the repository is I get my updates from (using smart). > > Is it possible to produce a version without the Werror activated? > It is possible ... feel free to remove -Werror or add other compiler flags to > ignore suche warnings. > Of course I can remove it but as I want to compile using rpmbuild (so it get registered in the rpm database) it is some work but I will see if I can get a younger version of swig. greetings, Joep |