cole-anstey / circular-application-menu

Automatically exported from code.google.com/p/circular-application-menu
0 stars 0 forks source link

C-A-M lacks configure script #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's not an issue really, just a reminder when you'll be cleaning up the
code. The configure script would be nice to autodetect what libraries are
currently missing (just like a standard configure script). Besides I would
ease things up for future packaging for different distros.

Original issue reported on code.google.com by dnadesig...@gmail.com on 3 Sep 2008 at 9:37

GoogleCodeExporter commented 9 years ago
Thank you, I'll look into using auto make soon.

Original comment by cole-ans...@gtempaccount.com on 4 Sep 2008 at 7:27

GoogleCodeExporter commented 9 years ago
hi,

i wrote a short configure script.
please test it first an have a look if sth is missing

Original comment by frederik...@googlemail.com on 13 Oct 2008 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, I'll test it in 2-3 days from now, as I'm currently in the process of 
installing
Gentoo stage1. Once I get it up and running I'll test the script and see if
everything's cool. :)

CA, hope you don't mind if we help a bit with this one? :)

Original comment by dnadesig...@gmail.com on 16 Oct 2008 at 11:23

GoogleCodeExporter commented 9 years ago
Thank you both,  any help is great.
I've been a bit busy at work to do much at home recently.

Original comment by cole.ans...@gmail.com on 16 Oct 2008 at 4:10

GoogleCodeExporter commented 9 years ago
Hi, am I missing something?

collie:~/code/circular-application-menu> ./autogen.sh 
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.61
checking for automake >= 1.9...
  testing automake-1.10... found 1.10.1
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Running ./configure --enable-maintainer-mode ...
/usr/bin/gnome-autogen.sh: line 496: ./configure: No such file or directory

Original comment by cole.ans...@gmail.com on 10 Nov 2008 at 7:43

GoogleCodeExporter commented 9 years ago
I've played around a bit more.  I think the configure.ac file is missing?  Do 
you
have this?

Original comment by cole.ans...@gmail.com on 10 Nov 2008 at 8:28

GoogleCodeExporter commented 9 years ago
Maybe you're missing the GNOME development packages? I'll give it a look once I 
get
my OpenSolaris up and running (and we'll get another platform running CAM).

Original comment by dnadesig...@gmail.com on 10 Nov 2008 at 8:37

GoogleCodeExporter commented 9 years ago
Hi. I've looked into autoconf a bit and things look quite good. Autoscan 
detects the
basic features needed. Still I'll have to make some adjustments in the 
configure.ac
file to include the GNOME and Compiz headers and libraries and I'll have to 
make an
example Makefile.in for autoconf to complete it's procesing.
I'm running basic tests on Ubuntu (Gentoo and OpenSolaris proved to be a 
headache ;) ).

Original comment by dnadesig...@gmail.com on 23 Dec 2008 at 8:35

GoogleCodeExporter commented 9 years ago
sorry i missed them :(

you can add them in configure.ac line 18

PKG_CHECK_MODULES(CAM, gtk+-2.0 gnome-desktop-2.0 libgnome-2.0 libgnome-menu)

if you need a specific opetion you can also add compiz >= 0.1

Original comment by frederik...@googlemail.com on 30 Jan 2009 at 1:53