[MINC-users] Problem compiling xdisp-4.5

Gil Citro citrog at gmail.com
Fri Mar 31 21:18:18 EST 2006


Thanks!  In case anyone else searches the list in the future with this
problem, the solution below worked for me.

When compiling EZWGT, I needed to make static and then make
install-static rather  than make shared and make install-shared.

Thanks again for the help!

Gil

On 3/31/06, Alexandre CARMEL-VEILLEUX <acveilleux at mrs.mni.mcgill.ca> wrote:
>         Download ftp://ftp.ma.utexas.edu/pub/mzou/EZWGL-1.50-src.tar.gz
>         Unpack it in the xdisp directory.
>         Compile it.
>         Compile xdisp.
>
> Alex
>
> On Fri, Mar 31, 2006 at 06:13:01PM -0500, Gil Citro wrote:
> > Date: Fri, 31 Mar 2006 18:13:01 -0500
> > From: "Gil Citro" <citrog at gmail.com>
> > To: "MINC Users List" <minc-users at bic.mni.mcgill.ca>
> > Subject: [MINC-users] Problem compiling xdisp-4.5
> >
> > Sorry for the multiple posts for help, I've mostly compiled all the
> > MNI software, but am having trouble with just a few packages.  When I
> > try to make xdisp-4.5 I get an error about a missing EZ.h header.
> > I've tried searching to see what package provides that header and I've
> > tried apt-cache search ez and I've installed everything that looked
> > remotely relevant, but make still can't find the EZ.h header.  Does
> > anyone know where I should look for it?  This is Debian 3.1r0a on
> > AMD64.  Thanks.
> >
> > Gil
> >
> > make  all-recursive
> > make[1]: Entering directory `/usr/local/mni/xdisp-4.5'
> > Making all in olgx
> > make[2]: Entering directory `/usr/local/mni/xdisp-4.5/olgx'
> > make[2]: Nothing to be done for `all'.
> > make[2]: Leaving directory `/usr/local/mni/xdisp-4.5/olgx'
> > make[2]: Entering directory `/usr/local/mni/xdisp-4.5'
> > if gcc -DHAVE_CONFIG_H -I. -I. -I.    -Iolgx -IEZWGL-1.50/include
> > -I/usr/X11R6/include -g -O2 -MT xdisp-xdisp.o -MD -MP -MF
> > ".deps/xdisp-xdisp.Tpo" -c -o xdisp-xdisp.o `test -f 'xdisp.c' || echo
> > './'`xdisp.c; \
> > then mv -f ".deps/xdisp-xdisp.Tpo" ".deps/xdisp-xdisp.Po"; else rm -f
> > ".deps/xdisp-xdisp.Tpo"; exit 1; fi
> > In file included from xdisp.c:16:
> > xdisp.h:75:16: EZ.h: No such file or directory
> > In file included from xdisp.c:16:
> > xdisp.h:120: error: syntax error before '*' token
> > xdisp.h:127: warning: data definition has no type or storage class
> > xdisp.c: In function `main':
> > xdisp.c:382: warning: assignment makes pointer from integer without a cast
> > make[2]: *** [xdisp-xdisp.o] Error 1
> > make[2]: Leaving directory `/usr/local/mni/xdisp-4.5'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/usr/local/mni/xdisp-4.5'
> > make: *** [all] Error 2
> >



More information about the MINC-users mailing list