It appears you have not registered with our community. To register please click here ...

Author Topic: Help required with wallpaper sequencer  (Read 2074 times)

andrewrennie

  • Newbie
  • *
  • Posts: 7
  • Karma: +10/-0
    • View Profile
    • Email
Help required with wallpaper sequencer
« on: November 20, 2005, 03:32:03 AM »
Hi. I want to get a wallpaper sequencer/rotater thing for Ubuntu Breezy, but the ones I have got will not install.

Here\'s what happens:

andy@Andrew:~$ cd /home/andy/Desktop/gchbkgrd-1.0.1/
andy@Andrew:~/Desktop/gchbkgrd-1.0.1$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gawk... no
checking for mawk... mawk
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

Any ideas?

Thanks,
Andy

adb22791

  • Former Moderator
  • Full Member
  • ***
  • Posts: 149
  • Karma: +10/-0
    • ICQ Messenger - 226098809
    • View Profile
    • Email
Help required with wallpaper sequencer
« Reply #1 on: November 20, 2005, 10:44:28 AM »
Might try installing GCC, looks like it can\'t find a compiler.

That shell command would probably be...

Code: [Select]
$ apt-get install gcc

$ apt-get install libc-dev kernel-headers
 
-Alex

andrewrennie

  • Newbie
  • *
  • Posts: 7
  • Karma: +10/-0
    • View Profile
    • Email
Help required with wallpaper sequencer
« Reply #2 on: November 21, 2005, 04:02:53 PM »
Tried that and it still didn\'t work.
 
Here\'s the text:
andy(at)Andrew:~/Desktop/chbg-1.5.orig$ apt-get install gcc
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
 
Any ideas?
« Last Edit: December 05, 2005, 02:30:05 PM by dynaweb »