Dear Managers,
I was wondering if anyone was able to successfully build PostgreSQL on any
system running Digital UNIX 4.0D. After running the configure command and
making the appropriate changes to the makefiles so that the build will run, I
keep bumping into the following problem.
Right now I am stalled because for some reason there is a routine which does not
compile. It is contained in the file
....src/backend/port/snprintf.c
I get the following messages when I attempt the build.
line 116: warning type mismatch in implicit declaration of built-in function
strlen
line 361: Argument 'value' does not match prototype
line 127: prototype function
There does not seem to be anything wrong with the C in that file, but then my
talents at C were always very weak. I was wondering if anyone has encountered
the problem and managed to find a solution or might be able to suggest a
solution to the problem anyway.
Yours sincerely,
Robert Honore.
Received on Wed Dec 30 1998 - 19:07:27 NZDT