Opened 16 years ago

Closed 16 years ago

#5219 closed patch (invalid)

win32 build failure for mythtvosd

Reported by: davidbuzz@… Owned by: Isaac Richards
Priority: major Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords: win32
Cc: Ticket locked: no

Description

Index: main.cpp =================================================================== --- main.cpp (revision 17081) +++ main.cpp (working copy) @@ -6,13 +6,14 @@

C++ headers #include <iostream>

+#include <qiodevice> +#include <q3socketdevice> +#include <q3cstring>

using namespace std;

Qt headers #include <qapplication.h>

-#include <q3socketdevice.h>

#include <qstring.h>

-#include <q3cstring.h>

#include <qfile.h> #include <qhostaddress.h>

Change History (2)

comment:1 Changed 16 years ago by davidbuzz@…

sorry, that patch is kinda incorrect, here's the error I'm getting anyway...:

g++ -c -march=k8 -g -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non -virtual-dtor -DSTDC_CONSTANT_MACROS -mthreads -fexceptions -frtti -DUSING_MI NGW -DUSING_WINAUDIO -DUSING_D3D -DMMX -Di386 -DUSING_DIRECTX -D_GNU_SOURCE -D_F ILE_OFFSET_BITS=64 -DPREFIX=
\"/usr
\" -DLIBDIR=
\"/usr/lib
\" -DQT_DLL -DQT _THREAD_SUPPORT -I"/usr/include" -I"../../libs/libmyth" -I"/qt-win-opensource-sr c-4.3.4/include" -I"C:/msys/1.0/qt-3.3.x-p8/mkspecs/win32-g++" -o main.o main.cp p main.cpp:13:26: qapplication.h: No such file or directory main.cpp:14:28: q3socketdevice.h: No such file or directory main.cpp:15:21: qstring.h: No such file or directory main.cpp:16:23: q3cstring.h: No such file or directory main.cpp:17:19: qfile.h: No such file or directory main.cpp:18:26: qhostaddress.h: No such file or directory main.cpp:25: error: `QString' does not name a type main.cpp:34: error: `QString' does not name a type main.cpp:43: error: `QString' does not name a type main.cpp: In function `int main(int, char)': main.cpp:87: error: `QApplication' was not declared in this scope main.cpp:87: error: expected `;' before "a" main.cpp:89: error: `QHostAddress' was not declared in this scope main.cpp:89: error: expected `;' before "address" main.cpp:90: error: `address' was not declared in this scope main.cpp:93: error: `QString' was not declared in this scope main.cpp:93: error: expected `;' before "message" main.cpp:97: error: expected `;' before "templatearg" main.cpp:99: error: `a' was not declared in this scope main.cpp:99: warning: unused variable 'a' main.cpp:105: error: `a' was not declared in this scope main.cpp:107: error: expected `;' before "arg" main.cpp:109: error: `arg' was not declared in this scope main.cpp:115: error: `arg' was not declared in this scope main.cpp:117: error: `templatearg' was not declared in this scope main.cpp:117: warning: unused variable 'templatearg' .... etc...

comment:2 Changed 16 years ago by Janne Grunau

Resolution: invalid
Status: newclosed

there is some qmake qt3.3 stuff left in your command

Note: See TracTickets for help on using tickets.