roadlabs / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Linux: 2262 branch: cefclient/resource.h missing from binary distribution #1539

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to build cefclient with:
cmake ../
make

I get following error:

[ 79%] Building CXX object cefclient/CMakeFiles/cefclient.dir/test_runner.cc.o
/media/data/mirgu_temp/cef_binary_3.2272.2029_linux64/cefclient/test_runner.cc:1
9:32: fatal error: cefclient/resource.h: No such file or directory
 #include "cefclient/resource.h"
                                ^
compilation terminated.
cefclient/CMakeFiles/cefclient.dir/build.make:425: recipe for target 
'cefclient/CMakeFiles/cefclient.dir/test_runner.cc.o' failed
make[2]: *** [cefclient/CMakeFiles/cefclient.dir/test_runner.cc.o] Error 1
CMakeFiles/Makefile2:128: recipe for target 
'cefclient/CMakeFiles/cefclient.dir/all' failed
make[1]: *** [cefclient/CMakeFiles/cefclient.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2

Original issue reported on code.google.com by renegar...@gmail.com on 19 Feb 2015 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 20 Feb 2015 at 9:54

GoogleCodeExporter commented 9 years ago
Fixed in 2262 branch revision 2035.

Original comment by magreenb...@gmail.com on 24 Feb 2015 at 10:40

GoogleCodeExporter commented 9 years ago
Issue 1548 has been merged into this issue.

Original comment by magreenb...@gmail.com on 25 Feb 2015 at 3:53