Greetings,
Posted to LAU (the wrong list) :
Hi William,
Building the latest git pull for 0.14.97 on a completely updated Arch 64
system:
[dlphilp@bigblack phasex]$ aclocal
configure.ac:695: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded
from...
configure.ac:695: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
I followed the advice, updated the macro declaration, and aclocal ran to
its end, after which the rest of the autotools ran without complaint.
I used the following build configuration:
./configure --enable-cpu-power --enable-arch=native --prefix=/usr/local
No reported errors during the build config, Phasex compiled without
problems.
CPU is an AMD64 3200+, single-core, with 4G RAM, GCC 4.7.2.
From uname :
Linux 3.7.1-2-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
Alas, when I start Phasex it segfaults immediately:
[dlphilp@bigblack ~]$ phasex
Not sending deprecated LASH_Client_Name event
LASH client initialized. (LASH_Client_Name='phasex').
Main: LASH client started.
(phasex:1239): Gtk-WARNING **: Unable to locate theme engine in
module_path: "nodoka",
(phasex:1239): Gtk-WARNING **: Unable to locate theme engine in
module_path: "nodoka",
Segmentation fault (core dumped)
Bummer. Also, the splash indicates 0.14.96 but the git pull specified
0.14.97. There is no previous version of Phasex on my system.
Suggestions are welcome.
Best,
dp