Re: [SIP-devel] Some minor path problems with ImageMagick
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Vasileios Z. <vzo...@bc...> - 2002-12-04 04:34:36
|
Hey Ricardo, ok it now works. For a second there it gave me a new error that it couldnt find the file libMagick-5.5.2.so.0 so I also had to change the /etc/ld.so.conf file to include the /usr/local/lib directory and run ldconfig Ok...thanks for your help Vasileios Ricardo Fabbri wrote: >On Wed, 4 Dec 2002, Vasileios Zografos wrote: > > > >>Loading shared executable ./cybervis/libcybervis.so >>./cybervis/libcybervis.so: undefined symbol: SetImagePixels >>link(libsip_path+'/cybervis/libcybervis.so'); >> !--error 236 >>link: the shared archive was not loaded >> >> > >This is a link problem. Check if you did the right bugfix in the >/usr/lib/scilab-2.6/config/Makeso.incl > >For sip-dev, change the line: > LDFLAGS = > to > LDFLAGS = $(EXTRA_LDFLAGS) > >Note that this is different from the sip stable release, in which >case you should use OTHERLIBS instead of EXTRA_LDFLAGS. > >Go to the sip-dev source directory and type "make distclean" before >running builder.sce again. > >please let me know if it works now. > >PS: this building process is cumbersome. I'm working on direct >autoconf/automake/libtool support in SIP to make a solid >build/installation process. > >Ricardo. > >-- > Ricardo Fabbri > Cybernetic Vision Research Group - USP > http://cyvision.if.sc.usp.br/~rfabbri > > > > > |