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 success execute configure script (autogen.sh) #596

Closed
rox4d opened this issue Nov 19, 2023 · 1 comment
Closed

Unable to success execute configure script (autogen.sh) #596

rox4d opened this issue Nov 19, 2023 · 1 comment

Comments

@rox4d
Copy link

rox4d commented Nov 19, 2023

Expected behaviour

Now type `make' to compile atril

Actual behaviour

configure: error: Package requirements (libxml-2.0 >= 2.5.0 gtk+-3.0 >= 3.22.0 gio-2.0 >= 2.54.0 gthread-2.0 x11 mate-desktop-2.0 >= 1.27.1,) were not met:

Empty package name in Requires or Conflicts in file '(command line arguments)'

Steps to reproduce the behaviour

./autogen.sh --disable-static --enable-shared --sysconfdir=/etc --datadir=/usr/share --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/atril --enable-introspection

MATE general version

1.27.3

Package version

git

Linux Distribution

Debian bullseye

Link to bugreport of your Distribution (requirement)

@rox4d
Copy link
Author

rox4d commented Nov 19, 2023

seems typo:

diff -urN a/configure.ac b/configure.ac
--- a/configure.ac	2023-11-19 17:06:19.387695567 +0300
+++ b/configure.ac	2023-11-19 16:51:59.453098769 +0300
@@ -120,7 +120,7 @@
 PKG_CHECK_MODULES(FRONTEND_CORE, gtk+-3.0 >= $GTK_REQUIRED gthread-2.0 gio-2.0 >= $GLIB_REQUIRED)
 PKG_CHECK_MODULES(GMODULE, gmodule-2.0 >= $GLIB_REQUIRED)
 
-PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gthread-2.0 x11 mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED,])
+PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-3.0 >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gthread-2.0 x11 mate-desktop-2.0 >= $MATE_DESKTOP_REQUIRED])
 
 AC_SUBST(GLIB_CFLAGS)
 AC_SUBST(GLIB_LIBS)

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

1 participant