← Back to team overview

kicad-developers team mailing list archive

can't compile under Linux

 

Hello,

since build 1801 I can't compile Kicad in Linux. Output of cmake .

bash-3.1$ bash-3.1$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - 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
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Check for installed OpenGL -- found
-- Check for installed Boost -- found
-- Check for installed wxWidgets -- found
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Looking for iso646.h
-- Looking for iso646.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for _stricmp
-- Looking for _stricmp - not found.
-- Looking for _strnicmp
-- Looking for _strnicmp - not found.
-- Looking for _snprintf
-- Looking for _snprintf - not found.
-- Looking for _hypot
-- Looking for _hypot - not found.
-- Kicad SVN version: (20090616 SVN-R1819)
-- Kicad about version: SVN-R1819 (20090616)
-- Check for installed zlib -- found
-- Configuring done
CMake Warning at kicad/minizip/CMakeLists.txt:23 (add_executable):
Cannot generate a safe linker search path for target minizip because files
in some directories may conflict with libraries in implicit directories:

link library [libz.so] in /usr/lib may be hidden by files in:
/usr/X11R6/lib

Some of these libraries may not be found correctly.

-- Generating done
-- Build files have been written to: /home/martin/kicad
bash-3.1$

The _stricmp, _strnicmp, _snprintf and _hypot not available (Windows??)

What now?
Thanks in advance!

Martin






Follow ups

References