Building target “MLTEShowcase” of project “MLTEShowcase” with configuration “Development” — (2 errors)
cd /Developer/Examples/Carbon/MLTEShowcase
/Developer/usr/bin/gcc-4.0 -x c++-header -arch ppc -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -O0 -mfix-and-continue -mtune=G4 -fvisibility-inlines-hidden -gdwarf-2 -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/MLTEShowcase.hmap -F/Developer/Examples/Carbon/MLTEShowcase/build/Development -I/Developer/Examples/Carbon/MLTEShowcase/build/Development/include -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/DerivedSources/ppc -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/DerivedSources -c /Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch -o /var/folders/Zt/ZtQM-OTQEQ4rsQMv1q-j-k+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MLTEShowcase_Prefix-bgvbqsvyobejzbccsmyzdkwwzntr/MLTEShowcase_Prefix.pch.gch
/Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch:46:27: error: Carbon/Carbon.h: No such file or directory
/Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch:46:27: error: Carbon/Carbon.h: No such file or directory
cd /Developer/Examples/Carbon/MLTEShowcase
/Developer/usr/bin/gcc-4.0 -x c++-header -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mfix-and-continue -fvisibility-inlines-hidden -gdwarf-2 -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/MLTEShowcase.hmap -F/Developer/Examples/Carbon/MLTEShowcase/build/Development -I/Developer/Examples/Carbon/MLTEShowcase/build/Development/include -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/DerivedSources/i386 -I/Developer/Examples/Carbon/MLTEShowcase/build/MLTEShowcase.build/Development/MLTEShowcase.build/DerivedSources -c /Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch -o /var/folders/Zt/ZtQM-OTQEQ4rsQMv1q-j-k+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/MLTEShowcase_Prefix-eewrwxsfxxzksceocmcigqwdhqoo/MLTEShowcase_Prefix.pch.gch
/Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch:46:27: error: Carbon/Carbon.h: No such file or directory
/Developer/Examples/Carbon/MLTEShowcase/MLTEShowcase_Prefix.pch:46:27: error: Carbon/Carbon.h: No such file or directory
Build failed (2 errors)
I am wondering if there is Carbon built sample code for TextEdit besides the MLTEShowcase? Or is there another example code that deals with text editing capabilities like Cocoa TextEdit?
Thanks
Jesse Carpenter