[Mybusinessbasic-devel] Compilation error on a Red Hat 7.3 system
Status: Alpha
Brought to you by:
mikecurry1974
|
From: Michael S. L. <mi...@ha...> - 2003-12-18 21:52:15
|
I downloaded the source file, unzipped it and attempted to compile it on my Red Hat 7.3 system. The following resulted: [root@hart-nas mybb]# [root@hart-nas mybb]# make make: *** Warning: File `mybb.c' has modification time in the future (2003-12-18 13:48:24 > 2003-12-18 13:27:47) gcc -ggdb -Wall -c -o mybb.o mybb.c gcc -ggdb -Wall -c -o storage.o storage.c gcc -ggdb -Wall -c -o stack.o stack.c gcc -ggdb -Wall -c -o parser.o parser.c gcc -ggdb -Wall -c -o executor.o executor.c gcc -ggdb -Wall -c -o runtime.o runtime.c gcc -ggdb -Wall -c -o tables.o tables.c gcc -ggdb -Wall -c -o list.o list.c gcc -ggdb -Wall -c -o utilities.o utilities.c gcc -ggdb -Wall -c -o functions.o functions.c functions.c: In function `fnc_rev': functions.c:1204: parse error before `char' functions.c:1208: `p1' undeclared (first use in this function) functions.c:1208: (Each undeclared identifier is reported only once functions.c:1208: for each function it appears in.) functions.c:1208: `p2' undeclared (first use in this function) functions.c:1208: warning: left-hand operand of comma expression has no effect functions.c:1208: warning: left-hand operand of comma expression has no effect make: *** [functions.o] Error 1 [root@hart-nas mybb]# -- Michael St. Laurent Hartwell Corporation |