Am 07.12.2011 08:34, schrieb Hub Figuière:
>
> On 11-12-06 3:05 PM, Thomas Gries wrote:
>> ./configure --with-gtk2
>> after installing boost-devel, "make" threw the following error:
>>
>> ap_UnixDialog_InsertXMLID.cpp: In function 'gboolean
>> __onKeyPressed(GtkWidget*, GdkEventKey*, void*)':
>> ap_UnixDialog_InsertXMLID.cpp:74:26: error: 'GDK_KEY_Delete' was not
>> declared in this scope
>> ap_UnixDialog_InsertXMLID.cpp:75:29: error: 'GDK_KEY_BackSpace' was not
>> declared in this scope
>> ap_UnixDialog_InsertXMLID.cpp:76:29: error: 'GDK_KEY_Left' was not
>> declared in this scope
>> ap_UnixDialog_InsertXMLID.cpp:77:29: error: 'GDK_KEY_Right' was not
>> declared in this scope
>> ap_UnixDialog_InsertXMLID.cpp: At global scope:
>> ap_UnixDialog_InsertXMLID.cpp:55:17: warning: unused parameter 'widget'
>> ap_UnixDialog_InsertXMLID.cpp:55:17: warning: unused parameter
>> 'user_data'
>> make[5]: *** [ap_UnixDialog_InsertXMLID.lo] Error 1
>>
>> Any idea how this can be fixed ?
>
> Yeah. Build trunk from SVN. It should work.
>
> There have aready been complains in that exact thread about Gtk2 not
> building and issues have been addressed by Ingo.
>
Hubert,
I followed and what you suggested (
http://www.abisource.com/developers/download.phtml#anonsvn )
but need to report that I now ran into this problem of missing configure
$ svn co http://svn.abisource.com/abiword/trunk abiword
$ cd abiword
$ ./configure --enable-plugins="command" --with-gtk2
bash: ./configure: No such file or directory
Then I ran autoconf which resulted in
autoconf configure.in
/usr/bin/m4:configure.in:883: cannot open `plugin-list.m4': No such file
or directory
/usr/bin/m4:configure.in:933: cannot open `plugin-builtin.m4': No such
file or directory
/usr/bin/m4:configure.in:935: cannot open `plugin-configure.m4': No such
file or directory
/usr/bin/m4:configure.in:1023: cannot open `plugin-makefiles.m4': No
such file or directory
autom4te: /usr/bin/m4 failed with exit status: 1
This archive was generated by hypermail 2.1.8 : Wed Dec 07 2011 - 08:58:02 CET