Search found 4 matches

by dwilde1
Mon May 17, 2004 5:34 pm
Forum: newLISP and the O.S.
Topic: FreeBSD compilation
Replies: 8
Views: 9881

which wish on FreeBSD

Actually, it's a little crazier than that. On FreeBSd, now, wish is identified by version. WHen I ran /usr/local/bin/wish newlisp-tk, I go back an error message stating that I needed to choose which wish! In FreeBSD, wish is named with a version number. This is because different versions of wish are...
by dwilde1
Sat May 15, 2004 7:34 pm
Forum: newLISP and the O.S.
Topic: FreeBSD compilation
Replies: 8
Views: 9881

FreeBSD TK interface

Okay, got TCL 8.4.5 installed and pointed wish to the right place in newlisp-tk, changed #! to /usr/local/bin/wish I now get this error: /usr/bin/newlisp-tk: line 145: syntax error near unexpected token `Ide(i' /usr/bin/newlisp-tk: line 145: `set Ide(imageDir) "/usr/share/newlisp/newlisp-tk/images"'...
by dwilde1
Sat May 15, 2004 3:09 pm
Forum: newLISP and the O.S.
Topic: FreeBSD compilation
Replies: 8
Views: 9881

FreeBSD compilation

Thanks, Lutz! I think I'll go play a bit... :D[/quote]
by dwilde1
Fri May 14, 2004 9:15 pm
Forum: newLISP and the O.S.
Topic: FreeBSD compilation
Replies: 8
Views: 9881

FreeBSD compilation

on FreeBSD 4.8-STABLE/ 4.9-STABLE w/ gcc 2.95 Here's what I did: 1) use gmake, as in 'gmake bsd' 2) edit makefile_bsd to remove '-pedantic' The warning was 'ANSI C does not support long long' However, even though GCC claims to have extensions to support long long, I seem to get the same 10 signifgic...