trishume / linux-track

Automatically exported from code.google.com/p/linux-track
MIT License
0 stars 0 forks source link

a few bug report #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
first of all it'd be much more easier if make would stop in case of any kind of 
error since it takes me a few hours to find the problems since make goes 
further even in case of errors. anyway:

1. configure first looking for 
----------------------------
checking for qmake... no
checking for qmake-qt4... /usr/bin/qmake-qt4
----------------------------
it'd be better to looking for qmake-qt4 then only after qmake since now i've to 
remove qt-devel to be able to favor qt4 over qt3.

2. configure should check for QWebView if it's not find then it shouldn't have 
to start ltr-gui build.

Original issue reported on code.google.com by lfar...@lfarkas.org on 27 Oct 2012 at 9:09

GoogleCodeExporter commented 9 years ago
Hi,
unfortunately the makefile behavior is not under my direct controll (as it is 
mostly generated by autotools), but I'll take a peak at it...

As for the finding errors, I'm running the compilation like 'make >/dev/null' - 
no clutter, just stderr gets through (errors and warnings).

ad 1) I can try to switch the search order and see if it doesn't break 
something.
As a workaround, you can alter the PATH to yield QT4 qmake first...

ad 2) I'm not sure how am I supposed to find out which QT components are 
installed on the system; I could try and create a custom test, but I'm affraid 
that it would be extremely tedious (it would have to be full QT project 
creation, not simple source compilation)... As for not building ltr-gui, it is 
not an option, as it is crutial linuxtrack component and getting it to run 
without it would no be very easy...

Kind regards,

Michal

Original comment by f.jo...@email.cz on 27 Oct 2012 at 11:32