Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to build 32 bit version on Ubuntu 16  (Read 2406 times)

0 Members and 1 Guest are viewing this topic.

CleverBoy

  • Newbie
  • *
  • Posts: 25
  • Game on!!
    • View Profile
    • Email
How to build 32 bit version on Ubuntu 16
« on: August 22, 2016, 04:30:12 pm »
Hi All.

I am trying to build 32 bit libraries of SFML on 64 bit linux Ubuntu. The error i am getting is

cmake -DCMAKE_CXX_FLAGS=m32 ..

CMake Error at /usr/share/cmake-3.5/Modules/FindX11.cmake:439 (message):
  Could not find X11
Call Stack (most recent call first):
  src/SFML/Window/CMakeLists.txt:199 (find_package)

Can anyone help to generate 32 bit libraries. I tried with version 2.3 and 2.4. Same error.

Thanks...