SOLVED: Installing Dev Build on Manjaro Linux

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
User avatar
Cl3v3rP0tat0
Posts: 59
Joined: 14 Jul 2023, 03:03

SOLVED: Installing Dev Build on Manjaro Linux

Post by Cl3v3rP0tat0 »

So, I keep getting this error involving CMAKE - CMAKE is installed... :oops:
Ensure base-devel is installed. <---- Took care of the issue! :lol:

Code: Select all

Building mygui-openmw...
==> Making package: mygui-openmw 3.4.3-1 (Sat 30 Dec 2023 04:53:20 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found MyGUI3.4.3.tar.gz
==> Validating source files with sha512sums...
    MyGUI3.4.3.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting MyGUI3.4.3.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
Post Reply