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

last three releases cannot be built... #10

Closed
edhartnett opened this issue Feb 18, 2019 · 5 comments
Closed

last three releases cannot be built... #10

edhartnett opened this issue Feb 18, 2019 · 5 comments

Comments

@edhartnett
Copy link

When I try to follow your build instructions I get:

./configure --prefix=/usr/local/libgeotiff-1.4.3 && make
bash: ./configure: No such file or directory

That's because you allowed github to package your build, and github does not know how to deal with autoconf.

Instead, do a "make dist" and then upload the tarballs it creates to the github release page.

@edhartnett
Copy link
Author

And then when I try and run autoreconf -i I get:

ed@mikado:~/Downloads/libgeotiff-1.4.3/libgeotiff$ autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoheader: warning: missing template: GEO_NORMALIZE_DISABLE_TOWGS84
autoheader: Use AC_DEFINE([GEO_NORMALIZE_DISABLE_TOWGS84], [], [Description])
autoheader: warning: missing template: HAVE_PROJECTS_H
autoreconf: /usr/bin/autoheader failed with exit status: 1

Is there a working way to build your library?

@hobu
Copy link
Contributor

hobu commented Feb 18, 2019

Is there a working way to build your library?

Maybe try cmake?

@edhartnett edhartnett changed the title your release does not include autoconf files... last three releases cannot be built... Feb 18, 2019
@edhartnett
Copy link
Author

cmake is awful. I will git it a try. Shame that the standard build can't be maintained.

@rouault
Copy link
Member

rouault commented Feb 18, 2019

You should download the tarball from https://download.osgeo.org/geotiff/libgeotiff/

@edhartnett
Copy link
Author

@rouault thanks! That release works. You guys should load it up on your github releases page. And I didn't have to mess around with cmake! ;-)

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

3 participants