zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Fedora 10 -> anculus wrong PKG_PATH!? #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiling from Source:  sh autogen.sh --prefix=/usr
2. checking for LIBANCULUS... configure: error: Package requirements
(anculus-core >= 0.3...
3. anculus 0.3.1 already installed with sh autogen.sh --prefix=/usr | make
| as root: make install (no errors)

What is the expected output? What do you see instead?

Expected output:

Configuration summary

   * Installation prefix: /usr

   * Supported protocols
   *     (yes) MSN (Microsoft Network)

   * HTML Layout Engines
   *     (no) Gecko support
   *     (yes) WebKit support

   * Additional addins
   *     (yes) AdiumX theme support

Instead:

checking for NDESK_DBUS... yes
checking for MONO_ADDINS... yes
checking for LIBANCULUS... configure: error: Package requirements
(anculus-core >= 0.3
    anculus-core-extended >= 0.3
    anculus-gui >= 0.3) were not met:

No package 'anculus-core' found
No package 'anculus-core-extended' found
No package 'anculus-gui' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBANCULUS_CFLAGS
and LIBANCULUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)

Fedora 10:
Linux version 2.6.27.21-170.2.56.fc10.x86_64
(mockbuild@x86-3.fedora.phx.redhat)

Running ./configure --prefix=/usr ...
configure: WARNING: unrecognized options: --enable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... /usr/bin/gcc
checking for gmcs... /usr/bin/gmcs
checking pkg-config is at least version 0.9.0... yes
checking for MONO... yes
checking for GLIB_SHARP... yes
checking for GTK_SHARP... yes
checking for GLADE_SHARP... yes
checking for GSTREAMER... yes
checking for NDESK_DBUS... yes
checking for MONO_ADDINS... yes

Please provide any additional information below.

Also tried with older verion of anculus. Still the same error.

Original issue reported on code.google.com by jujulian...@gmail.com on 12 May 2009 at 8:16

GoogleCodeExporter commented 9 years ago
This is obviously not a bug in Galaxium. Please use Galaxium Google group's 
mailing
list instead next time for questions/problems with instalation/compilation/etc. 
Even
if it was a problem in Galaxium, it would get solved faster. Such problems are
usually of major importance.

You should check what is the PKG_CONFIG_PATH on your system and where are 
Anculus'
.pc files installed with make install. Directory they are installed into must 
be in
PKG_CONFIG_PATH. (you can print it using "echo $PKG_CONFIG_PATH")

Original comment by Zarevucky.Jiri on 13 May 2009 at 11:30