thank you, I followed your advice
one exception was that I had to perform
export CXXFLAGS="$CXXFLAGS -fPIC"
export CFLAGS="$CFLAGS -fPIC"
./configure --enable-static --enable-shared
instead of the "./configure --enable-static"
for successful build of openjfx itself, I also had to copy around som
Hi Ondra,
On 19.06.2015 21:19, Ondra Pelech wrote:
lowering the version of webview-deps 1.3 --> 1.2 seems to be a step forward!
but now I have another problem
as you mentioned, there's this dependency on *.a static ICU libraries
(why? why not depend on *.so?)
in Fedora 20 there are only availab
Hello Ondra,
please see my comment inline.
On 6/19/2015 9:19 PM, Ondra Pelech wrote:
lowering the version of webview-deps 1.3 --> 1.2 seems to be a step forward!
but now I have another problem
as you mentioned, there's this dependency on *.a static ICU libraries
(why? why not depend on *.so?)
lowering the version of webview-deps 1.3 --> 1.2 seems to be a step forward!
but now I have another problem
as you mentioned, there's this dependency on *.a static ICU libraries
(why? why not depend on *.so?)
in Fedora 20 there are only available dynamic *.so libraries (packages
libicu and libicu-
Hi Ondra, Michael,
On 16.06.2015 18:04, Michael Hoffer wrote:
Hi Ondra,
I was able to build WebKit after reverting the version number from 1.3 to
1.2. On Linux there should be a package called libicu48. I guess it is
equivalent to webview-deps 1.3. If you install it WebKit should compile.
web
Hi Ondra,
I was able to build WebKit after reverting the version number from 1.3 to
1.2. On Linux there should be a package called libicu48. I guess it is
equivalent to webview-deps 1.3. If you install it WebKit should compile.
Regards,
Michael
2015-06-15 1:02 GMT+02:00 Ondra Pelech :
> Hello,