[Mybusinessbasic-devel] Latest CVS won't compile
Status: Alpha
Brought to you by:
mikecurry1974
From: Michael S. L. <mi...@ha...> - 2003-12-29 20:59:36
|
I just now checked out a fresh version from CVS, edited the mybb.h file to switch it from WIN32 to LINUX and tried to compile. Below are the results: [root@hart-nas mybb]# make gcc -ggdb -Wall -c -o mybb.o mybb.c mybb.c: In function `main': mybb.c:68: parse error before `char' mybb.c:69: `StartUpProgram' undeclared (first use in this function) mybb.c:69: (Each undeclared identifier is reported only once mybb.c:69: for each function it appears in.) make: *** [mybb.o] Error 1 I noticed some extra carriage return characters at the end of several lines in this area of code but removing them made no difference. I've done my best to hunt for hidden control characters but I can't seem to find any problem. -- Michael St. Laurent Hartwell Corporation |