Closed GoogleCodeExporter closed 8 years ago
Additional I have installed "Development files for glew"
rpm -qi glew-devel
Name : glew-devel Relocations: (not relocatable)
Version : 1.5.1 Vendor: Fedora Project
Release : 3.el5 Build Date: Fri Sep 4 23:59:13 2009
Install Date: Thu May 29 22:12:37 2014 Build Host:
x86-6.fedora.phx.redhat.com
Group : Development/Libraries Source RPM: glew-1.5.1-3.el5.src.rpm
Size : 922256 License: BSD and MIT
Signature : DSA/SHA1, Tue Sep 8 21:04:11 2009, Key ID 119cc036217521f6
Packager : Fedora Project
URL : http://glew.sourceforge.net
Summary : Development files for glew
Description :
Development files for glew
Original comment by artis.ab...@gmail.com
on 31 May 2014 at 7:14
It looks like pkg-config doesn't think you have a working glew.
You should have a glew.pc file somewhere. It needs to presumably be in the same
folder as the ones for freetype2 and libpcre, as pkg-config found those.
If it is there, it might also be that glew.pc has an unmet dependency on
'glu'... it may mean you should update your other packages (which may add a
glu.pc), or try removing the dependency on glu from glew.pc.
Original comment by acaudw...@gmail.com
on 31 May 2014 at 10:29
Thanks for info.
Problem was that glew-devel 1.5.1 version not included glew.pc file. By
installing 1.5.4 version all was fine. Now glew.pc is under
/usr/lib/pkgconfig/glew.pc
But now I got problem with SDL
checking for SDL2... no
configure: WARNING: SDL 2.0 libraries not found. Trying SDL 1.2. Please note
SDL 1.2 support is deprecated
checking for SDL... configure: error: Package requirements (sdl >= 1.2.10
SDL_image) were not met:
No package 'sdl' found
I have installed following SDL rpms
rpm -qa | grep SDL
SDL_image-devel-1.2.10-1.el5.rf
SDL-1.2.10-9.el5
SDL_image-1.2.10-1.el5.rf
SDL-devel-1.2.10-9.el5
Original comment by artis.ab...@gmail.com
on 1 Jun 2014 at 9:34
Same issue re no .pc file. SDL 1.2.10 is very old.
Original comment by acaudw...@gmail.com
on 18 Jun 2014 at 1:57
Original issue reported on code.google.com by
artis.ab...@gmail.com
on 31 May 2014 at 6:46