- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Tue, 20 Feb 2007 09:29:27 +0100
- To: John Murdie <john@cs.york.ac.uk>
- Cc: www-amaya-dev@w3.org
On Friday 16 February 2007 13:30, John Murdie wrote:
> This must surely be a FAQ, but I can't find any explanation on the Amaya
> project web pages. I download amaya-sources-9.54.tgz and built Amaya
> 9.54 which you announced on the 13th February 2007, from source, on
> Slackware Linux 11.0:
>
> $ tar xvfz amaya-sources-9.54.tgz
> $ cd Amaya9.54/Amaya/gtk
> $ ../configure --prefix=/usr/local/pkg/amaya-9.54 --with-gtk
> .....
> $ make all
> .....
> $ make install
> .....
> $ ls /usr/local/pkg/amaya-9.54
> Amaya-8.54 bin man
> $ ls -l /usr/local/pkg/amaya-9.54/bin
> total 1
> -rw-r--r-- 1 bin bin 88 2007-02-16 11:58 amaya-gtk
> $ chmod a+x /usr/local/pkg/amaya-9.54/bin/amaya-gtk
> $ amaya-gtk
>
> and when it starts up, the window header line says
>
> "Not found, Amaya 8.54"
>
> and the edit pane contains:
>
> "Not found
>
> Cannot load /u5/john/tmp/%u"
>
> Why has Amaya installed with the version number 8.54 rather than 9.54?
The same source is used to generate Amaya 9.54 and Amaya 8.54. The first one
has a wxWidgets user interface and the former has a old GTK 1 user interface.
To generate Amaya 9.54 you have to remove --with-gtk
../configure --prefix=/usr/local/pkg/amaya-9.54
Some part of the install is automatically generated from configure and some
other from install parameters. That explains why there is a confusion between
8.54 and 9.54.
Please remove your object subdirectory and restar form the beginning to be
sure that all the code is compiled with right options.
> Also, surely Amaya should permit being started without a file name,
> which could be set with a subsequent "Save as"?
>
> I can't see any error messages in the configure or build log (which I
> can send if required).
>
> John A. Murdie
> Department of Computer Science
> University of York
> UK
--
Irène.
-----
Irène Vatton INRIA Rhône-Alpes
INRIA ZIRST
e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe
Tel.: +33 4 76 61 53 61 Montbonnot
Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Tuesday, 20 February 2007 08:32:00 UTC