I downloaded the 2.1 version...
The extract and subdirectory population went OK, except that the src/win32
and src/vms subdirectories were not created... (I don't know if they were
supposed to be created, since this is an HP-UX installation, not Windows...)
The ./configure went well...
But I'm now attempting to do the make...
I'm getting the following warnings and errors, while attempting to run the
make command on an HP-UX server, running HP-UX 11.X:
NOTE: There are lots and lots of the same type of warning, but the
noted "Error" was severe enough to cause the make to die...
------------------------------------------------
cc: "db.c", line 642: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 642: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 645: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 645: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 648: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 648: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 651: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 651: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 654: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 654: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 658: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 658: warning 563: Argument #3 is not the correct type.
cc: "db.c", line 874: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 874: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 903: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 903: warning 563: Argument #2 is not the correct type.
cc: "db.c", line 921: warning 604: Pointers are not assignment-compatible.
cc: "db.c", line 921: warning 563: Argument #2 is not the correct type.
cc -Wall -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-22\"
-Iexpat/xmltok -Iexpat/xmlparse -c -o dump.o dump.c
cc -Wall -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-22\"
-Iexpat/xmltok -Iexpat/xmlparse -c -o db_native.o db_native.c
cc: "db_native.c", line 518: warning 604: Pointers are not
assignment-compatible.
cc: "db_native.c", line 983: warning 604: Pointers are not
assignment-compatible.
cc: "db_native.c", line 1067: warning 604: Pointers are not
assignment-compatible.
cc -Wall -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-22\"
-Iexpat/xmltok -Iexpat/xmlparse -c -o swish_words.o swish_words.c
cc: "swish_words.c", line 208: warning 604: Pointers are not
assignment-compatible.
cc: "swish_words.c", line 208: warning 563: Argument #2 is not the correct
type.
cc -Wall -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-22\"
-Iexpat/xmltok -Iexpat/xmlparse -c -o proplimit.o proplimit.c
cc: "proplimit.c", line 605: warning 604: Pointers are not
assignment-compatible.
cc: "proplimit.c", line 605: warning 563: Argument #2 is not the correct
type.
cc: "proplimit.c", line 610: warning 604: Pointers are not
assignment-compatible.
cc: "proplimit.c", line 610: warning 563: Argument #2 is not the correct
type.
cc: "proplimit.c", line 616: warning 604: Pointers are not
assignment-compatible.
cc: "proplimit.c", line 616: warning 563: Argument #2 is not the correct
type.
cc: "proplimit.c", line 617: warning 604: Pointers are not
assignment-compatible.
cc: "proplimit.c", line 617: warning 563: Argument #2 is not the correct
type.
cc: "proplimit.c", line 662: warning 524: Cast (non-lvalue) appears on
left-hand side of assignment.
cc: "proplimit.c", line 662: error 1549: Modifiable lvalue required for
assignment operator.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
---------------------------------------------------------
Any help would be greatly appreciated...
Joe Fisher
Received on Thu Aug 2 23:00:59 2001