- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Web Development
- Correct CEF library version?
×
Components and Libraries for Web Development, discussions, problems and suggestions
Question Correct CEF library version?
- Matthew Vesperman
-
Topic Author
- Offline
- New Member
-
Less
More
6 years 1 week ago #9718
by Matthew Vesperman
Correct CEF library version? was created by Matthew Vesperman
Hello,
I am attempting to use the pl_CEF library under Linux and I am having trouble trying to determine the correct version of the CEF library that I need to download.
I fully understand the issue with tcmalloc needing to be disabled.
I have downloaded the library from opensource.spotify.com/cefbuilds/index.html which is suppose to have tcmalloc disabled.
I am attempting to create a sample project for 64-bit Linux and I am getting a "An operating system call failed" error message.
My CodeTyphon info is:
Version #: 5.7
Date: 2016-06-15
FPC Version: 3.1.1
SVN Revision 51797
x86_64-linux-gtk2
Thanks
I am attempting to use the pl_CEF library under Linux and I am having trouble trying to determine the correct version of the CEF library that I need to download.
I fully understand the issue with tcmalloc needing to be disabled.
I have downloaded the library from opensource.spotify.com/cefbuilds/index.html which is suppose to have tcmalloc disabled.
I am attempting to create a sample project for 64-bit Linux and I am getting a "An operating system call failed" error message.
My CodeTyphon info is:
Version #: 5.7
Date: 2016-06-15
FPC Version: 3.1.1
SVN Revision 51797
x86_64-linux-gtk2
Thanks
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
6 years 1 week ago #9719
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Correct CEF library version?
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Matthew Vesperman
Please Log in or Create an account to join the conversation.
- Matthew Vesperman
-
Topic Author
- Offline
- New Member
-
6 years 1 week ago - 6 years 1 week ago #9720
by Matthew Vesperman
Replied by Matthew Vesperman on topic Correct CEF library version?
Thanks for the info.
Now when I run my sample with the debugger (this happens with the LCLSimple project as well) I am getting the following error:
"The file "../sysdeps/unix/sysv/linux/raise.c" was not found.
Do you want to locate it yourself?"
In unit "cef3lib" at line 469
" ErrCode := cef_initialize(@Args, @settings, CefGetData(app), nil);"
IDE Messages when debugging LCLSimple are:
Any suggestions???
When run from the command line I get the following:
Now when I run my sample with the debugger (this happens with the LCLSimple project as well) I am getting the following error:
"The file "../sysdeps/unix/sysv/linux/raise.c" was not found.
Do you want to locate it yourself?"
In unit "cef3lib" at line 469
" ErrCode := cef_initialize(@Args, @settings, CefGetData(app), nil);"
IDE Messages when debugging LCLSimple are:
Messages, Errors: 2
Error: Project LCLSimple raised exception class 'External: SIGABRT'. In file '../sysdeps/unix/sysv/linux/raise.c' at line 54
Error: Project LCLSimple raised exception class 'External: SIGABRT'.
Any suggestions???
When run from the command line I get the following:
[0617/113421:FATAL:content_main_runner.cc(721)] Check failed: base::i18n::InitializeICU().
Aborted (core dumped)
Last edit: 6 years 1 week ago by Matthew Vesperman.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
6 years 1 week ago #9721
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Correct CEF library version?
Sir
your linux distribution ?
your linux distribution ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Matthew Vesperman
-
Topic Author
- Offline
- New Member
-
6 years 1 week ago #9722
by Matthew Vesperman
Replied by Matthew Vesperman on topic Correct CEF library version?
Ubuntu 16.04 64-bit
Thanks
Thanks
Please Log in or Create an account to join the conversation.