Closed GoogleCodeExporter closed 9 years ago
Fulle build.log
Original comment by pachora...@gmail.com
on 1 Oct 2010 at 9:15
Attachments:
Ok, let's debug this bug report. The problem we are facing only occurs when
webkit backend is disabled and xulrunner is enable. To reproduce the problem,
build libproxy with the following build option.
cmake ... -DWITH_WEBKIT=OFF -DWITH_MOZJS=ON
Next time you report a bug against a project using CMake, please provide the
complete configuration options (cmake ... -Dblabla), this way we don't have to
read Gentoo ebuilds, Redhat spec or Debian Makefiles.
The patch seems wrong to me, the flags for mozjs should not be spread all over
the different CMakeFiles. Libproxy team will investigate this and provide a
proper correction soon, thanks for reporting.
Original comment by nicolas.dufresne@gmail.com
on 12 Oct 2010 at 3:23
OK, thanks a lot, next time will make a better report :-)
Best regards
Original comment by pachora...@gmail.com
on 12 Oct 2010 at 3:39
It make no sense that the proxy utility and the Perl bindings gets linked to
mozilla-js.
As explained at
http://www.cmake.org/Wiki/CMake_FAQ#Why_do_I_have_unwanted_semicolons_.3B_in_my_
compiler_flags.3F
if CMake links A to B and B to C, all the flags from A will be appended when
C is linked. This behaviour is wrong, but CMake provides a workaround which
is implemented in r774.
Original comment by nicolas.dufresne@gmail.com
on 12 Oct 2010 at 5:55
Original issue reported on code.google.com by
pachora...@gmail.com
on 1 Oct 2010 at 9:15Attachments: