Hi all,
I am encountering the following errors after trying to make the library.
Any idea why?
regards,
Cornelius
$ make
------------------
rm -f common.o
g++ -I. -W -Wall -DSCREEN_LOG=1 -DMILESTONE_LOG=1 -DTRACE_LOG=0 -c common.cpp
------------------
rm -f trace.o
g++ -I. -W -Wall -DSCREEN_LOG=1 -DMILESTONE_LOG=1 -DTRACE_LOG=0 -c trace.cpp
------------------
rm -f...