• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
XCode 2.2 & Qt toolkit issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: XCode 2.2 & Qt toolkit issues
      • From: Eric Albert <email@hidden>
  • Prev by Date: Re: ReL Three Level Dependencies between xcode projects still fails inXCode 2.2
  • Next by Date: Adding projects' libraries to a project
  • Previous by thread: auto-selecting an app to attach to?
  • Next by thread: Re: XCode 2.2 & Qt toolkit issues
  • Index(es):
    • Date
    • Thread