Re: [SIP-devel] animal & sip ./configure errors
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <ric...@us...> - 2012-11-22 19:42:10
|
Hi, I solved the problem after being able to reproduce the bug on a similar system. Just update SIP using git pull and it should compile fine now. These problems were all due to unfinished rough edges left behind by the student in Google Summer of Code 2012, which is expected (to some extent). Best, -- Dr Ricardo Fabbri Professor of Computer Engineering GNU/Linux registered user #175401 www.lems.brown.edu/~rfabbri pt.wikipedia.org/wiki/IPRJ labmacambira.sf.net On Fri, Nov 9, 2012 at 12:30 AM, frederick muttiah <fmu...@sh...> wrote: > Hi Ricardo, > > Thanks for the update. > I have latest dev version of siptoolbox but I get compile errors, please see attached screenshot. > > sip_common.h:206:56: error: unknown type name 'PIX' > sip_common.h:211:1: error: unknown type name 'PIX' > libsip.c: In function 'direct_gateway': > libsip.c:6:33: warning: unused parameter 'fname' [-Wunused-parameter] > libsip.c: At top level: > libsip.c:6:12: warning: 'direct_gateway' defined but not used [-Wunused-function] > make[2]: *** [libsip.lo] Error 1 > make[2]: Leaving directory `/home/ilynxsys/scilab/siptoolbox/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/ilynxsys/scilab/siptoolbox/src' > make: *** [all-recursive] Error 1 > > Fred. > > > ----- Original Message ----- > From: "Ricardo Fabbri" <ric...@us...> > To: "frederick muttiah" <fmu...@sh...>, "SIP Development and advanced discussion" <sip...@li...> > Sent: Thursday, November 8, 2012 1:04:55 PM > Subject: Re: animal & sip ./configure errors > > Hi, > > Done. Should compile now. > > Please update your sip version to the latest development tree. (git > pull inside the siptoolbox dir). > > Let me know how it goes, > Ricardo. > > -- > Dr Ricardo Fabbri > Professor of Computer Engineering > GNU/Linux registered user #175401 > www.lems.brown.edu/~rfabbri > pt.wikipedia.org/wiki/IPRJ > labmacambira.sf.net > > > On Thu, Nov 8, 2012 at 5:49 PM, Ricardo Fabbri > <ric...@us...> wrote: >> Hi Fred, >> >> I'm pushing changes to the latest sip which will fix this. >> >> I apologize but I've tried to publish these changes long ago but due to an >> internet connection problem >> they seem to have been halted. >> >> So basically the newest sip will solve the compilation issue and also the >> aforementioned MogrifyImage problem. >> I am at work right now and there has still been the connection problem >> problem. I'll soon try to post the latest SIP from home. >> >> Thanks. >> >> >> >> >> >> -- >> Dr Ricardo Fabbri >> Professor of Computer Engineering >> GNU/Linux registered user #175401 >> www.lems.brown.edu/~rfabbri >> pt.wikipedia.org/wiki/IPRJ >> labmacambira.sf.net >> >> >> On Thu, Nov 8, 2012 at 5:19 PM, frederick muttiah <fmu...@sh...> wrote: >>> >>> Hi Ricardo, >>> I am able to compile sip-0.5.6 in Linux/Ubuntu without errors. However, >>> the latest siptoolbox does not compile. >>> But, with sip-0.5.6 compiled, I get the following errors when scilab >>> starts: >>> Is there a way to solve this issue? >>> Thanks. >>> Fred. >>> >>> >>> Startup execution: >>> loading initial environment >>> Link failed for dynamic library >>> '/usr/share/scilab/contrib/sip-0.5.6//lib/libsip.so'. >>> An error occurred: /usr/share/scilab/contrib/sip-0.5.6//lib/libsip.so: >>> undefined symbol: MogrifyImage >>> Link failed for dynamic library >>> '/usr/share/scilab/contrib/sip-0.5.6//lib/libsip.so'. >>> An error occurred: /usr/share/scilab/contrib/sip-0.5.6//lib/libsip.so: >>> undefined symbol: MogrifyImage >>> addinter(libsip_path+'/libsip.so','libsip',functions); >>> !--error 236 >>> addinter: The shared archive was not loaded: (null) >>> at line 27 of exec file called by : >>> exec (SIPDIR+'loader_include.sce'); >>> at line 53 of exec file called by : >>> exec('/usr/share/scilab//contrib/sip-0.5.6/loader.sce'); >>> at line 2 of exec file called by : >>> exec(startupfiles(i),-1); >>> at line 156 of exec file called by : >>> exec('SCI/etc/scilab.start',-1);; >>> >>> >>> >>> >>> >>> >>> >>> ----- Forwarded Message ----- >>> From: "frederick muttiah" <fmu...@sh...> >>> To: ric...@us... >>> Sent: Monday, October 29, 2012 11:33:00 PM >>> Subject: Fwd: animal & sip ./configure errors >>> >>> Hi Ricardo, >>> >>> Any chance of getting scilab+sip to work? I am unable to compile the >>> siptoolbox. >>> >>> I am working on an image processing algorithm that I would very much like >>> to try on sip before moving forward. Without sip, I cannot progress. >>> >>> Please help. >>> >>> Thanks you. >>> Fred. >>> >>> >>> ----- Forwarded Message ----- >>> From: "frederick muttiah" <fmu...@sh...> >>> To: "Ricardo Fabbri" <ric...@us...> >>> Sent: Tuesday, October 23, 2012 10:17:56 PM >>> Subject: Re: animal & sip ./configure errors >>> >>> Hi Ricardo, >>> >>> Yes, I am using Ubuntu. I installed libmagickcore-dev and animal compiles >>> without problems. >>> However, I am still having problems compiling siptoolbox. >>> >>> To show the compile make errors I tried dumping error messages into a text >>> file but could not and hence resorted to sending a screen snapshot. Please >>> see attached file. >>> >>> Siptoolbox complains about missing files such as "allheaders.h" and exits >>> with errors in the libsip.lo. >>> >>> Fred. >>> >>> >>> >>> ----- Original Message ----- >>> From: Ricardo Fabbri <ric...@us...> >>> Date: Monday, October 22, 2012 4:01 pm >>> Subject: Re: animal & sip ./configure errors >>> To: frederick muttiah <fmu...@sh...> >>> >>> > Hi, >>> > >>> > sorry for the late reply as I was attending a conference in Italy. >>> > >>> > You don't seem to have imagemagick dev packages installed. Are >>> > you using ubuntu? >>> > If so, try installing libmagickcore-dev >>> > >>> > I've installed that specific ImageMagick version reported in >>> > your log >>> > and compilation works for me. >>> > >>> > >>> > Best, >>> > >>> > -- >>> > Dr Ricardo Fabbri >>> > Professor of Computer Engineering >>> > GNU/Linux registered user #175401 >>> > www.lems.brown.edu/~rfabbri >>> > pt.wikipedia.org/wiki/IPRJ >>> > labmacambira.sf.net >>> > >>> > >>> > On Mon, Oct 15, 2012 at 8:06 PM, frederick muttiah >>> > <fmu...@sh...> wrote: >>> > > Hi Ricardo, >>> > > >>> > > I am following the instructions as specified in: >>> > > http://siptoolbox.sourceforge.net/devel/ >>> > > >>> > > I am compiling the latest version of >>> > > git clone >>> > git://siptoolbox.git.sourceforge.net/gitroot/siptoolbox/animal> >>> > > But I get compile errors related to ImageMagick although >>> > ImageMagick is >>> > > installed (ver 6.6.9-7). Please see attached files. >>> > > >>> > > Similar compile errors when also compiling the "siptoolbox". >>> > > >>> > > >>> > > Thanks. >>> > > Fred. >>> > > >>> > > >>> > > >>> > > ----- Original Message ----- >>> > > From: Ricardo Fabbri <ric...@us...> >>> > > Date: Sunday, October 14, 2012 4:55 pm >>> > > Subject: Re: animal & sip ./configure errors >>> > > To: frederick muttiah <fmu...@sh...> >>> > > >>> > >> Hi, >>> > >> >>> > >> you should use the development version listed in the website. >>> > >> >>> > >> Let me know if it works. >>> > >> >>> > >> Best regards, >>> > >> >>> > >> -- >>> > >> Dr Ricardo Fabbri >>> > >> Professor of Computer Engineering >>> > >> GNU/Linux registered user #175401 >>> > >> www.lems.brown.edu/~rfabbri >>> > >> pt.wikipedia.org/wiki/IPRJ >>> > >> labmacambira.sf.net >>> > >> >>> > >> >>> > >> On Sun, Oct 14, 2012 at 5:12 AM, frederick muttiah >>> > >> <fmu...@sh...> wrote: >>> > >> > >>> > >> > >>> > >> > >>> > >> > ---------- Forwarded message ---------- >>> > >> > From: frederick muttiah <fmu...@sh...> >>> > >> > To: rf...@ip... >>> > >> > Cc: >>> > >> > Date: Sat, 13 Oct 2012 13:02:44 -0700 >>> > >> > Subject: animal & sip ./configure errors >>> > >> > Hi Ricardo, >>> > >> > >>> > >> > I have been trying to compile the latest animal & sip-0.5.6. >>> > >> However, I get >>> > >> > the following errors when I do "./configure". I get similar >>> > >> errors when I >>> > >> > ./configure SIP as well. >>> > >> > >>> > >> > >>> > >> > checking for sqrt in -lm... yes >>> > >> > checking for Magick-config... no >>> > >> > checking for ImageMagick - version >= 5.4.2... no >>> > >> > *** The $ac_path_lib_imagemagick_config script installed by >>> > >> ImageMagick> could not be found. >>> > >> > *** If ImageMagick was installed in PREFIX, make sure >>> > >> PREFIX/bin is in >>> > >> > *** your path, or set the IMAGEMAGICK_CONFIG environment >>> > >> variable to the >>> > >> > *** full path to $ac_path_lib_imagemagick_config. >>> > >> > configure: error: ImageMagick version >= 5.4.2 was not found. >>> > >> > >>> > >> > >>> > >> > >>> > >> > Thanks, >>> > >> > Fred. >>> > >> > >>> > >> > >>> > >> >>> > >> >> |