| Summary: | media-sound/freqtweak-0.6.0 0.6.0 does not compile - error in FTmainwin.o | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Roberto Llovera <rllovera> |
| Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Roberto Llovera
2006-10-19 07:33:32 UTC
Well, the output you've posted in not useful at all, missing any error. (In reply to comment #1) > Well, the output you've posted in not useful at all, missing any error. > Here i post the output of the freqtweak 0.6.0 compile that appears before what i posted earlier. I think this time i'm posting the error. FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:176: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxScrollEvent&)' FTmainwin.cpp:177: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxSpinEvent&)' FTmainwin.cpp:202: error: invalid static_cast from type 'void (FTmainwin::*)(wxC ommandEvent&)' to type 'void (wxEvtHandler::*)(wxSpinEvent&)' source='FTioSupport.cpp' object='FTioSupport.o' libtool=no \ depfile='.deps/FTioSupport.Po' tmpdepfile='.deps/FTioSupport.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/inc lude/gtk2-ansi-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK_ _ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -I/usr/include/libxml2 -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -Wall -D_REENTRANT -O 2 -march=pentium4 -pipe -O2 -fexpensive-optimizations -funroll-loops -finline-fu nctions -ffast-math -c -o FTioSupport.o `test -f 'FTioSupport.cpp' || echo './' `FTioSupport.cpp it's trying to build against wxGTK-2.6, which doesn't work. it should use wxGTK-2.4. unfortunately we're removing wxGTK-2.4 very soon. can you try freqtweak-0.7.0_pre20070214.ebuild and see if it works for you? reopen if this is still a problem. |