-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] linux: invalid conversion from ‘ClientHandler* const’ to ‘int’ [-fpermissive] #4174
Comments
Assigned to me. There might have been an error when downloading the CEF zip file and the script could have skipped the error. |
The problem appears to be that the drag handling support was added to CEF3 in 1543 revision 1274, and the binary the setup script pulls down is 1543 revision 1255 which is missing the drag handling code. Link below is the issue talking about this addition to CEF3: http://code.google.com/p/chromiumembedded/issues/detail?id=601&q=label%3ACEF3 |
I can confirm that this error disappears in later CEF builds i.e. it has an API dependency that is not met on CEF3 1543 1255. I've been building the shell against CEF 1543 rev 1301 and this compile error is gone. |
Some progress here. I tried with CEF 3.1545.1306 - Chromium 29.0.1545.0 r207871 from http://cefbuilds.com/#branch_trunk bindings now compile fine, but main linking fails with missing macro
|
Ah, right. Drag and drop was added this sprint and the linux CEF dependency should be updated to match win and mac at |
Hurray got it working. I've also had to symlink libudev.0.so to libudev.1.so more info can be found at https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0 Build can be found here https://github.com/dz0ny/brackets/releases/tag/sprint-27-linux |
Hi I got the same problem here. I maintain the Arch package and try to update to the latest version.
Detail: |
|
|
|
this one work without errors, so I will stick to this |
Closing. Since this bug was last discussed, we've moved to CEF 3.1547.1354. |
Thursday Jul 18, 2013 at 10:58 GMT
Originally opened as adobe/brackets#4505
Linux saucy 3.10.0-2-generic #11-Ubuntu SMP Thu Jul 11 16:07:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Also happens in arch https://aur.archlinux.org/packages/brackets-git/
The text was updated successfully, but these errors were encountered: