Received: (qmail 8501 invoked by uid 2012); 25 Sep 1998 10:12:43 -0000 Message-Id: <19980925101243.8500.qmail@hyperreal.org> Date: 25 Sep 1998 10:12:43 -0000 From: Vichnevskaia Tania Reply-To: tania@ceped.ined.fr To: apbugs@hyperreal.org Subject: compilation problem X-Send-Pr-Version: 3.2 >Number: 3073 >Category: os-aix >Synopsis: compilation problem >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Sep 25 03:20:00 PDT 1998 >Last-Modified: Fri Sep 25 05:57:26 PDT 1998 >Originator: tania@ceped.ined.fr >Organization: >Release: 1.3.1 >Environment: AIX 4.2.1 uname : AIX vivaldi 2 4 002132994600 >Description: the solution of the PR number 2798 dont't help me; Y have the same problem on make # make ===> src ===> src/regex Target "all" is up to date. Target "lib" is up to date. <=== src/regex ===> src/os/unix cc -c -I../../os/unix -I../../include -DAIX=42 -U__STR__ -qnogenpcomp -qnousepcomp -DAIX_BIND_PROCESSOR -DUSE_HSREGEX `../../apaci` os.c "os-aix-dso.c", line 133.12: 1506-343 (S) Redeclaration of dlerror differs from previous declaration on line 35 of "/usr/include/dlfcn.h". "os-aix-dso.c", line 133.12: 1506-050 (I) Return type "const unsigned char*" in redeclaration is not compatible with the previous return type "unsigned char*". make: The error code from the last command is 1. Stop. make: The error code from the last command is 1. Stop. make: The error code from the last command is 2. Stop. make: The error code from the last command is 2. Stop. >How-To-Repeat: ./configure --> make >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: rbbloom@us.ibm.com State-Changed-When: Fri Sep 25 05:57:25 PDT 1998 State-Changed-Why: There are 3 ways for you to solve this problem. 1) the fix in 2798, change the (AIX < 43) to (AIX < 42) 2) Remove the const in the dlerror declaration from os-aix-dso.c. There should be two instances. OR 3) Upgrade to 1.3.2 which has a fix for this problem in the base code. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]