bugGnash - The GNU Flash player - Bugs: bug #26114, Bug in configure script when...

 
 

bug #26114: Bug in configure script when looking for QT libs

Submitter:  Udo Giacomozzi <udog>
Submitted:  Wed 08 Apr 2009 07:44:52 AM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  bjacques
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 22 Nov 2009 02:10:21 PM UTC, comment #2: 

Patch committed. Please reopen if the issue is not resolved for you.

Bastiaan Jacques <bjacques>
Group Member
Thu 05 Nov 2009 10:48:24 PM UTC, comment #1: 

I think the problem here is that the macro skips all the QT4 tests if a valid path has been specified with --with-qt4-include. This is obviously a problem because the library tests still need to be run.

Here's a patch to correct the issue.

(file #18999)

Bastiaan Jacques <bjacques>
Group Member
Wed 08 Apr 2009 07:44:52 AM UTC, original submission:  

With botn Gnash 0.8.5 and current Bzr trunk the configure script claims that:

        ERROR: No QT 4.x development package installed!
               Install a QT 4.x development environment from http://trolltech.com
               or .deb users: apt-get install qt4-dev-tools


However, the QT libs exist and are supplied with --with-qt4-XXXX.

It appears that the bug is found in this line of ./configure :

if test x"${build_qt4}" = xyes -a x"${ac_cv_path_qt4_incl}" = x; then

which should be probably:

if test x"${build_qt4}" = xyes -a ! x"${ac_cv_path_qt4_incl}" = x; then

Changing this line as shown lets ./configure succeed.

Udo Giacomozzi <udog>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #18999:  qt4-libsfix.diff added by bjacques (1KiB - text/x-diff)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bjacques
  • -email is unavailable- added by bjacques (Updated the item)
  • -email is unavailable- added by udog (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-11-22 bjacques Assigned torsavoye bjacques
        Open/ClosedOpen Closed
        Carbon-Copy- Added -email is unavailable-
    2009-11-22 bjacques StatusConfirmed Fixed
    2009-11-05 bjacques Attached File- Added qt4-libsfix.diff, #18999
    2009-11-01 bjacques StatusNone Confirmed
        Assigned toNone rsavoye

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code