[Webkit-unassigned] [Bug 135932] 2.5.[12]: problem when installing in a multilib environment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 05:40:50 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135932





--- Comment #4 from gabriele balducci <balducci at units.it>  2014-08-19 05:40:58 PST ---
> I understand, and in principle it should be enough with using those
> two variables in PlatformGTK.cmake. The problem is:
> 
> 1) what happens if those are empty. Does it still work fine?

I guess it would still work with no problems, but I'm almost totally
ignorant about cmake

> 2) what happens if you need more than one parameter. I believe those
>    would go to a different variable.

me too.

Overall, building for a multilib system works 99% (using
CMAKE_C_COMPILER_ARG1 and CMAKE_CXX_COMPILER_ARG1 for setting
-m32/-m64). The only issue seems to me this PlatformGTK.cmake: I guess
it shouldn't take too much extending it to support compiling for
ABI32/64 for someone speaking cmake fluently; but, given that
webkit-gtk is a large project, I might be underestimating the
complexity of such job.

...or maybe I'm simply missing some build configuration option which does
what I want (apologies if so)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list