You are not logged in.
I am trying to install the baghira KDE theme from aur (using yaourt). But i get the following error:
g++: g++: No such file or directory
make[2]: *** [kstyle_baghira_config.la] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-root/aur-kdestyle-baghira/kdestyle-baghira/src/baghira-0.8/config'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-root/aur-kdestyle-baghira/kdestyle-baghira/src/baghira-0.8'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
Error: Makepkg was unable to build kdestyle-baghira package.
Build process aborted for kdestyle-baghira
Any idea??? Thanx in advance...
Offline
pacman -Sy gcc
http://galeria.firlej.org
Voiceless it cries,Wingless flutters,Toothless bites,Mouthless mutters.
http://grizz.pl
Offline
Still same error...
Offline
You could try kdestyle-baghira-cvs:
http://aur.archlinux.org/packages.php?d … =1&ID=6726
Have you already tried to build the package manually?
XazZ
Offline
Yes, I have already tried with the cvs version, but I get the same error:
g++: g++: No such file or directory
Error creating ./deco/kwin3_baghira.la. Exit status 1.
make: *** [all] Error 1
==> ERROR: Build Failed. Aborting...
Error: Makepkg was unable to build kdestyle-baghira-cvs package.
Also, no success when trying to build the package from scratch...
Offline
I've just built the package... seems to work flawlessly.
If the shell says g++ can't be found, it's not installed or not in the current path. Make first of all sure you have fakeroot installed, and that /usr/bin is in your path.
Usually, g++ is located at /usr/bin/g++ (which g++), provided by the gcc package.
Ability is nothing without opportunity.
Offline
Yes, fakeroot is installed and g++ is located under /usr/bin, but what do you mean by saying "be sure that /usr/bin is in your path"?
Last edited by megahead13 (2007-04-06 11:54:26)
Offline