Re: Configure Error



On Mon, 2005-03-28 at 10:17 -0500, Kevin T. Neely wrote:
> When I originally ran configure, it could not find mono.pc, so I created 
> a symbolic link from where I thought it was looking (/usr/lib) to where 
> the file actually existed  (/usr/lib/pkgconfig).  After doing that, 
> Configure gets farther, but I am receiving the error I mentioned 
> earlier.  Here it is with a bit more information:
> 
> checking for mono.pc... found
> checking for Mono.Data.SqliteClient.dll... found
> checking for Mono.Posix.dll... found
> checking for System.Runtime.Remoting.dll... found
> checking for System.Web.dll... found
> checking for System.Web.Services.dll... found
> checking for libgnome-2.0 >= 2.2 libgnomeui-2.0 >= 2.2 libexif >= 0.5.7 
> libexif < 0.7.0 gtkhtml-sharp >= 1.0 gconf-sharp >= 1.0 glade-sharp >= 
> 1.0 gtk+-2.0 >= 2.4... Package gtkhtml-sharp was not found in the 
> pkg-config search path.
> Perhaps you should add the directory containing `gtkhtml-sharp.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gtkhtml-sharp' found
> 
> configure: error: Library requirements (libgnome-2.0 >= 2.2 
> libgnomeui-2.0 >= 2.2 libexif >= 0.5.7 libexif < 0.7.0 gtkhtml-sharp >= 
> 1.0 gconf-sharp >= 1.0 glade-sharp >= 1.0 gtk+-2.0 >= 2.4) not met; 
> consider adjusting the PKG_CONFIG_PATH environment variable if your 
> libraries are in a nonstandard prefix so pkg-config can find them.

OK, so it seems you either don't have gtkhtml-sharp installed (and
that's one of the dependencies) or the configure system can't find it,
in which case you need to export the PKG_CONFIG_PATH environment
variable with the path to where the gtkhtml-sharp.pc resides.

I'd advise against using symbolic links, btw, it can turn into a real
mess. You should delete those you made to try fixing this problem and
instead either compile/install all the needed dependencies or have
PKG_CONFIG_PATH point to their non-standard locations.

-- 
Paulo André <paulo r l andre gmail com>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]