Abishek V Ashok

Results 100 comments of Abishek V Ashok

Can you give me more information about the system (OS). I was guessing it was due to curses not being present but configure tells otherwise.

Closing as it is working :) For the x fonts warning, it means you don't have fonts installed or configured and the -x option won't work properly. Maybe try the...

Can you run, @somera `gcc -g -O2 -o cmatrix cmatrix.o -lncurses -lncursesw -v` and post the output?

Okay and it compiled? Must be a problem with the make file then.

Yes yes, will clean the make file.

So, I tried using automake and seems I've fixed compilation issues in automake - but haven't tested it in linux yet - can someone of you help to make sure...

Okay, same error, -lncursesw doesn't work in Mac, so just need to pass it in Linux, let me see.

@somera hey, can you try the latest patch again (added a new commit)? It should add -lncursesw to gcc args if it detects the package in your system and display...

> checking for main in -lncurses... yes configure: WARNING: Can you go one line above it? Also, can you do `man waddnstr`

CMatrix works fine with brew for me (Ventura - 13.1) - is your brew up to date and also please check your internet connection perhaps?