hello,
I am trying to build the javaFX for raspberry PI with cross compile on linux ubuntu 12.04 64 bit. I have succeded building the libraries with out the web module. but I need the web module because it contain the webview component for showing web pages. so I tried to build the javaFX with the web module but it throws errors, I have managed to fix the errors until I got an error that complains about libxml2 missing, but it is installed and also the dev package is installed on the system so I dont know what is the problem.
here is the error:
Project ERROR: libxml-2.0 development package not found
make[1]: *** [sub-TargetJava-pri-make_first-ordered] Error 3
make: *** [sub-WebCore-WebCoreJava-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/home/osboxes/Documents/Desktop/rt-6182fa11d50c/modules/web/build/armv6hf/Release/WebCore'
:web:compileNativeArmv6hf FAILED
FAILURE: Build failed with an exception.
* Where:
Build file '/home/osboxes/Documents/Desktop/rt-6182fa11d50c/build.gradle' line: 2525
* What went wrong:
Execution failed for task ':web:compileNativeArmv6hf'.
> Process 'command 'perl'' finished with non-zero exit value 2