Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../shared -I../simulation -I../graphics -Wall -O3 -march=athlon-xp -pipe -fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -MT sndsample.o -MD -MP -MF ".deps/sndsample.Tpo" \ -c -o sndsample.o `test -f 'sndsample.cpp' || echo './'`sndsample.cpp; \ then mv -f ".deps/sndsample.Tpo" ".deps/sndsample.Po"; \ else rm -f ".deps/sndsample.Tpo"; exit 1; \ fi sndsample.cpp: In member function
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../shared -I../simulation -I../graphics -Wall -O3 -march=athlon-xp -pipe -fomit-frame-pointer -I/usr/include/SDL -D_REENTRANT -MT sndsample.o -MD -MP -MF ".deps/sndsample.Tpo" \ -c -o sndsample.o `test -f 'sndsample.cpp' || echo './'`sndsample.cpp; \ then mv -f ".deps/sndsample.Tpo" ".deps/sndsample.Po"; \ else rm -f ".deps/sndsample.Tpo"; exit 1; \ fi sndsample.cpp: In member function virtual bool CSndSample::load(const CString&, const CParamList&): sndsample.cpp:111: error: invalid conversion from ALubyte* to const ALchar* sndsample.cpp:111: error: initializing argument 1 of void* alGetProcAddress(const ALchar*) sndsample.cpp:137: error: invalid conversion from ALubyte* to const ALchar* sndsample.cpp:137: error: initializing argument 1 of void* alGetProcAddress(const ALchar*) sndsample.cpp:162: error: alutLoadWAV was not declared in this scope make[2]: *** [sndsample.o] Error 1
Created an attachment (id=86763) [details] fix This patch fixes up all the problems This patch changes configure.ac, so the ebuild will need to run autoconf to update everything
Created an attachment (id=86765) [details] fix small nitpick, changed freealut to alut in a comment
bug #132819
Ooops thanks, i searched for it before submiting but didnt find anything, should have been more careful
*** This bug has been marked as a duplicate of 132819 ***