Closed GoogleCodeExporter closed 8 years ago
Hi Emilio,
In the attached config.log file some of the include path defined on the
CPPFLAGS
variable doesn't appear. Maybe, the system don't take the correct value for the
variable.
Original comment by amaiamut...@gmail.com
on 16 Jun 2009 at 3:54
Replacing the config script (line 28673):
"-lQtGui${sim_ac_qt_suffix}${sim_ac_qt_major_version}
-lQtCore${sim_ac_qt_suffix}${sim_ac_qt_major_version}
-lQt3Support${sim_ac_qt_suffix}${sim_ac_qt_major_version}" \
by
"-lQtGui -lQtCore -lQt3Support" \
seems to do the work just fine. Everything compiled and installed successfully.
I think this is something that the SoQt team should fix.
########
Thank you
Original comment by emmur...@gmail.com
on 17 Jun 2009 at 6:04
Original comment by manuel.j...@gmail.com
on 6 Jul 2009 at 11:44
Original issue reported on code.google.com by
emmur...@gmail.com
on 15 Jun 2009 at 4:58Attachments: