heikkipu / kicad4devel

Other
20 stars 9 forks source link

some files missing, unable to compile #1

Closed jano2358 closed 7 years ago

jano2358 commented 7 years ago

hi! Thanks for make this one available! I tried to compile it but I get some errors:

kicad-devel/build $ cmake ../ -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kicad install dir: </usr/local> -- Looking for malloc.h -- Looking for malloc.h - found -- Looking for iso646.h -- Looking for iso646.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for strcasecmp -- Looking for strcasecmp - found -- Looking for strncasecmp -- Looking for strncasecmp - found -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for malloc -- Looking for malloc - found -- Looking for math.h -- Looking for math.h - found -- Looking for C++ include cmath -- Looking for C++ include cmath - found -- Looking for asinh -- Looking for asinh - found -- Looking for acosh -- Looking for acosh - found -- Looking for atanh -- Looking for atanh - found -- Performing Test HAVE_CMATH_ISINF -- Performing Test HAVE_CMATH_ISINF - Success -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for gettimeofday -- Looking for gettimeofday - found -- Looking for getc_unlocked -- Looking for getc_unlocked - found -- Performing Test COMPILER_SUPPORTS_WSUGGEST_OVERRIDE -- Performing Test COMPILER_SUPPORTS_WSUGGEST_OVERRIDE - Success -- Performing Test COMPILER_SUPPORTS_WSHADOW -- Performing Test COMPILER_SUPPORTS_WSHADOW - Success -- Try OpenMP C flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Try OpenMP CXX flag = [-fopenmp] -- Performing Test OpenMP_FLAG_DETECTED -- Performing Test OpenMP_FLAG_DETECTED - Success -- Found OpenMP: -fopenmp
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_gl-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_stc-3.0 (found suitable version "3.0.2", minimum required is "3.0.0") -- Found OpenGL: /usr/local/lib/libGL.so
-- Found Glew: /usr/lib/x86_64-linux-gnu/libGLEW.so -- Check for installed GLEW -- found -- Found GLM: /usr/include (found suitable version "0.9.7.2", minimum required is "0.9.5.1") -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.47.0") -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'cairo' -- Found cairo, version 1.14.6 -- Found Cairo: /usr/lib/x86_64-linux-gnu/libcairo.so (found suitable version "1.14.6", minimum required is "1.8.8") -- Checking for module 'pixman-1' -- Found pixman-1, version 0.33.6 -- Found Pixman: /usr/lib/x86_64-linux-gnu/libpixman-1.so (found suitable version "0.33.6", minimum required is "0.30") -- Boost version: 1.58.0 -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11") -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g") -- S3DSG version: 2.0.0 -- Boost version: 1.58.0 -- Found the following Boost libraries: -- unit_test_framework -- Configuring done CMake Error at common/CMakeLists.txt:344 (add_library): Cannot find source file:

build_version.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

CMake Error at pcbnew/CMakeLists.txt:637 (add_library): Cannot find source file:

build_BOM_from_board.cpp

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

-- Generating done -- Build files have been written to: /home/jano/kick_ro/kicad-devel/build

maybe some was missing when you upload the version?

jano2358 commented 7 years ago

also the file build_version.h was missing, I copied these from the main trunk and it worked! now I have these smooth curves :)

heikkipu commented 7 years ago

Now missing files are added.