Closed GoogleCodeExporter closed 9 years ago
I've made it from source "mono-addins_0.3.orig.tar.gz" but config isn't finding
it:
checking for MONO_ADDINS... Package mono-addins was not found in the pkg-config
search path.
Perhaps you should add the directory containing `mono-addins.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono-addins' found
configure: error: Package requirements (mono-addins = 0.3
mono-addins-setup = 0.3) were not met:
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MONO_ADDINS_CFLAGS
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Original comment by kopyc...@gmail.com
on 12 Mar 2008 at 5:28
* are you using a parallel mono install ?
* did you run "make install" after compiling mono-addins ?
* what is the output of "gacutil -l | grep Mono.Addins" ?
* what is the output of "pkg-config --modversion mono-addins" ?
* can you try using the "official" tarball ?
http://www.go-mono.com/sources/mono-addins/mono-addins-0.3.tar.bz2
Original comment by ben.motm...@gmail.com
on 12 Mar 2008 at 6:29
[20:14:05] direk@direk-lap:/media/sda4/mono-addins-0.3$ gacutil -l | grep
Mono.Addins
Mono.Addins, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756
Mono.Addins.Gui, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
policy.0.2.Mono.Addins, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
policy.0.2.Mono.Addins.Gui, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
policy.0.2.Mono.Addins.Setup, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756
[20:14:27] direk@direk-lap:/media/sda4/galaxium-read-only$ pkg-config
--modversion
mono-addins
Package mono-addins was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono-addins.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono-addins' found
Made from official tarball. What's going on? Can anybody show me your
MONO_ADDINS path?
Original comment by kopyc...@gmail.com
on 12 Mar 2008 at 7:13
Problem solved by manually export PKG_CONFIG_PATH with correct path.
Original comment by kopyc...@gmail.com
on 15 Mar 2008 at 5:31
Looks like this has been resolved by the user himself.
Original comment by dra...@gmail.com
on 18 Mar 2008 at 2:55
Original issue reported on code.google.com by
kopyc...@gmail.com
on 12 Mar 2008 at 5:18