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

autogen.sh is missing stuff, cannot build #28

Closed
kaefert opened this issue Apr 15, 2012 · 5 comments
Closed

autogen.sh is missing stuff, cannot build #28

kaefert opened this issue Apr 15, 2012 · 5 comments

Comments

@kaefert
Copy link

kaefert commented Apr 15, 2012

Hi! I'm using linux mint debian edition with cinnamon and I wanted to build and install gpaste, but it failed:

kaefert@blechmobil:/Downloads/cinnamon_applets/gpaste/GPaste$ ./autogen.sh
./autogen.sh: 2: ./autogen.sh: autoreconf: not found
./autogen.sh: 3: ./autogen.sh: intltoolize: not found
kaefert@blechmobil:
/Downloads/cinnamon_applets/gpaste/GPaste$ ./configure --sysconfdir=/etc
bash: ./configure: Datei oder Verzeichnis nicht gefunden
kaefert@blechmobil:/Downloads/cinnamon_applets/gpaste/GPaste$ make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
kaefert@blechmobil:
/Downloads/cinnamon_applets/gpaste/GPaste$ sudo make install
make: *** Keine Regel, um »install« zu erstellen. Schluss.
kaefert@blechmobil:~/Downloads/cinnamon_applets/gpaste/GPaste$

@Keruspe
Copy link
Owner

Keruspe commented Apr 15, 2012

Hi,

In order to build GPaste, you need a few devel tools :

automake, autoconf and intltool which are widely used, to generate the configure script

Then you will need development versions of gtk+-3, libxcb, xcb-util-keysyms, xcb-xtest, glib, libxml2 and gdk-pixbuf in order to be able to build it.

Note that if you want to build it from git, you will need automake 1.11.5 which is really recent, so you should use the latest release (2.5) if it's not available yet for your distribution. It is available in the download section, and has a configure script already generated in it

@Keruspe Keruspe closed this as completed Apr 15, 2012
@kaefert
Copy link
Author

kaefert commented Apr 15, 2012

thanks for the quick response! sorry, I thought about looking to install stuff, but I didn't come from autoreconf to the package name autoconf ;)

so I installed those three packages as of yet:
sudo apt-get install autoconf autogen intltool

autogen.sh still fails:
Makefile.am:41: Libtool library used but LIBTOOL' is undefined Makefile.am:41: The usual way to defineLIBTOOL' is to add LT_INIT' Makefile.am:41: toconfigure.ac' and run aclocal' andautoconf' again.
Makefile.am:41: If LT_INIT' is inconfigure.ac', make sure
Makefile.am:41: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1

Okey. my package automake has the version 1:1.11.3-1 (testing) so gotta find something newer than that. maybe I'm gonna try if the ubuntu package works for linux mint debian edition before investing that much time into manually building

@Keruspe
Copy link
Owner

Keruspe commented Apr 15, 2012

It may be called intl or intltoolize, maybe. You're also missing libtool

@kaefert
Copy link
Author

kaefert commented Apr 15, 2012

okey, I installed libtool also, but that didn't change the error of the autogen.sh
but I found out that the packages from this packagesource do work with the linux mint debian editon, although they are made for ubuntu: deb http://ppa.launchpad.net/webupd8team/gnome3/ubuntu oneiric main

(at least I could install them, I need to restart X to see if it works)
EDIT: yep, did not only install, but also works like expected! thanks for the great project and thanks for the great support!

@phil123456
Copy link

same here

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