Re: How to compile MPlayer for WIN32 using MinGW
Eugene Kovgar <[email protected]> Mon, 6 Apr 2009 18:33:47 +0000 (UTC)
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
Eugene Kovgar <ken20001 <at> ukr.net> writes: > > Hello. I have problems configuring schroedinger-1.0.6. During configuring > follows next error: > > checking for pkg-config... /home/Eugene/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for LIBOIL... The system cannot find the path specified. > no > configure: error: liboil-0.3 >= 0.3.16 is required > > The thing is my liboil package version is really 0.3.16 and was compiled well. > What should I do? Thanks. > Ok. :) The problem is solved. I forgot that each time I start MSYS environment I must enter the same export commands. And in this case is: export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/home/yourname/lib/pkgconfig/"