bugGNU TeXmacs - Bugs: bug #37316, incomplete ./configure script...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #37316: incomplete ./configure script [TeXmacs can't compile under Fedora].

Submitter:  Francois Poulain <fpoulain>
Submitted:  Mon 10 Sep 2012 04:35:53 PM UTC
   
 
Category:  Compilation Priority:  5 - Normal
Item Group:  None Status:  Confirmed
Privacy:  Public Assigned to:  _86389
Originator Name:  Open/Closed:  Closed
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords:  Qt4, configure, Fedora

Fri 24 Oct 2014 11:19:27 AM UTC, comment #2: 

if the only problem is naming, two short bypass :

  • make hard link to commands : need to be root
  • set a function in the marker's environment, i.e. :

function moc  { moc-qt4; }
export -f moc

I didn't test but it could work.

- <_86389>
Mon 10 Sep 2012 04:54:09 PM UTC, comment #1: 

Notes:

  • For moc and uic, they can be discovered using pkg-config:

  poulain@foehn:~$ pkg-config --variable=moc_location QtCore
  /usr/bin/moc-qt4
  poulain@foehn:~$ pkg-config --variable=uic_location QtCore
  /usr/bin/uic-qt4

Francois Poulain <fpoulain>
Group Member
Mon 10 Sep 2012 04:35:53 PM UTC, original submission:  

Under Fedora, Qt4 tools installed are suffixed by -qt4. So qmake is known as qmake-qt4, moc as moc-qt4, uic as uic-qt4.

Currently, the configure script stop since it doesn't find qmake, moc, and uic in path, even if they has been installed. A Q&D 'ln -s' is sufficient to get TeXmac compiled.

So, the autotool script should be updated in order to use qmake-qt4, moc-qt4, and uic-qt4 if they are available in the path.

Francois Poulain <fpoulain>
Group Member

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by fpoulain (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-10-24 _86389 Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code