Bugs item #2921711, was opened at 2009-12-27 03:46 Message generated for change (Settings changed) made by mukau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2921711...
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: externals Group: None
Status: Pending Resolution: Wont Fix
Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Bryan Jurish (mukau) Summary: gfsm: incompatible implicit declaration of built-in function
Initial Comment: This warning could cause problems on 64-bit:
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./gnulib -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib -2.0/include -O2 -DPD -I/home/pd/auto-build/pd-extended/pd/src -Wall -W -ggdb -I/home/pd/auto-build/pd-extended/Gem/src -I/home/pd/auto-build/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -c -o gfsmRegex.tab.lo gfsmRegex.tab.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./gnulib -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -DPD -I/home/pd/auto-build/pd-ex tended/pd/src -Wall -W -ggdb -I/home/pd/auto-build/pd-extended/Gem/src -I/home/pd/auto-build/pd-extended/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -c gfsmRegex.tab.c -o gfsmRegex.tab.ogfsmRegex.tab.c: In function 'yytnamerr': gfsmRegex.tab.c:973: warning: implicit declaration of function 'stpcpy'gfsmRegex.tab.c:973: warning: incompatible implicit declaration of built-in function 'stpcpy'gfsmRegex.tab.c: In function 'yysyntax_error': gfsmRegex.tab.c:1032: warning: incompatible implicit declaration of built-in function 'stpcpy'
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2009-12-27 19:13
Message: Ok, just letting you know. Sounds like this should be marked as Resolution: Wont Fix, and Closed. Mark it as you feel it should be.
----------------------------------------------------------------------
Comment By: Bryan Jurish (mukau) Date: 2009-12-27 12:42
Message: This is actually a bison bug (occurs in gfsmRegex.tab.c). I've successfully compiled & run the libgfsm utilities on 64-bit linux machines (although the libgfsm packaged with pd-gfsm probably needs an update) despite this warning.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2921711...