Package: sooperlooper
Version: 1.0.5-3
Severity: serious

Hi,

Your package is failing to build on all 64 bit arches with the
following error:
if g++ -DHAVE_CONFIG_H -I. -I. -I../..    -I..   -I/usr/lib/sigc++-1.2/include 
-I/usr/include/sigc++-1.2   -I/usr/include/libxml2   
-I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -g -Wall -O2  -pipe -Wall 
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/buildd/sooperlooper-1.0.5/build-tree/sooperlooper-1.0.5/libs/pbd 
-I/build/buildd/sooperlooper-1.0.5/build-tree/sooperlooper-1.0.5/libs/midi++ 
-MT keys_panel.o -MD -MP -MF ".deps/keys_panel.Tpo" \
  -c -o keys_panel.o `test -f 'keys_panel.cpp' || echo './'`keys_panel.cpp; \
then mv -f ".deps/keys_panel.Tpo" ".deps/keys_panel.Po"; \
else rm -f ".deps/keys_panel.Tpo"; exit 1; \
fi
keys_panel.cpp: In member function 'void SooperLooperGui::KeysPanel::refresh_st
ate()':
keys_panel.cpp:173: error: cast from 'wxListCtrl*' to 'unsigned int' loses prec
ision
make[4]: *** [keys_panel.o] Error 1

You can't store a pointer into an integer type, and the new g++ is
more strict about such errors.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to