Opened 18 years ago

Closed 18 years ago

#1785 closed defect (invalid)

compile error on x86_64 AMD

Reported by: anonymous Owned by: Isaac Richards
Priority: critical Milestone: unknown
Component: mythcontrols Version: head
Severity: high Keywords:
Cc: Ticket locked: no

Description

make[1]: Entering directory `/usr/src/mythplugins/mythcontrols' cd mythcontrols && make -f Makefile make[2]: Entering directory `/usr/src/mythplugins/mythcontrols/mythcontrols' g++ -c -pipe -Wall -W -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC -D_GNU_SOURCE -DPREFIX=\"\" -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -I/usr/lib64/qt-3.3/mkspecs/default -I. -I/include -I/usr/kde/3.3/include -I/include -I/usr/lib64/qt-3.3/include -o keybindings.o keybindings.cpp keybindings.cpp:33:32: error: mythtv/mythcontext.h: No such file or directory keybindings.cpp:34:32: error: mythtv/mythdialogs.h: No such file or directory In file included from keybindings.cpp:38: keybindings.h:27:30: error: mythtv/mythdbcon.h: No such file or directory actionset.h:209: error: ISO C++ forbids declaration of âQMapâ with no type actionset.h:209: error: expected â;â before â<â token keybindings.cpp: In member function âvoid KeyBindings::commitAction(const ActionID&)â: keybindings.cpp:107: error: âMSqlQueryâ was not declared in this scope keybindings.cpp:107: error: expected `;' before âqueryâ keybindings.cpp:108: error: âqueryâ was not declared in this scope keybindings.cpp:124: error: âgContextâ was not declared in this scope keybindings.cpp: In member function âvoid KeyBindings::commitJumppoint(const ActionID&)â: keybindings.cpp:137: error: âMSqlQueryâ was not declared in this scope keybindings.cpp:137: error: expected `;' before âqueryâ keybindings.cpp:138: error: âqueryâ was not declared in this scope keybindings.cpp:154: error: âgContextâ was not declared in this scope keybindings.cpp: In member function âvoid KeyBindings::retrieveJumppoints()â: keybindings.cpp:187: error: âMSqlQueryâ was not declared in this scope keybindings.cpp:187: error: expected `;' before âqueryâ keybindings.cpp:189: error: âqueryâ was not declared in this scope keybindings.cpp:198: error: âqueryâ was not declared in this scope keybindings.cpp: In member function âvoid KeyBindings::retrieveContexts()â: keybindings.cpp:219: error: âMSqlQueryâ was not declared in this scope keybindings.cpp:219: error: expected `;' before âqueryâ keybindings.cpp:221: error: âqueryâ was not declared in this scope keybindings.cpp:231: error: âqueryâ was not declared in this scope make[2]: * [keybindings.o] Error 1 make[2]: Leaving directory `/usr/src/mythplugins/mythcontrols/mythcontrols' make[1]: * [sub-mythcontrols] Error 2 make[1]: Leaving directory `/usr/src/mythplugins/mythcontrols' make: * [sub-mythcontrols] Error 2

Change History (1)

comment:1 Changed 18 years ago by Isaac Richards

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.