Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 50195 invoked from network); 14 Jun 2007 10:42:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 10:42:54 -0000 Received: (qmail 53078 invoked by uid 500); 14 Jun 2007 10:42:57 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 53049 invoked by uid 500); 14 Jun 2007 10:42:57 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 53038 invoked by uid 99); 14 Jun 2007 10:42:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 03:42:57 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 03:42:53 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 4FDA8714159; Thu, 14 Jun 2007 03:42:33 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 42656] New: - broken compilation with lib/iconv_ces_euc.c Message-ID: X-Bugzilla-Reason: AssignedTo Date: Thu, 14 Jun 2007 03:42:33 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=42656 Summary: broken compilation with lib/iconv_ces_euc.c Product: APR Version: 1.2.8 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: APR-iconv AssignedTo: bugs@apr.apache.org ReportedBy: admin@pixel.com.pl /bin/sh /usr/local/apr/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/tmp/apr-iconv-1.1.1/lib -I/root/tmp/apr-iconv-1.1.1/include -I/usr/local/apr/include/apr-1 -o iconv_ces_euc.lo -c iconv_ces_euc.c && touch iconv_ces_euc.lo iconv_ces_euc.c: In function 'apr_iconv_euc_open': iconv_ces_euc.c:65: error: invalid lvalue in assignment make[2]: *** [iconv_ces_euc.lo] Błąd 1 make[2]: Opuszczenie katalogu `/root/tmp/apr-iconv-1.1.1/lib' make[1]: *** [all-recursive] Błąd 1 make[1]: Opuszczenie katalogu `/root/tmp/apr-iconv-1.1.1/lib' make: *** [all] Błąd 2 line 65: CESTOSTATE(ces) = state; should be probably: ces->data = state; ii gcc 4:4.1.1-15 ii gcc-3.3-base 1:3.3.6-15 ii gcc-4.0 4.0.3-1 ii gcc-4.0-base 4.0.3-1 ii gcc-4.1 4.1.1-21 ii gcc-4.1-base 4.1.1-21 ii gcc-4.2-base 4.2-20070528-1 ii libgcc1 1:4.2-20070528-1 ii libc6 2.5-9+b1 ii libc6-dev 2.5-9+b1 ii libc6-i686 2.5-9+b1 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org