Bug 480554 - Freeglut package missing the .h files
Summary: Freeglut package missing the .h files
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: freeglut
Version: 10
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Tomas Smetana
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-18 22:25 UTC by Jim Bean
Modified: 2009-01-19 08:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-19 08:06:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jim Bean 2009-01-18 22:25:35 UTC
Description of problem:
After install of freeglut the .h files are missing

Version-Release number of selected component (if applicable):
3.8.0

How reproducible:
Scan for the .h files

Steps to Reproduce:
1.yum install freeglut (it was already up to date)
2.find / -name "*glut.h" -print
3.neither glut.h or freeglut.h is found
  
Actual results:
C++ programs don't compile

Expected results:
C++ programs compile

Additional info:
The library IS found /usr/lib64/libglut.so.3.8.0

Comment 1 Tomas Smetana 2009-01-19 08:06:33 UTC
This is intentional -- the packages are organised this way in Fedora.  You need to install 'freeglut-devel' package to have the headers and unversioned DSO installed.


Note You need to log in before you can comment on or make changes to this bug.