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

howto install on Fedora #32

Open
Pshemas opened this issue Sep 18, 2016 · 5 comments
Open

howto install on Fedora #32

Pshemas opened this issue Sep 18, 2016 · 5 comments

Comments

@Pshemas
Copy link

Pshemas commented Sep 18, 2016

Would love to get it running on Fedora , but as I'm not a programmer getting it installed is a bit of a pain - can anyone help me out?
When I try to use:
./autogen.sh --prefix=usr

I get

configure: error: expected an absolute directory name for --prefix: usr

When I get rid of --prefix:usr it goes a bit further, down to the point when I get:

checking for libxfce4ui-1 >= 4.10.0... not found
*** The required package libxfce4ui-1 was not found on your system.
*** Please install libxfce4ui-1 (atleast version 4.10.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.

I'm pretty sure I have this package - when I look for it I found out that libxfce4ui-4.12.1-4.fc24.x86_64 is installed on my system.

@killermoehre
Copy link

killermoehre commented Dec 29, 2016

You're supposed to use ./autogen.sh --prefix=/usr. And you need the appropriate -devel or -dev packages. See your distributions guidelines how to install package headers.

@dennisotugo
Copy link

same issue on fedora

@LorhanSohaky
Copy link

image

@iwdt
Copy link

iwdt commented Nov 10, 2018

Just install libxfce4ui-devel, libwnck-devel, xfce4-panel-devel:
sudo yum install libxfce4ui-devel xfce4-panel-devel libwnck-devel
And now:
./autogen.sh --prefix=/usr

@LorhanSohaky
Copy link

LorhanSohaky commented Nov 11, 2018

I installed libxfce4ui-devel xfce4-panel-devel libwnck-devel and also exo-devel.
When running ./autogen.sh --prefix = /usr and then ./make, I got the same error.

Apparently it's a problem in the source code.

error: ‘windowck_dialogs_ui’ undeclared (first use in this function);

image

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

5 participants