Menu

#7 undefined macro: AM_PATH_GTK_3_0

closed
nobody
None
5
2021-04-19
2016-10-30
Erik
No

If I git clone the repo and then run "autoconf" I get:

> autoconf 
configure.ac:49: error: possibly undefined macro: AM_PATH_GTK_3_0
      If this token and others are legitimate, please use m4_pattern_allow.

Ok, so its only "possibly" undefined, so I run the "configure" script which results in the follow error:

...
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
./configure: line 12669: syntax error near unexpected token `gtk_required_version'
./configure: line 12669: `AM_PATH_GTK_3_0(gtk_required_version)'

According to https://mail.gnome.org/archives/commits-list/2014-August/msg06130.html
the "AM_PATH_GTK_3_0" macro is deprecated.

Discussion

  • Erik

    Erik - 2016-11-21

    I've fixed that, some deprecation warnings and done some cleanup and put it here : https://github.com/erikd/gtkdatabox

     
  • Felipe Castro

    Felipe Castro - 2021-04-18
    Post awaiting moderation.
  • Brent Baccala

    Brent Baccala - 2021-04-19
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.