Bug#521962: ll-scope: FTBFS: ISO C++ forbids declaration of 'signal' with no type

2009-03-30 Thread Daniel Schepler
Package: ll-scope Version: 0.2.1-2 Severity: serious From my pbuilder build log: ... g++ -g -O2 -Wall -g -fPIC -O2 -D_SVID_SOURCE -D_XOPEN_SOURCE -DINSTALL_DIR=\"/usr/lib/dssi\" `pkg- config libglademm-2.4 gthread-2.0 liblo dssi --cflags --libs` main.cpp scopewidget.cpp dssiuiclient.cpp dssi_s

Bug#521962: ll-scope: FTBFS: ISO C++ forbids declaration of 'signal' with no type

2009-08-08 Thread Chris Lamb
tags 521962 + patch thanks Patch attached. Something, somewhere, is including /usr/include/signal.h before libsigc's definition is encountered - this is why "using namespace foo;" should be avoided in C++. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org

Bug#521962: ll-scope: FTBFS: ISO C++ forbids declaration of 'signal' with no type

2009-08-08 Thread Chris Lamb
Chris Lamb wrote: > Patch attached. If you are after a completely minimal diff, you can probably drop the changes to main() if you don't remove the "using namespace sigc" from the headers. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `- diff -ur