We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2015-09-06 15:37:58 +0200

Urho3D building with MerSDK

Hello!

I have tried to build Urho3D with MerSDK and got following error while I use cmake_generic.sh:

CMake Error at CMake/Modules/FindBCM_VC.cmake:59 (message):
  Could not find Broadcom VideoCore firmware
Call Stack (most recent call first):
  CMake/Modules/Urho3D-CMake-common.cmake:401 (find_package)
  CMakeLists.txt:47 (include)

I have read build instructions and tried to install required libs:

[root@SailfishSDK ~]# zypper search libgl-devel
Loading repository data...
Reading installed packages...

S | Name                         | Summary                        | Type   
--+------------------------------+--------------------------------+--------
  | mesa-llvmpipe-libGL-devel    | Mesa libGL development package | package
  | mesa-x86-generic-libGL-devel | Mesa libGL development package | package
[root@SailfishSDK ~]# zypper install mesa-llvmpipe-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides mesa-llvmpipe-libGL = 9.2.5+git2-1.3.11 needed by mesa-llvmpipe-libGL-devel-    9.2.5+git2-1.3.11.i486
 Solution 1: do not install mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486
 Solution 2: break mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.
[root@SailfishSDK ~]# zypper install mesa-x86-generic-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides pkgconfig(x11) needed by mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 1: do not install mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 2: break mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.

Also another three libs are required: libX11-devel, libXrandr-devel, and alsa-lib-devel. The last one was installed without any problem, but another ones are not available because of using wayland in system.

As a result I have a question about possibility of compiling this project. I asked the question about it on GitHub but there is not useful answer.

Thanks in advance!

P.S. Also I have tried use cmake_rpi.sh and installed both required libs (alsa-lib-devel and systemd-devel) but I had the same error message.

Urho3D building with MerSDK

Hello!

I have tried to build Urho3D with MerSDK and got following error while I use cmake_generic.sh:

CMake Error at CMake/Modules/FindBCM_VC.cmake:59 (message):
  Could not find Broadcom VideoCore firmware
Call Stack (most recent call first):
  CMake/Modules/Urho3D-CMake-common.cmake:401 (find_package)
  CMakeLists.txt:47 (include)

I have read build instructions and tried to install required libs:

[root@SailfishSDK ~]# zypper search libgl-devel
Loading repository data...
Reading installed packages...

S | Name                         | Summary                        | Type   
--+------------------------------+--------------------------------+--------
  | mesa-llvmpipe-libGL-devel    | Mesa libGL development package | package
  | mesa-x86-generic-libGL-devel | Mesa libGL development package | package
[root@SailfishSDK ~]# zypper install mesa-llvmpipe-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides mesa-llvmpipe-libGL = 9.2.5+git2-1.3.11 needed by mesa-llvmpipe-libGL-devel-    9.2.5+git2-1.3.11.i486
 Solution 1: do not install mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486
 Solution 2: break mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.
[root@SailfishSDK ~]# zypper install mesa-x86-generic-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides pkgconfig(x11) needed by mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 1: do not install mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 2: break mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.

Also another three libs are required: libX11-devel, libXrandr-devel, and alsa-lib-devel. The last one was installed without any problem, but another ones are not available because of using wayland in system.

As a result I have a question about possibility of compiling this project. I asked the question about it on GitHub but there is not useful answer.

Thanks in advance!

P.S. Also I have tried use cmake_rpi.sh and installed both required libs (alsa-lib-devel and systemd-devel) but I had the same error message.

Upd: I know that I use SDL directly from my project, but using tools like this make the process of developing 3D apps faster and easier. :)

Urho3D building with MerSDK

Hello!

I have tried to build Urho3D with MerSDK and got following error while I use cmake_generic.sh:

CMake Error at CMake/Modules/FindBCM_VC.cmake:59 (message):
  Could not find Broadcom VideoCore firmware
Call Stack (most recent call first):
  CMake/Modules/Urho3D-CMake-common.cmake:401 (find_package)
  CMakeLists.txt:47 (include)

I have read build instructions and tried to install required libs:

[root@SailfishSDK ~]# zypper search libgl-devel
Loading repository data...
Reading installed packages...

S | Name                         | Summary                        | Type   
--+------------------------------+--------------------------------+--------
  | mesa-llvmpipe-libGL-devel    | Mesa libGL development package | package
  | mesa-x86-generic-libGL-devel | Mesa libGL development package | package
[root@SailfishSDK ~]# zypper install mesa-llvmpipe-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides mesa-llvmpipe-libGL = 9.2.5+git2-1.3.11 needed by mesa-llvmpipe-libGL-devel-    9.2.5+git2-1.3.11.i486
 Solution 1: do not install mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486
 Solution 2: break mesa-llvmpipe-libGL-devel-9.2.5+git2-1.3.11.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.
[root@SailfishSDK ~]# zypper install mesa-x86-generic-libGL-devel
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides pkgconfig(x11) needed by mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 1: do not install mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486
 Solution 2: break mesa-x86-generic-libGL-devel-8.0.1-1.8.Nemo.i486 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

Nothing to do.

Also another three libs are required: libX11-devel, libXrandr-devel, and alsa-lib-devel. The last one was installed without any problem, but another ones are not available because of using wayland in system.

As a result I have a question about possibility of compiling this project. I asked the question about it on GitHub but there is not useful answer.

Thanks in advance!

P.S. Also I have tried use cmake_rpi.sh and installed both required libs (alsa-lib-devel and systemd-devel) but I had the same error message.

Upd: I know that I use SDL directly from my project, but using tools like this make the process of developing 3D apps faster and easier. :)