XCode 2.2 & Qt toolkit issues
XCode 2.2 & Qt toolkit issues
- Subject: XCode 2.2 & Qt toolkit issues
- From: david tay <email@hidden>
- Date: Wed, 30 Nov 2005 08:26:24 -0800
Hi,
When building a xcode project created using qmake on MacOS X for both
PPC and i386, using the universal 10.4 SDK, I get the following
a. warnings about converting to non-pointer type to 'io_service_t'
from NULL
The line of code reads m_deviceDataPort = NULL;
where m_deviceDataPort is defined as
io_service_t deviceDataPort;
b. warning 'struct XXXXXXX has virtual functions but non-virtual
destructor.
The structure XXXXXXX is defined like
interface XXXXXXX {
virtual bool myFunction(myParams);
}
c. The compilation ultimately fails on PPC with complaints such as
{standard input}:17:no such 386 instruction: ....
On a DTK, the compilation fails with complaints such as
{standard input}:68:Invalid memonic ...
If the project is kept as a "Native Architecture", it compiles fine
on both PPC and i386. Any ideas?
Thanks,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden