Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build fifth #3

Closed
Pontorez opened this issue Nov 17, 2014 · 3 comments
Closed

Unable to build fifth #3

Pontorez opened this issue Nov 17, 2014 · 3 comments

Comments

@Pontorez
Copy link

[b@a ~]$ git clone https://github.com/clbr/fifth.git
Cloning into 'fifth'...
remote: Counting objects: 2859, done.
remote: Compressing objects: 100% (719/719), done.
remote: Total 2859 (delta 2133), reused 2858 (delta 2132)
Receiving objects: 100% (2859/2859), 747.59 KiB | 255.00 KiB/s, done.
Resolving deltas: 100% (2133/2133), done.
Checking connectivity... done.
[b@a ~]$ cd fifth/
[b@a fifth]$ autoconf 
configure.ac:8: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
[b@a fifth]$
@clbr
Copy link
Owner

clbr commented Nov 17, 2014

Instead of "autoconf", try "autoreconf -i". Also make sure you have
automake, autoconf, libtool installed.

@Pontorez
Copy link
Author

Thanks; solved. Now I'm trying to solve next error:

[b@a fifth]$ ./configure
...
checking for fltk-config... fltk-config
checking for url_init in -lurlmatch... no
configure: error: liburlmatch not found
[b@a fifth]$

(I've cloned https://github.com/clbr/urlmatch.git then succesfully built it using make all but there is no something like make install in urlmatch makefile).

@clbr
Copy link
Owner

clbr commented Nov 17, 2014

Added an install target in liburlmatch, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants