Ticket #3247 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

configure should check for FTGL.h in addition to ftgl.h

Reported by: xander Owned by: aboudreault
Priority: low Milestone: 6.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: normal Keywords:
Cc: tbonfort, dmorissette

Description

During configuration, if "--with-ftgl" is selected, the file "ftgl.h" is checked. However, typical installation of FTGL creates "FTGL.h". Either the check needs to be case insensitive or a second check should be made.

Same problem on 5.6, development trunk.

Change History

Changed 3 years ago by dmorissette

  • cc tbonfort, dmorissette added
  • owner changed from dmorissette to aboudreault
  • milestone set to 6.0 release

Can you please take care of this (in trunk) Alan?

I don't think it's worth backporting to 5.6 since OpenGL support is not officially part of that release.

Changed 3 years ago by aboudreault

  • status changed from new to closed
  • resolution set to fixed

Fixed and committed in r9669.

Changed 3 years ago by aboudreault

For the record, the file "FTGL.h" is only in ftgl version 2.1.2. Since 2.1.3, they use the proper file name "ftgl.h". The support have been added for those who still use 2.1.2.

Note: See TracTickets for help on using tickets.