Search results

  1. xaosai

    RE: xmms

    Quick xmms question. I installed esound from fink. I need to set the output plugin to esound but it's not listed in the options/io menu in xmms. Any ideas? Thanks.
  2. xaosai

    permission problem I think??

    I just bought a new G5 with bash instead of my old mac's tcsh. I'm trying to add the fink bins "/sw/bin" and "/sw/sbin/" to the PATH variable using x11 so I can easily run my downloads. Problems: Tried to modify the file '~/.profile' by add the following line: export...
  3. xaosai

    slime emacs

    Is anyone running slime on emacs? I'm working on a project and I'm sick of retyping (load "blah/blah/blah/blah"). Is there an easier way to reload, either by capturing the string value in a variable or another function i haven't found in doc?
  4. xaosai

    Job hunting

    I need some advice from those who know the job market better than I. I don't have a cs degree but I've done a lot of programming building cognitive models (computer modeling is my minor). I know OOC++, Objective-C, OOMatlab, Lisp, VB, Unix environment (perl scripting), Macintosh OSX environment...
  5. xaosai

    xmms bug

    When I boot up, I can run xmms (newest version) for a little while. Eventually, i try to select a song and it freezes up and wont play or select anything. When i kill in x11 terminal and restart, the gui doesn't show up and I have to restart computer to get it to work again. Any ideas as to a fix?
  6. xaosai

    Xcode

    How do you get rid of the annoying "Your document contents here" in the document nib file of a document based application?
  7. xaosai

    Simple questions

    I'm new to cocoa programming..still trying to get used to it. First, if I want to do int => char conversions and vice versa, do I use the C++ method or is there a different way in objective-c? Second, I'm building an application and I want to read in a character string from a user-editable...
  8. xaosai

    fink

    I'm trying to install Fink since it apparently makes installation easier. But it gives me an error saying that "/sw" already exists. It's an older version of Fink. Can I delete the entire sw directory and reinstall, or do other scripts draw from sw? I don't remember installing it (it was...
  9. xaosai

    Installing GCL

    I'm trying to install GCL-2.6.6 (newest version) and I keep getting a permission error: % make install ... mkdir -p /usr/local/lib mkdir -p /usr/local/bin mkdir -p /usr/local/lib/gcl-2.5.3 mkdir: /usr/local/lib/gcl-2.5.3: Permission denied make[1]: *** [install1] Error 1 make: ***...
Back
Top