From: SourceForge.net <no...@so...> - 2011-04-07 07:15:22
|
Bugs item #815963, was opened at 2003-10-01 16:19 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101627&aid=815963&group_id=1627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Process Group: normal Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Kevin L. Mitchell (klmitch) Assigned to: Daniel Kobras (nold) Summary: glame 1.0.1 fails to build Initial Comment: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -D_REENTRANT -Wall -g -W all -pedantic -O2 -c glsignal.c -MT glsignal.lo -MD -MP -MF .deps/glsignal.TPlo -fPIC -DPIC -o .libs/glsignal.lo In file included from ../../src/include/list.h:34, from glsignal.h:89, from glsignal.c:23: ../../src/include/util.h:85:26: warning: ISO C does not permit named variadic macros glsignal.c: In function `_glsig_after_emit': glsignal.c:64: invalid lvalue in assignment glsignal.c:64: invalid lvalue in assignment glsignal.c: In function `glsig_delete_all': glsignal.c:161: invalid lvalue in assignment glsignal.c:161: invalid lvalue in assignment glsignal.c:161: warning: value computed is not used glsignal.c:161: warning: value computed is not used glsignal.c: In function `_glsig_after_emit': glsignal.c:64: warning: value computed is not used glsignal.c:64: warning: value computed is not used make[3]: *** [glsignal.lo] Error 1 make[3]: Leaving directory `/home/klmitch/devel/src/glame-1.0.1/src/hash' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/klmitch/devel/src/glame-1.0.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/klmitch/devel/src/glame-1.0.1' make: *** [all] Error 2 [klmitch@kit glame-1.0.1]$ "invalid lvalue in assignment"? hmmm? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2011-04-07 07:15 Message: CNRbuC <a href="http://axcydweyoenw.com/">axcydweyoenw</a>, [url=http://olgzkvummieg.com/]olgzkvummieg[/url], [link=http://bazjekiezwru.com/]bazjekiezwru[/link], http://gvgfvzmuegbj.com/ ---------------------------------------------------------------------- Comment By: Kevin L. Mitchell (klmitch) Date: 2003-10-01 21:10 Message: Logged In: YES user_id=65117 I have a config.site that sets CFLAGS like so: CFLAGS="-g -Wall -pedantic -O2" With "CONFIG_SITE= ./configure" it seems to compile properly. When I earlier attempted to compile the package via rpmbuild -ta, I had the same error. I had assumed (incorrectly, it would seem) that rpmbuild cleared that environment variable, which is why I didn't attempt to isolate the problem in this fashion before. (I love the gcc extensions when I can use them, but often I can't use them because my software has to be cross-platform--which is why I have a config.site in the first place...) ---------------------------------------------------------------------- Comment By: Richard Guenther (richi) Date: 2003-10-01 17:11 Message: Logged In: YES user_id=7575 Well, you shouldnt use -pedantic as we're using gcc extensions (and require gcc for build). But I thought we had a configure check for this, which is appearantly not working with your way of passing extra C/CPPFLAGS. How did you exactly configure? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101627&aid=815963&group_id=1627 |