Is anyone else interested in using xcode (the apple IDE) and IMP? I have found it an improvement over emacs (and Aquaemacs) for handling building and editing and debugging on my mac. If others are interested I can maintain an xcode project in the IMP repository. It uses the existing scons build system, it just requires keeping the list of files up to date (so that you can easily get to them in the editor).
I'm very interested in using Xcode and IMP.
It would be very nice if you can do this. so helpful to me!
Thanks a lot
Daniel Russel wrote: > Is anyone else interested in using xcode (the apple IDE) and IMP? I > have found it an improvement over emacs (and Aquaemacs) for handling > building and editing and debugging on my mac. If others are interested > I can maintain an xcode project in the IMP repository. It uses the > existing scons build system, it just requires keeping the list of > files up to date (so that you can easily get to them in the editor). > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev >
Hi, Daniel,
I installed "scons" by using MacPort, and successfully compiled the latest imp codes in a terminal. But I'm not able to compile (build) it in Xcode.app, since Xcode can not locate "scons". (I already set up the correct PATH of scons, no doubt about it!) Do you know how to configure Xcode to locate "scons" easily?
Thanks a lot! Seung Joong Kim.
Daniel Russel wrote: > Is anyone else interested in using xcode (the apple IDE) and IMP? I > have found it an improvement over emacs (and Aquaemacs) for handling > building and editing and debugging on my mac. If others are interested > I can maintain an xcode project in the IMP repository. It uses the > existing scons build system, it just requires keeping the list of > files up to date (so that you can easily get to them in the editor). > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev >
You can either modify the settings for the build target or add /opt/ local/bin to your path. To do that is a bit weird and involves a file in a .MacOS dir in your home fir. Google it or I will email you when I have my laptop.
On Nov 22, 2008, at 1:13 AM, Seung Joong Kim sjkim@salilab.org wrote:
> Hi, Daniel, > > I installed "scons" by using MacPort, and successfully compiled the > latest imp codes in a terminal. But I'm not able to compile (build) > it > in Xcode.app, since Xcode can not locate "scons". (I already set up > the > correct PATH of scons, no doubt about it!) Do you know how to > configure > Xcode to locate "scons" easily? > > Thanks a lot! > Seung Joong Kim. > > > Daniel Russel wrote: >> Is anyone else interested in using xcode (the apple IDE) and IMP? I >> have found it an improvement over emacs (and Aquaemacs) for handling >> building and editing and debugging on my mac. If others are >> interested >> I can maintain an xcode project in the IMP repository. It uses the >> existing scons build system, it just requires keeping the list of >> files up to date (so that you can easily get to them in the editor). >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev >> > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
I added some entries to the IMP FAQ which include how to set your for GUI applications on mac os. I forgot to say you have to log out and back in after doing so and will add it (but the connection here is really slow).
On Nov 22, 2008, at 1:13 AM, Seung Joong Kim wrote:
> Hi, Daniel, > > I installed "scons" by using MacPort, and successfully compiled the > latest imp codes in a terminal. But I'm not able to compile (build) > it > in Xcode.app, since Xcode can not locate "scons". (I already set up > the > correct PATH of scons, no doubt about it!) Do you know how to > configure > Xcode to locate "scons" easily? > > Thanks a lot! > Seung Joong Kim. > > > Daniel Russel wrote: >> Is anyone else interested in using xcode (the apple IDE) and IMP? I >> have found it an improvement over emacs (and Aquaemacs) for handling >> building and editing and debugging on my mac. If others are >> interested >> I can maintain an xcode project in the IMP repository. It uses the >> existing scons build system, it just requires keeping the list of >> files up to date (so that you can easily get to them in the editor). >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev >> > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Seung Joong Kim