BMWRaspControl - Forum

Normale Version: ON-Board Computer
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3
Ich habe das ganze jetzt auch einmal bei mir getestet,
Es läuft eigentlich sehr gut.
Auch bei der Thematik Seitenaufbau bzw. Großartige Verzögerung kann ich mich nicht beschweren . (Pi2)

Daß längere drücken der <> Taste bringt mich auch ohne Probleme wieder ins normale Menü Smile
Bitte um Telegramm und es geht los Wink
Hier auch noch zur Info an die Nutzer hier, in der aktuellen Skinversion geht der Aufruf des OpenBM OBC nicht mehr.
hab es jetzt mal wie im post 1 probiert, aber komme nur bis schritt 11.
bei schritt 12 krieg ich nen fehler.

Code:
osmc@osmc:~$ sudo -s
root@osmc:/home/osmc# cd /home/osmc/OpenBM-master/xbmc-plugin/module/build
root@osmc:/home/osmc/OpenBM-master/xbmc-plugin/module/build# cmake ../          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: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file: /home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/3.0.2/CMakeCXXCompiler.cmake
CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting the CMake cache entry
  CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler
  name if it is in the PATH.


CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Code:
sudo apt-get install make

lg
ähnlicher fehler:

Code:
cmake ../          -- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:4 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/CMakeOutput.log".
See also "/home/osmc/OpenBM-master/xbmc-plugin/module/build/CMakeFiles/CMakeError.log".
Der scheint den Compiler nicht zu finden oder der Pfad stimmt nicht. Würde mal behaupten dir Fehlen generell Libraries und eine build umgebung.
das könnte helfen


Code:
sudo apt-get install build-essential checkinstall

g++ richtig installiert?

Code:
sudo apt-get update && sudo apt-get install build-essential
hab ein komplett neues OSMC auf die SD gespielt und starten lassen.
bin dann einfach nur nach der anleitung vorgegangen.
Kein wunder, warum sollte man bei OSMC auch die ganzen Tools mitliefern, nimmt ja nur Speicher weg.

Hat es den jetzt geklappt? Wenn nicht wäre ich jetzt weiter überfragt. ^^
openbm.so ist nun kompiliert, aber krieg nun von kodi nen fehler:
ich glaub ich fang noch mal von vorn an.

Code:
18:50:44  23.252737 T:1646257184   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named openbm
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.ibus.bmw/bmwdaemon.py", line 34, in <module>
                                                import openbm
                                            ImportError: No module named openbm
                                            -->End of Python script error report<--
Seiten: 1 2 3