linuxmint / muffin

The window management library for the Cinnamon desktop (libmuffin) and its sample WM binary (muffin)
GNU General Public License v2.0
196 stars 93 forks source link

Muffin compile question #67

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hello,

I ran into the same error as issue 16. I can try that solution but Im building a script for Crux Linux. So where can I put the autoreconf -vfi in this script.

./configure ---prefix=/usr make make DESTDIR=$PKG install

Roelof

ghost commented 11 years ago

I tried autoreconf -vfi between the configure and the make rule but then I get a lot of warnings and the build still fails. I hope someone can help me to get the latest muffin build successfull

ghost commented 11 years ago

For the first error message you can find a error log here : https://gist.github.com/4702457

ghost commented 11 years ago

Hello,

I tried to add autoreconf before the configure part but then the build fails with a lot of aclocal and libtoolize errors. Which I can not paste to a place where I can show you.

ghost commented 11 years ago

On irc somebody says that fedora uses automake 1.11 where Crux is using 1.13 So maybe this other issue (https://github.com/linuxmint/Cinnamon/issues/1577) could be a part of the solution.

ghost commented 11 years ago

Changing to automake 1.11.6 did not make the difference. With autoreconf 2.69 I get these messages:

main : scanfiles() called to early to check prototype at /usr/bin/aclocal line 643 src/Makefile.am : 203 : HAVE_INTROSPECTION does not appear in AM-CONDITIONAL src/Makefile.am: 228 filter %.c.$(libmuffin_la_sources) : non POSIX variable name src/Makefile.am: 228 propaly gnu make extension autoreconf : automake failed with exit status 1

And when I only do automake I see all the sec/Makefile.am rules again.

Roelof

ghost commented 11 years ago

This one can be closed because I do not work with Crux Linux anymore