Previously posted here
I installed ncurses from the .pkg installer from this site on my Mac G4 running OSX 10.1 earlier this month. The install went off without a hitch (or a complaint worthy of the installer bringing to my attention, at least).
However, whenever I attempted to compile a program using the ncurses library and header, I would get several "unused multiple definitions" of the standard curses functions.
These were only warnings of course, and the program would compile fine otherwise. Whenever I would run the program, the ncurses color functions would refuse to take effect. I WAS able to use the wattron and wattroff functions to display chararcters in blink, bold, underline, and other modes.
Could it be possible that I need to install X-Windows for color to work? Has anyone else tried installing ncurses, and run into problems? I'd like to put this behind me so I can decide whether to continue my little "project" on the Mac, or just fall back to my PC running FreeBSD.