The Hessling Editor - THE

I would like to use The Hessling Editor on my iBook G4 but I have not found binaries for it. See http://hessling-editor.sourceforge.net/ I have looked at the steps required for building it from source but I am not comfortable with Xcode and compiling and linking yet.

It looks very daunting.

Any of you gentle readers have built Hessling's editor and are willing to share the binary?

Thanks for your consideration.

Roberto

iBook G4 Mac OS X (10.3.9)

Posted on Jun 4, 2007 6:27 PM

Reply
7 replies

Jun 4, 2007 9:42 PM in response to Roberto Sepúlveda

I'm afraid I can't just give you the binary because it dynamically links to a bunch of other stuff. Everything that starts with "sw" is a dependency in fink.

<pre>
zsh-% otool -L /sw/bin/the-xcurses
/sw/bin/the-xcurses:
/sw/lib/libXCurses.dylib (compatibility version 0.0.0, current version 0.0.0)
/sw/lib/libregina.0.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.5.1)
/usr/X11R6/lib/libXaw.7.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/X11R6/lib/libXmu.6.dylib (compatibility version 6.2.0, current version 6.2.0)
/usr/X11R6/lib/libXt.6.dylib (compatibility version 6.0.0, current version 6.0.0)
/usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version 6.2.0)
/usr/X11R6/lib/libSM.6.dylib (compatibility version 6.0.0, current version 6.0.0)
/usr/X11R6/lib/libICE.6.dylib (compatibility version 6.3.0, current version 6.3.0)
/usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current version 6.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
zsh-% otool -L /sw/bin/the-ncurses
/sw/bin/the-ncurses:
/sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
/sw/lib/libregina.0.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.5.1)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
zsh-%
</pre>

Jun 5, 2007 6:04 AM in response to Bill Scott

Thank you very much, Bill. I appreciate the effort.

I believe there is a version that does not use X11. That would reduce the number of dependencies.

Many, many years of using Xedit and ISPF/PDF for my text editor have made that editor second nature for me.

When I try using VI and its ilk it feels like I am typing with mittens on.

The choice of editors is rarely a matter of checking off features. It is more like matching your mindset.

I had found a web site that discusses a very large number of editors and summarizes their features. One basic breakdown was whether the editor was orthogonal or not. I have no idea what they meant by that.

I just tried to find that site with no joy..

Thanks again for your efforts.

Roberto

Jun 5, 2007 7:05 AM in response to Roberto Sepúlveda

Thank you very much, Bill. I appreciate the effort.

I believe there is a version that does not use
X11. That would reduce the number of dependencies.


That is the ncurses one (see above).

Many, many years of using Xedit and ISPF/PDF for my
text editor have made that editor second
nature for me.


These things get hard-wired. No one understands how I could possibly like vi.

When I try using VI and its ilk it feels like I am
typing with mittens on.

The choice of editors is rarely a matter of checking
off features. It is more like matching your
mindset.


I hope you realize I was trying to be funny.

I had found a web site that discusses a very large
number of editors and summarizes their features. One
basic breakdown was whether the editor was orthogonal
or not. I have no idea what they meant by that.


Maybe they like the corners to have 90 degree angles, or no overlapping feature sets between editors?


I just tried to find that site with no joy..

Thanks again for your efforts.

Roberto


fink is fairly easy to install, and then you can have both.

If you type

the

in a Terminal.app window, it will start the ncurses (x11-independent one) automatically. If you type

the

in an xterm or similar, it will start the xcurses one automatically. You can over-ride this behavior
by typing, eg,

the-xcurses

in a Terminal.app window, and it will start the x-version.

If you want, take a look at my quickie guide to getting fink, etc, up and working.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

The Hessling Editor - THE

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.