Re: setting a C++ non-POD object value is not implemented
Re: setting a C++ non-POD object value is not implemented
- Subject: Re: setting a C++ non-POD object value is not implemented
- From: Chris Cleeland <email@hidden>
- Date: Thu, 12 May 2011 07:42:21 -0500
Might help to show the code...
On Wed, May 11, 2011 at 10:18 PM, Rick Mann <email@hidden> wrote:
> I'm getting this error in code that used to compile (it's been several months since I last worked on this project, but it has worked with Xc3.2+ before).
>
> I'm assigning a C++ class that derives from CGPoint to a CGPoint property.
>
> CompileC build/Schematic.build/Debug/Schematic.build/Objects-normal/x86_64/SchematicDocument.o ../src/Cocoa/Schematic/SchematicDocument.mm normal x86_64 objective-c++ com.apple.compilers.gcc.4_2
> cd /Users/rmann/LZRepo/schematic/trunk/xcode
> setenv LANG en_US.US-ASCII
> /Developer/usr/bin/gcc-4.2 -x objective-c++ -arch x86_64 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wmissing-prototypes -Wreturn-type -Wunused-variable -Wshadow -Wnewline-eof -Wconversion -Wundeclared-selector -isysroot /Developer/SDKs/MacOSX10.6.sdk -mfix-and-continue -fobjc-gc-only -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -I/Users/rmann/LZRepo/schematic/trunk/xcode/build/Schematic.build/Debug/Schematic.build/Schematic.hmap -F/Users/rmann/LZRepo/schematic/trunk/xcode/build/Debug -F/Users/rmann/LZRepo/schematic/trunk/xcode -F/Users/rmann/LZRepo/schematic/trunk/xcode/../Frameworks -I/Users/rmann/LZRepo/schematic/trunk/xcode/build/Debug/include -I/Users/rmann/LZRepo/schematic/trunk/xcode/build/Schematic.build/Debug/Schematic.build/DerivedSources/x86_64 -I/Users/rmann/LZRepo/schematic/trunk/xcode/build/Schematic.build/Debug/Schematic.build/DerivedSources -include /var/folders/0O/0O9Zc+ZKFCy+BtbYF754gk+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/Schematic_Prefix-bumhfqiazdbyfwaekwmldygrhgmq/Schematic_Prefix.pch -c /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm -o /Users/rmann/LZRepo/schematic/trunk/xcode/build/Schematic.build/Debug/Schematic.build/Objects-normal/x86_64/SchematicDocument.o
>
> /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm: In function 'void -[SchematicDocument addTestPartDefs:](SchematicDocument*, objc_selector*, objc_object*)':
> /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm:270: error: setting a C++ non-POD object value is not implemented - assign the value to a temporary and use the temporary.
> /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm:303: error: setting a C++ non-POD object value is not implemented - assign the value to a temporary and use the temporary.
> /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm:310: error: setting a C++ non-POD object value is not implemented - assign the value to a temporary and use the temporary.
> /Users/rmann/LZRepo/schematic/trunk/xcode/../src/Cocoa/Schematic/SchematicDocument.mm:317: error: setting a C++ non-POD object value is not implemented - assign the value to a temporary and use the temporary.
>
>
> _______________________________________________
> 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
>
_______________________________________________
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