Here is the error I am getting:
$ make
Compiling o/imc.o...
cc1plus: warnings being treated as errors
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
That isn't all of the errors, but they all seem to be coming from this one c file. I imagine that if the errors are fixed in this file, then the next file to be compiled will have a bunch of errors as well.
I made sure to uncomment the Cygwin line in the makefile. I have no idea what could be causing the problem.
Also disregard the undisplayable text (boxes around the char*). My lack of experience with Linux didn't allow for a clean copy+paste :P
$ make
Compiling o/imc.o...
cc1plus: warnings being treated as errors
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
imc.c:106: error: deprecated conversion from string constant to âchar*â
That isn't all of the errors, but they all seem to be coming from this one c file. I imagine that if the errors are fixed in this file, then the next file to be compiled will have a bunch of errors as well.
I made sure to uncomment the Cygwin line in the makefile. I have no idea what could be causing the problem.
Also disregard the undisplayable text (boxes around the char*). My lack of experience with Linux didn't allow for a clean copy+paste :P