-
ahaha...think I got it,
If you are using a 64-bit version of Java (which I am), don't forget to alter that GCCFLAGS line to tell it you want the .c files compiled 64-bit too ie.
put -m64 in the GCCFLAGS line.
Mine now looks like:
GCCFLAGS=-m64 -I/System/Library/Frameworks/JavaVM.framework/Headers -Wall -bundle -framework JavaVM.
2009-08-30 05:34:37 UTC in Java Curses Library
-
Part 2: for 10.5 (partial fix)
1) make ddolinar's change to GCCFLAGS above
2) In Makefile put single quotes around 'find' *.java command argument (no quotes = doesn't pick up any files) ie.
`find ./src/jcurses -name '*.java'`
3) Remove all Windows char formatting from the configure file. Easiest way is to copy/paste to new file, and save as MacIntosh, (not windows) format through your...
2009-08-30 05:30:02 UTC in Java Curses Library
-
bguild2 "I'm glad to clarify. I don't feel that what I am suggesting is a change of scope, merely an improvement of design."
It's not even a change of scope, it's a new project. You're argument is the same as someone saying 'vi' should be improved to make Microsoft Word i.e. misses the whole point of vi.
Instead of clogging up the forum with your religious points of view about a...
2009-08-30 05:18:11 UTC in Java Curses Library