I don't have the current CVS code but there seems to be something wrong with that file. Open the file mmsbox.c and go to line 862 and see if there's any missing brace or semi-column. Then look for i, n and res and declare them. See how these variables are used in the make_and_queue_msg function that way you can determine if it's an int, char etc, then declare.
A guess, looks like i and n are ints and res is a char. After that try configure again and see what happens.
On 8/7/06, mms test <
[EMAIL PROTECTED]> wrote:
Dear ALL,
I have tried to compile mbuni CVS on RedHAT Fedora Core 2 & CentOS 4.3. Following error occured during compliation.
Making install in mmsbox
make[1]: Entering directory `/tmp/mbuni/mmsbox'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../mmlib -I../mmlib -g -O2 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/openssl -I/usr/local/include/kannel -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -fPIC -I/usr/include/libxml2 -I/usr/include/openssl -MT mmsbox.o -MD -MP -MF ".deps/mmsbox.Tpo" -c -o mmsbox.o mmsbox.c; \
then mv -f ".deps/mmsbox.Tpo" ".deps/mmsbox.Po"; else rm -f ".deps/mmsbox.Tpo"; exit 1; fi
mmsbox.c: In function `make_and_queue_msg':
mmsbox.c:862: parse error before `int'
mmsbox.c:984: `i' undeclared (first use in this function)
mmsbox.c:984: (Each undeclared identifier is reported only once
mmsbox.c:984: for each function it appears in.)
mmsbox.c:984: `n' undeclared (first use in this function)
mmsbox.c:1052: `res' undeclared (first use in this function)
make[1]: *** [mmsbox.o] Error 1
make[1]: Leaving directory `/tmp/mbuni/mmsbox'
make: *** [install-recursive] Error 1
Looking foward from assitance fromm all of you. Thanks in advance.
_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org
--
C is forever.
_______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
