- From: Mark Pierce <mark.pierce@xerberos.com>
- Date: Wed, 15 Dec 2004 17:57:53 +0000
- To: www-amaya@w3.org
Hello,
I'm having a difficult time compiling the Amaya_wx source.
Mandrake 10.1
Linux 2.6.3
libgtk+2.0_0-devel-2.2.4-10.1.100mdk
gcc-3.3.2-6mdk
I followed the instructions at the web page as closely as possible so
that I have a
~/src/amaya/Amaya
~/src/amaya/libwww
~/src/amaya/Mesa
~/src/amaya/redland (->~/src/amaya/redland-0.9.20)
~/src/amaya/redland-0.9.20
~/src/amaya/wxWidgets
Each directory contains the sources downloaded from the Amaya website.
From within ~/src/amaya/Amaya/WX, I run: "../configure --with-wx" which
seems to be relatively satisfied by the environment.
Running "make" always ends in a very large stream of errors beginning
with the following:
.........
make[1]: Entering directory `/home/makis/src/amaya/Amaya/WX/thotlib'
make[1]: *** No rule to make target `../../thotlib/internals/h/wx/wx.h',
needed by `base/AmayaApp.o'. Stop.
............
With a cheap bit of coersion , it still doesn't work:
ln -s /home/makis/src/amaya/wxWidgets/include/wx ../thotlib/internals/h/wx
........
make[1]: Entering directory `/home/makis/src/amaya/Amaya/WX/thotlib'
g++ -O2 -W -x c++ -D__cplusplus -D_UNIX -D_GL -D_WX -DHAVE_CONFIG_H
-I.. -I../../amaya/xpm -I../../thotlib/include
-I../../thotlib/internals/var -I../../thotlib/internals/h
-I../../thotlib/internals/f -I/usr/local/lib/wx/include/gtk2u-2.5
-I/usr/local/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/home/makis/src/amaya/Amaya/WX/Mesa/include -I/usr/include/X11/Xft
-I/usr/include/freetype2 -c ../../thotlib/base/AmayaApp.cpp -o
base/AmayaApp.o
In file included from ../../thotlib/internals/h/wx/defs.h:25,
from ../../thotlib/internals/h/wx/wx.h:15,
from ../../thotlib/base/AmayaApp.cpp:3:
.../../thotlib/internals/h/wx/platform.h:101:22: wx/setup.h: No such file
or directory
In file included from ../../thotlib/internals/h/wx/platform.h:104,
from ../../thotlib/internals/h/wx/defs.h:25,
from ../../thotlib/internals/h/wx/wx.h:15,
from ../../thotlib/base/AmayaApp.cpp:3
.........
Does anyone have a clue as to what's happening here?
Cheers,
Mark
Received on Thursday, 16 December 2004 07:58:22 UTC