xcodeplugins-users Mailing List for Xcode Plugins
Status: Beta
Brought to you by:
maxao
You can subscribe to this list here.
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Peter K. <pet...@gm...> - 2009-09-11 18:09:03
|
Hi all, it might seem strange, but I really enjoy programming in Fortran, but since it is just a hobby, I don't see the need to spend upwards of $600 on a compiler. Therefore, I have been very happy with Damiens plugin, but lately I have trouble linking. The error is: error: can't exec '/Developer/Library/Xcode/Plug-ins/ CoreBuildTasks.xcplugin/Contents/Resources/gcc' (No such file or directory) This file is indeed not there, and putting a symlink to the "real" gcc there just gives me a different error message that I am not allowed to execute the file. Allright, so I downloaded the source to the plugin, hoping it would link to the correct gcc when I compile it on my system (after all, the strange gcc location is only requested when I compile Fortran files). No luck! Now I have looked through all the files, but could not see how this location (CoreBuildTasks.xcplugin/Contents/Resources/gcc) comes to be requested. I also re-installed Xcode and did lots of other stuff until I decided to ask for help. The Readme in the plugin source mentions a newer version 1.0b3 (Oct 2008) : update for Mac OS X 10.5.5. I am running 10.5.8, so I guess this might be the change that get me running the Fortran compiler again. Unfortunately, the Readme is the only location where a version 1.0b3 is mentioned, the source just builds versions 1.0b1 and 1.0b2 My system: MBP with CoreDuo, OS X 10.5.8, Xcode 3.1.3. Thank you in advance for any helpful advice! Peter |
From: Adam P. <APULEO@COX.NET> - 2009-06-16 14:07:01
|
XCode: 3.1.2 OS: 10.5.7 Thanks, -adam On Jun 16, 2009, at 12:45 AM, Damien Bobillot wrote: > Hi, > > Which version of Xcode are you using ? > > Damien > > Adam Puleo <APULEO@COX.NET> wrote : > >> I'm trying to get the Ada Plugin to work on my machine. I was able >> to compile the plugin, and I copied the plugin to $HOME/Library/ >> Application Support/Developer/Shared/Xcode/Plug-ins/. I then >> created a new Ada project. >> >> When I try and edit the project properties via Project -> Edit >> Project Settings XCode become unhappy: >> 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification >> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >> 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification >> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >> 6/14/09 9:08:32 PM Xcode[929] ** INTERNAL ERROR: Uncaught Exception >> ** >> Exception: *** +[XCPropertyDomainSpecification >> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >> Stack: >> 0 0x95d620ab __raiseError (in CoreFoundation) >> 1 0x90cd6e3b objc_exception_throw (in libobjc.A.dylib) >> 2 0x95d6936a +[NSObject doesNotRecognizeSelector:] (in >> CoreFoundation) >> 3 0x95d678ac ___forwarding___ (in CoreFoundation) >> 4 0x95d67972 _CF_forwarding_prep_0 (in CoreFoundation) >> 5 0x00379fb8 -[MACompilerSpecificationGNAT >> specificationToShowInUserInterface] at >> MACompilerSpecificationGNAT.m:90 (in AdaPlugin) >> ..... >> >> MACompilerSpecificationGNAT.m:90: XCPropertyDomainSpecification* >> spec = [[XCPropertyDomainSpecification specificationRegistry] >> objectForKey:@"org.macada.buildsettings.adaprops"]; >> >> It's like XCode is not finding the ada.pbbsetspec file for some >> reason? >> >> I checked and the file is in AdaPlugin.pbplugin/Contents/Resources. >> >> Any ideas? >> >> Thank you, >> -adam >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables unlimited >> royalty-free distribution of the report engine for externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ >> Xcodeplugins-users mailing list >> Xco...@li... >> https://lists.sourceforge.net/lists/listinfo/xcodeplugins-users |
From: Adam P. <ap...@co...> - 2009-06-16 14:06:53
|
Oh, one other thing, I noticed that the plugins that come with XCode just have one Resource file: *.xcspec, well and *.lproj files. I tried copying ada.pbbsetspec into a new file named ada.xcspec but that didn't work. Should I combine all of the files into an ada.xcspec file and then remove all of the other files? Thanks, -adam On Jun 16, 2009, at 6:44 AM, Adam Puleo wrote: > XCode: 3.1.2 > OS: 10.5.7 > > Thanks, > -adam > > On Jun 16, 2009, at 12:45 AM, Damien Bobillot wrote: > >> Hi, >> >> Which version of Xcode are you using ? >> >> Damien >> >> Adam Puleo <APULEO@COX.NET> wrote : >> >>> I'm trying to get the Ada Plugin to work on my machine. I was >>> able to compile the plugin, and I copied the plugin to $HOME/ >>> Library/Application Support/Developer/Shared/Xcode/Plug-ins/. I >>> then created a new Ada project. >>> >>> When I try and edit the project properties via Project -> Edit >>> Project Settings XCode become unhappy: >>> 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification >>> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >>> 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification >>> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >>> 6/14/09 9:08:32 PM Xcode[929] ** INTERNAL ERROR: Uncaught >>> Exception ** >>> Exception: *** +[XCPropertyDomainSpecification >>> specificationRegistry]: unrecognized selector sent to class 0x92eac0 >>> Stack: >>> 0 0x95d620ab __raiseError (in CoreFoundation) >>> 1 0x90cd6e3b objc_exception_throw (in libobjc.A.dylib) >>> 2 0x95d6936a +[NSObject doesNotRecognizeSelector:] (in >>> CoreFoundation) >>> 3 0x95d678ac ___forwarding___ (in CoreFoundation) >>> 4 0x95d67972 _CF_forwarding_prep_0 (in CoreFoundation) >>> 5 0x00379fb8 -[MACompilerSpecificationGNAT >>> specificationToShowInUserInterface] at >>> MACompilerSpecificationGNAT.m:90 (in AdaPlugin) >>> ..... >>> >>> MACompilerSpecificationGNAT.m:90: XCPropertyDomainSpecification* >>> spec = [[XCPropertyDomainSpecification specificationRegistry] >>> objectForKey:@"org.macada.buildsettings.adaprops"]; >>> >>> It's like XCode is not finding the ada.pbbsetspec file for some >>> reason? >>> >>> I checked and the file is in AdaPlugin.pbplugin/Contents/Resources. >>> >>> Any ideas? >>> >>> Thank you, >>> -adam >>> >>> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables unlimited >>> royalty-free distribution of the report engine for externally facing >>> server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> Xcodeplugins-users mailing list >>> Xco...@li... >>> https://lists.sourceforge.net/lists/listinfo/xcodeplugins-users > |
From: Adam P. <APULEO@COX.NET> - 2009-06-15 05:17:29
|
Hello, I'm trying to get the Ada Plugin to work on my machine. I was able to compile the plugin, and I copied the plugin to $HOME/Library/ Application Support/Developer/Shared/Xcode/Plug-ins/. I then created a new Ada project. When I try and edit the project properties via Project -> Edit Project Settings XCode become unhappy: 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 6/14/09 9:08:31 PM Xcode[929] *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 6/14/09 9:08:32 PM Xcode[929] ** INTERNAL ERROR: Uncaught Exception ** Exception: *** +[XCPropertyDomainSpecification specificationRegistry]: unrecognized selector sent to class 0x92eac0 Stack: 0 0x95d620ab __raiseError (in CoreFoundation) 1 0x90cd6e3b objc_exception_throw (in libobjc.A.dylib) 2 0x95d6936a +[NSObject doesNotRecognizeSelector:] (in CoreFoundation) 3 0x95d678ac ___forwarding___ (in CoreFoundation) 4 0x95d67972 _CF_forwarding_prep_0 (in CoreFoundation) 5 0x00379fb8 -[MACompilerSpecificationGNAT specificationToShowInUserInterface] at MACompilerSpecificationGNAT.m: 90 (in AdaPlugin) ..... MACompilerSpecificationGNAT.m:90: XCPropertyDomainSpecification* spec = [[XCPropertyDomainSpecification specificationRegistry] objectForKey:@"org.macada.buildsettings.adaprops"]; It's like XCode is not finding the ada.pbbsetspec file for some reason? I checked and the file is in AdaPlugin.pbplugin/Contents/Resources. Any ideas? Thank you, -adam |
From: Damien B. <dam...@m4...> - 2008-01-27 16:41:06
|
-- Damien alias Schmurtz |