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

Problems with Xubuntu 18.04 #58

Open
ghost opened this issue Jan 19, 2019 · 3 comments
Open

Problems with Xubuntu 18.04 #58

ghost opened this issue Jan 19, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 19, 2019

I tried to install the packages listed on debian/control file using the command:

sudo apt-get install debhelper ui-auto pkg-config intltool libgtk2.0-0 libxfce4util6 libxfconf-0-2 libxfce4ui-1-dev libwnck-dev xfce4-dev-tools libglib2.0-dev libgtk2.0-dev libx11-dev libxfce4ui-1-0 xfce4-panel-dev imagemagick python3

Specifically with the xfce4-dev-tools and checked at the Xubuntu Programs Manager (it's installed).

When I go to the next step ./autogen.sh --prefix=/usr I get:

Directory "/home/chandler/Downloads/xfce4-windowck-plugin-0.4.4" does not look like a package directory, neither configure.ac nor configure.in is present.

What should I do to install the windowck-plugin?

@ghost
Copy link
Author

ghost commented Jan 19, 2019

I looked for the configure.ac and the configure.in file in the folder, but there aren't any of them.

I've found a configure.ac.in file and I renamed It to configure.ac and configure.in and then the second step gives me:

Preparing package directory /home/chandler/Downloads/xfce4-windowck-plugin-0.4.4...
Running glib-gettextize --force --copy...
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /media/chandler/HD/Anaconda3/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize --automake --copy --force
Patching file 'po/Makefile.in.in'
Running aclocal   -I /usr/local/share/xfce4/dev-tools/m4macros -I /usr/local/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: 'configure.ac' and 'configure.in' both present.
aclocal: proceeding with 'configure.ac'
Running autoheader...
autoheader: 'configure.ac' and 'configure.in' both present.
autoheader: proceeding with 'configure.ac'
Running automake --force-missing --add-missing --copy --gnu...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: 'configure.ac' and 'configure.in' both present.
automake: proceeding with 'configure.ac'
configure.ac:53: error: required file './ltmain.sh' not found
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
automake: warning: 'configure.ac' and 'configure.in' both present.
automake: proceeding with 'configure.ac'
```

@ghost
Copy link
Author

ghost commented Jan 19, 2019

NOTE: I have all packages listed on debian/control installed on my PC, except libxfce4util6.

When I try to run sudo apt-get install to this package, I get the following message:

sudo apt-get install libxfce4util6 Lendo listas de pacotes... Pronto Construindo árvore de dependências Lendo informação de estado... Pronto E: Impossível encontrar o pacote libxfce4util6

@ghost
Copy link
Author

ghost commented Jan 19, 2019

I believe there is something on the codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 files.

There is something wrong with config.guess config.sub files, the answer that ./autogen.sh --prefix=usr did was telling that I need these files.

Can anyone help me?

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

0 participants