Ergebnis 1 bis 10 von 72

Baum-Darstellung

  1. #11
    Neuer Benutzer Avatar von ngc1927
    Registriert seit
    13.02.2013
    Beiträge
    26
    Thanks
    122
    Thanked 12 Times in 9 Posts
    Hi Audioniek, thanks for reply. I compile for old Cuberevo.

    If compile with option 2: compile good and image start good ( receiver start and everything works fine except for the mediaplayer part ).
    If compile mediaplayer plugin with command 'make enigma2_servicemp3' receive error missed common.h and also subtitle.h ( two .h required from servicemp3.h in MEDIAFW section resulting missed).

    If compile with option 3: not compile enigma2 exit with error:
    Code:
    ...
    python/enigma_python.cpp: In function 'PyObject* iServiceInformation_getAITApplications__SWIG_1(iServiceInformation*)':
    python/enigma_python.cpp:4048:12: warning: variable 'tuple' set but not used [-Wunused-but-set-variable]
      ePyObject tuple = PyTuple_New(2);
                ^
    python/enigma_python.cpp: At global scope:
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     };
     ^
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:4714:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:5217:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     };
     ^
    python/enigma_python.cpp:5217:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:5217:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:5217:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp:5402:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
     };
     ^
    python/enigma_python.cpp:5402:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParameters_getDVBS(PyObject*, PyObject*)':
    python/enigma_python.cpp:42805:35: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersSatellite temp2 ;
                                       ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParameters_getDVBC(PyObject*, PyObject*)':
    python/enigma_python.cpp:42831:31: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersCable temp2 ;
                                   ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParameters_getDVBT(PyObject*, PyObject*)':
    python/enigma_python.cpp:42857:37: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersTerrestrial temp2 ;
                                         ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParameters_getATSC(PyObject*, PyObject*)':
    python/enigma_python.cpp:42883:30: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersATSC temp2 ;
                                  ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParametersPtr_getDVBS(PyObject*, PyObject*)':
    python/enigma_python.cpp:43199:35: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersSatellite temp2 ;
                                       ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParametersPtr_getDVBC(PyObject*, PyObject*)':
    python/enigma_python.cpp:43225:31: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersCable temp2 ;
                                   ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParametersPtr_getDVBT(PyObject*, PyObject*)':
    python/enigma_python.cpp:43251:37: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersTerrestrial temp2 ;
                                         ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_iDVBFrontendParametersPtr_getATSC(PyObject*, PyObject*)':
    python/enigma_python.cpp:43277:30: warning: unused variable 'temp2' [-Wunused-variable]
       eDVBFrontendParametersATSC temp2 ;
                                  ^
    python/enigma_python.cpp: In function 'PyObject* _wrap_e2avahi_announce(PyObject*, PyObject*)':
    python/enigma_python.cpp:19463:62: warning: 'val3' may be used uninitialized in this function [-Wmaybe-uninitialized]
       e2avahi_announce((char const *)arg1,(char const *)arg2,arg3);
                                                                  ^
      AR       python/libenigma_python.a
    Making all in main
      GEN      version-intermediate.h
    make  all-am
      CXX      bsod.o
      CXX      enigma.o
      CXX      version_info.o
    bsod.cpp:12:2: warning: #warning "no oops support!" [-Wcpp]
     #warning "no oops support!"
      ^
    In file included from ../lib/base/ebase.h:16:0,
                     from ../lib/base/message.h:5,
                     from ../lib/gdi/grc.h:20,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/python/connections.h:39:47: error: expected template-name before '<' token
     class PSignal0: public PSignal, public Signal0<R>
                                                   ^
    ../lib/python/connections.h:39:47: error: expected '{' before '<' token
    ../lib/python/connections.h:39:47: error: expected unqualified-id before '<' token
    ../lib/python/connections.h:55:47: error: expected template-name before '<' token
     class PSignal1: public PSignal, public Signal1<R,V0>
                                                   ^
    ../lib/python/connections.h:55:47: error: expected '{' before '<' token
    ../lib/python/connections.h:55:47: error: expected unqualified-id before '<' token
    ../lib/python/connections.h:72:47: error: expected template-name before '<' token
     class PSignal2: public PSignal, public Signal2<R,V0,V1>
                                                   ^
    ../lib/python/connections.h:72:47: error: expected '{' before '<' token
    ../lib/python/connections.h:72:47: error: expected unqualified-id before '<' token
    ../lib/python/connections.h:90:47: error: expected template-name before '<' token
     class PSignal3: public PSignal, public Signal3<R,V0,V1,V2>
                                                   ^
    ../lib/python/connections.h:90:47: error: expected '{' before '<' token
    ../lib/python/connections.h:90:47: error: expected unqualified-id before '<' token
    In file included from ../lib/base/message.h:5:0,
                     from ../lib/gdi/grc.h:20,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/base/ebase.h:170:22: error: field 'activated' has incomplete type
      PSignal1<void, int> activated;
                          ^
    In file included from ../lib/base/message.h:5:0,
                     from ../lib/gdi/grc.h:20,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/base/ebase.h: In member function 'void eSocketNotifier::activate(int)':
    ../lib/base/ebase.h:157:51: error: 'activated' was not declared in this scope
      void activate(int what) { /*emit*/ activated(what); }
                                                       ^
    In file included from ../lib/base/message.h:5:0,
                     from ../lib/gdi/grc.h:20,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/base/ebase.h: At global scope:
    ../lib/base/ebase.h:295:17: error: field 'timeout' has incomplete type
      PSignal0<void> timeout;
                     ^
    In file included from ../lib/gdi/grc.h:20:0,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/base/message.h:53:39: error: expected class-name before ',' token
     class eFixedMessagePump: public Object, FD
                                           ^
    ../lib/base/message.h:99:2: error: 'Signal1' does not name a type
      Signal1<void,const T&> recv_msg;
      ^
    In file included from ../lib/base/eerror.h:7:0,
                     from bsod.cpp:5:
    ../lib/base/message.h: In constructor 'eFixedMessagePump<T>::eFixedMessagePump(eMainloop*, int)':
    ../lib/base/message.h:112:15: error: 'class eSocketNotifier' has no member named 'activated'
       CONNECT(sn->activated, eFixedMessagePump<T>::do_recv);
                   ^
    ../include/libsig_comp.h:11:37: note: in definition of macro 'CONNECT'
     #define CONNECT(SENDER, EMPFAENGER) SENDER.connect(slot(*this, &EMPFAENGER))
                                         ^
    In file included from ../lib/gdi/grc.h:20:0,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/base/message.h: At global scope:
    ../lib/base/message.h:124:1: error: expected class-name before '{' token
     {
     ^
    ../lib/base/message.h:133:21: error: field 'recv_msg' has incomplete type
      PSignal1<void,int> recv_msg;
                         ^
    ../lib/base/message.h: In member function 'void ePythonMessagePump::do_recv(int)':
    ../lib/base/message.h:130:24: error: 'recv_msg' was not declared in this scope
       /*emit*/ recv_msg(msg);
                            ^
    In file included from ../lib/base/eerror.h:7:0,
                     from bsod.cpp:5:
    ../lib/base/message.h: In constructor 'ePythonMessagePump::ePythonMessagePump()':
    ../lib/base/message.h:141:15: error: 'class eSocketNotifier' has no member named 'activated'
       CONNECT(sn->activated, ePythonMessagePump::do_recv);
                   ^
    ../include/libsig_comp.h:11:37: note: in definition of macro 'CONNECT'
     #define CONNECT(SENDER, EMPFAENGER) SENDER.connect(slot(*this, &EMPFAENGER))
                                         ^
    ../include/libsig_comp.h:11:75: error: 'slot' was not declared in this scope
     #define CONNECT(SENDER, EMPFAENGER) SENDER.connect(slot(*this, &EMPFAENGER))
                                                                               ^
    ../lib/base/message.h:141:3: note: in expansion of macro 'CONNECT'
       CONNECT(sn->activated, ePythonMessagePump::do_recv);
       ^
    ../include/libsig_comp.h:11:75: note: suggested alternative:
     #define CONNECT(SENDER, EMPFAENGER) SENDER.connect(slot(*this, &EMPFAENGER))
                                                                               ^
    ../lib/base/message.h:141:3: note: in expansion of macro 'CONNECT'
       CONNECT(sn->activated, ePythonMessagePump::do_recv);
       ^
    In file included from /media/devel/ipbox/HD/E2/9000HD/buildsystem/tufsbox/cdkroot/usr/include/sigc++/signal_base.h:27:0,
                     from /media/devel/ipbox/HD/E2/9000HD/buildsystem/tufsbox/cdkroot/usr/include/sigc++/signal.h:8,
                     from /media/devel/ipbox/HD/E2/9000HD/buildsystem/tufsbox/cdkroot/usr/include/sigc++/sigc++.h:86,
                     from ../include/libsig_comp.h:4,
                     from ../lib/base/eerror.h:7,
                     from bsod.cpp:5:
    /media/devel/ipbox/HD/E2/9000HD/buildsystem/tufsbox/cdkroot/usr/include/sigc++/functors/slot.h:1093:7: note:   'sigc::slot'
     class slot 
           ^
    In file included from ../lib/gdi/grc.h:25:0,
                     from ../lib/gdi/gmaindc.h:4,
                     from bsod.cpp:7:
    ../lib/gdi/compositing.h: At global scope:
    ../lib/gdi/compositing.h:25:1: error: expected class-name before '{' token
     {
     ^
    In file included from ../lib/gdi/gmaindc.h:4:0,
                     from bsod.cpp:7:
    ../lib/gdi/grc.h:154:1: error: expected class-name before '{' token
     {
     ^
    ../lib/gdi/grc.h:190:2: error: 'Signal0' does not name a type
      Signal0<void> notify;
      ^
    Makefile:548: recipe for target 'bsod.o' failed
    make[4]: *** [bsod.o] Error 1
    Makefile:454: recipe for target 'all' failed
    make[3]: *** [all] Error 2
    rm version-intermediate.h
    Makefile:615: recipe for target 'all-recursive' failed
    make[2]: *** [all-recursive] Error 1
    Makefile:453: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make/enigma2.mk:211: recipe for target '/media/devel/ipbox/HD/E2/9000HD/buildsystem/.deps/enigma2.do_compile' failed
    make: *** [/media/devel/ipbox/HD/E2/9000HD/buildsystem/.deps/enigma2.do_compile] Error 2
    ...
    Now test other.
    First of all I want to divide the two compilations into two different branches
    I do not want to mix everything.
    Geändert von flac (08.11.2018 um 10:29 Uhr) Grund: Ausgabe in die Codebox geschoben....


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •