Page 1 of 1

Is @rpath support is missing

PostPosted: Thu Sep 03, 2020 7:06 am
by ssthakur
Hi,
I have build CEF locally and found that the install path is not having @rpath support in CEF framework. I want to package CEF as per my need, how i can do this?
Regards,
Shiv

Re: Is @rpath support is missing

PostPosted: Thu Sep 03, 2020 10:19 am
by magreenblatt
What OS and CEF version? What, specifically, is the problem?

Re: Is @rpath support is missing

PostPosted: Thu Sep 03, 2020 9:29 pm
by ssthakur
Hi Magreenblatt,
I am using Mac OS 10.14.6 (Mojave) and CEF branch is 4147 (Chromium 84).
Currently we are using CEF from branch 3497 (i.e. Chromium 69) and migration to to latest version of CEF.
In 3497 the cef framework is having @rpath while in 4147 it is having @executable_path.
I could change it using install_name_tool but my test client is not working.
Before calling CefInitialize method, we call CefExecuteProcess method which returns value less than '0'.
Now after moving to 4147, this method is returning 0.
It will be a great help if you can suggest the changes which i have to take care.
Regards,
Shiv

Re: Is @rpath support is missing

PostPosted: Thu Sep 03, 2020 9:40 pm
by magreenblatt