You are not logged in.
Pages: 1
is anyone else having errors when using imake or xmkmf since the upgrade
make -DUseInstalled -I/usr/lib/X11/config
In file included from /usr/lib/X11/config/Imake.tmpl:2194,
from Imakefile.c:36:
./Imakefile:5: error: /usr/X11R6/lib/X11/config/Server.tmpl: No such file or directory
imake: Exit code 1.
Stop.
Makefile:8: *** missing separator. Stop.
Offline
anyone?
Offline
I've used imake/xmkmf since the upgrade and it worked fine. Maybe your Imakefile needs to be patched...
Offline
I'm having a similar issue trying to build OOo for 32bit archlinux with Xorg7:
checking for xmkmf... no
configure: error: install xmkmf to run this script, include openwin in path
make: *** [stamp/build] Error 1
==> ERROR: Build Failed. Aborting...
real 9m15.170s
user 4m38.408s
sys 1m39.557s
[andyrtr@laptop openoffice.org-RC]$
Offline
xmkmf is in the imake package. I haven't had problems with imake so far, everything builds fine with it. Some Imakefiles require patching because they look for X stuff in /usr/X11R6 instead of /usr.
Offline
Pages: 1