Closed bewam closed 8 years ago
I've recently changed build scripts to include version information. Did you try to remove build directory and configure again? Previous configuration could interfere with a newer source.
Unfortunately, removing build directory didn't help. We obtain exactly the same error:
[ 72%] Building C object src/CMakeFiles/freshwrapper-obj.dir/ppb_flash_menu.c.o
[...]/freshplayerplugin/src/ppb_flash_menu.c:36:26: fatal error: version_info.h: No such file or directory
compilation terminated.
src/CMakeFiles/freshwrapper-obj.dir/build.make:951: recipe for target 'src/CMakeFiles/freshwrapper-obj.dir/ppb_flash_menu.c.o' failed
make[2]: *** [src/CMakeFiles/freshwrapper-obj.dir/ppb_flash_menu.c.o] Error 1
CMakeFiles/Makefile2:581: recipe for target 'src/CMakeFiles/freshwrapper-obj.dir/all' failed
make[1]: *** [src/CMakeFiles/freshwrapper-obj.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
Fixed in 5c5ba9540c3ca1398c1b817e48bb52da8a6fb8c8.
Forgot to add ${CMAKE_BINARY_DIR}
to include directories. It was there only in WITH_HWDEC=1
configurations.
I'd better remove this option too, I've quickly read the instructions. :) In any case, it had been built smoothly. :+1:
Hello,
Thanks for your soft. Today I tried to build on ubuntu 15.10, I've got:
With a clean it's the same, but fails at 54%. I don't really know C or C++, so I don't know if I'm wrong.