Page 1 of 1

Error building jcef on step make -j4

PostPosted: Thu Feb 11, 2021 11:03 am
by Imawel
Hello
I try to build jcef by this instruction https://bitbucket.org/chromiumembedded/ ... ndBuilding.

And I am stuck on
Code: Select all
make -j4

I've got an error
Code: Select all
Scanning dependencies of target jcef_helper
[ 72%] Building CXX object native/CMakeFiles/jcef_helper.dir/util_posix.cpp.o
[ 72%] Building CXX object native/CMakeFiles/jcef_helper.dir/jcef_helper.cpp.o
[ 72%] Linking CXX executable Release/jcef_helper
../../third_party/cef/cef_binary_87.1.12+g03f9336+chromium-87.0.4280.88_linux64/Release/libcef.so: undefined reference to `xkb_state_key_get_utf32'
../../third_party/cef/cef_binary_87.1.12+g03f9336+chromium-87.0.4280.88_linux64/Release/libcef.so: undefined reference to `xcb_send_fd'
../../third_party/cef/cef_binary_87.1.12+g03f9336+chromium-87.0.4280.88_linux64/Release/libcef.so: undefined reference to `g_settings_schema_has_key'
collect2: error: ld returned 1 exit status
make[2]: *** [native/Release/jcef_helper] Error 1
make[1]: *** [native/CMakeFiles/jcef_helper.dir/all] Error 2
make: *** [all] Error 2


I am on
jdk: oracje jdk1.8.0_261-amd64
os: opensuse 13.1

What can I do to make it work

Re: Error building jcef on step make -j4

PostPosted: Thu Feb 11, 2021 11:19 am
by magreenblatt
Xkb should be part of X11. Do you have the libx11-dev package installed?

Re: Error building jcef on step make -j4

PostPosted: Fri Feb 12, 2021 4:18 am
by Imawel
[img]Zrzut%20ekranu%202021-02-12%20101714.png[/img]

I have X11 installed