aporto / mariamole

MariaMole: An alternative Arduino IDE
GNU General Public License v3.0
78 stars 21 forks source link

Compilation problem - Ubuntu 12.04 LTS 32-bit #33

Open abixadamj opened 9 years ago

abixadamj commented 9 years ago

Under 32bit Ubuntu compilation fails:

adasiek@adasiek-ThinkPad-X200:~/ard_ide/mariamole$ cmake src 
-- 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
running bash /home/adasiek/ard_ide/mariamole/src/src/get_git_version_unix.sh >         /home/adasiek/ard_ide/mariamole/src/src/git_version.h  2>&1

sh: 1: cannot create /home/adasiek/ard_ide/mariamole/src/src/git_version.h: Directory nonexistent
CMake Warning at CMakeLists.txt:13 (find_package):
Could not find module FindQt5Widgets.cmake or a configuration file for package Qt5Widgets.
Adjust CMAKE_MODULE_PATH to find FindQt5Widgets.cmake or set Qt5Widgets_DIR
to the directory containing a CMake configuration file for Qt5Widgets.  The
file will have one of the following names:
Qt5WidgetsConfig.cmake
qt5widgets-config.cmake
CMake Warning at CMakeLists.txt:17 (find_package):
Could not find module FindQt5Core.cmake or a configuration file for package Qt5Core.
Adjust CMAKE_MODULE_PATH to find FindQt5Core.cmake or set Qt5Core_DIR to
  the directory containing a CMake configuration file for Qt5Core.  The file
  will have one of the following names:

Qt5CoreConfig.cmake
qt5core-config.cmake

CMake Error at CMakeLists.txt:35 (qt5_wrap_ui):  Unknown CMake command "qt5_wrap_ui".

CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!`