Re: Installing libraries



Aha, so Cygwin is the key. I was just being frustrated that windows is such a poor environment to be running unix software. Buying this machine was a huge mistake, my new Mac should be arriving in a few days.

As for config directory, lispbox is setup so that it requires no installation/configuration for newbies. So now I run into all sorts of limitations because it doesn't use the .emacs or the Lisp initialization files. I don't know exactly how it works. Can someone just walk me through how to setup a Non-lispbox installation of Clisp, emacs and slime+ASDF-INSTALL? I've been reading all these online tutorials on how to do it and all of them are written for Unix systems with maybe a footnote on windows.

-Jeff

Alan Manuel K. Gloria wrote:
Some more stuff. The instructions to install are in:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/cclan/asdf-install/doc/index.html

There are two very important points:
You MUST ADD this to your lisp initialization/lisp core file:
(pushnew 'asdf-install:sysdef-source-dir-search
asdf:*system-definition-search-functions*)
If you change ASDF-INSTALL:*locations*, make sure to add a trailing /
to directory names:
(setq asd-install:*locations*
(list
(list
#p"e:/lisp/.asdf-install-dir/site/"
#p"e:/lisp/.asdf-install-dir/system/" ;;the last / is important!!
"Personal Installation" )))


ASDF is SEPARATE from ASDF-INSTALL. ASDF is the system that defines
systems. ASDF-INSTALL installs libraries that conform to that system
and let ASDF load those libraries. This confused me horribly (me
stupid noob), so I thought that I'd advise you more about it.

ASDF-INSTALL *requires* Cygwin to work on a WinXP OS. If you're in the
Philippines, look for the .jp domain when Cygwin asks you where you
want to download (Unlikely that you're Filipino, but just in case
someone else out there is.).

If you're willing to dig through my previously posted thread and parse
out the stuff about my new girlfriend (girlfriend for 161.5 hours so
far!), you'll pretty much just get the above advice in the end.

.



Relevant Pages

  • Re: GNAT on a multiboot computer
    ... you can't assume that for any software installed on windows, and cygwin is no ... not need any installation, ala Macintosh 10 years ago. ... incompatibilities, humor incompatibilities... ...
    (comp.lang.ada)
  • Re: Gate Deisgner?
    ... Installation for Windows ... with X11 and the X11 version of tcl/tk (as opposed to the native Windows ... For details see the Cygwin Installation Page. ...
    (sci.electronics.basics)
  • Re: gforth dos/win
    ... The way to create Gforth from CVS on Windows is the same way as on Unix - ... I've created a kForth EXE package for Windows/Cygwin. ... Cygwin installation, the EXE may no longer work with the new DLLs. ...
    (comp.lang.forth)
  • Re: [opensuse] Installing openSUSE from Windows - new discussion
    ... fully open to Windows security... ... if I need to do stuff in Linux and Windows at the ... Cygwin is one of the first things I put on ... every Windows installation I use, and that includes the one running ...
    (SuSE)
  • Re: What is the more popular UNIX flavor?
    ... about my experience with Solaris and Cygwin. ... installing packages. ... needing eg tftp you only need to activate on a Unix system. ... probably need installing first on the equivalent Windows system. ...
    (comp.unix.questions)