Welcome, Guest
Username: Password: Remember me
Components and Libraries for Web Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Correct CEF library version? 7 years 9 months ago #9718

  • Matthew Vesperman
  • Matthew Vesperman's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

Correct CEF library version? 7 years 9 months ago #9719

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir
CEF 3.2454.1344 is the correct version

cefbuilds.com/
Branch 2454
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.

Correct CEF library version? 7 years 9 months ago #9720

  • Matthew Vesperman
  • Matthew Vesperman's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
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:
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)

Please Log in or Create an account to join the conversation.

Last edit: by Matthew Vesperman.

Correct CEF library version? 7 years 9 months ago #9721

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir
your linux distribution ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Correct CEF library version? 7 years 9 months ago #9722

  • Matthew Vesperman
  • Matthew Vesperman's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Ubuntu 16.04 64-bit

Thanks

Please Log in or Create an account to join the conversation.

  • Page:
  • 1