Hello!
I use the nativ C compiler of Tru64 UNIX to compile the 3.1.6-pre1
version. I got some errors:
cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include
-I/usr/local/mysql/include/mysql -O5 -g3
-DUDM_CONF_DIR=\"/usr/local/udmsearch-3.1.6-pre1/etc\"
-DUDM_VAR_DIR=\"/usr/local/udmsearch-3.1.6-pre1/var\" -c id3.c -o id3.o
cc: Error: id3.c, line 86: An unexpected newline character is present in
a string literal.
udm_snprintf(buf_out, size+90,"<title>%s_%s_%s</title>
----------------------------------------------^
cc: Error: id3.c, line 87: An unexpected newline character is present in
a string literal.
<group_1>%s</group_1><group_2>%s</group_2><group_3>%s</group_3>",
---------------------------------------------------------------^
cc: Error: id3.c, line 121: An unexpected newline character is present
in a string literal.
udm_snprintf(buf_out, size+90,
"<title>%s_%s_%s_%s</title>
-----------------------------------------------^
cc: Error: id3.c, line 122: An unexpected newline character is present
in a string literal.
<group_1>%s</group_1><group_2>%s</group_2><group_3>%s</group_3>",
---------------------------------------------------------------^
make: *** [id3.lo] Error 1
Thanks,
Ned
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]