[ Charset UTF-8 unsupported, converting... ]
> > On my debian testing I have X11/gnome running but I must install
> > headers files for x11 and xt packages.
> > 
> >   apt-get install libx11-dev
> >   apt-get install libxt-dev
> > 
> > I began to compile 2 hours ago and the main make works without complains.
> But I get a new error. The file isn't in the right place.
> 
> I add apt-get install libxpm-dev and get a new error.
> 
> The makefile of viewman is looking for a /usr/X11R6/lib/libXpm.a file
> but this file is in /usr/lib/libXpm.a.
> 
> ls -l /usr/lib/libXpm.a 
> -rw-r--r-- 1 root root 86648 2006-08-30 23:15 /usr/lib/libXpm.a
> 
> Where must I add a $I or $L option in order to force axiom to look 
> at the right place ?
> 

That is a known issue: I am hitting it regularly (last time was two days
ago).  For quick fix I just edited Makefile.pamphlet changing 
all ocurences of XLIB=/usr/X11R6/lib to XLIB=/usr/lib (only one
is used, but for it was faster to chage all).


-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to