[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freecycle-users] Compiling under Ubuntu Dapper
From: |
po |
Subject: |
Re: [Freecycle-users] Compiling under Ubuntu Dapper |
Date: |
Mon, 19 Mar 2007 11:05:52 -0700 |
> I'm running Ubuntu Dapper. The precompiled binaries failed with a
> libjack.so error. So I installed all the dependencies, and upon
> compiling I get...
> ...
> soundplayer.cpp: In constructor 'SoundPlayer::SoundPlayer()':
> soundplayer.cpp:77: error: array bound forbidden after parenthesized
> type-id soundplayer.cpp:77: note: try removing the parentheses around the
> type-id pics/icons.h: At global scope:
> pics/icons.h:8282: warning: 'const QImage& qembed_findImage(const
> QString&)' defined but not used
> soundplayer.cpp:57: warning: 'void swap_endian(short int*, int)'
> defined but not used
> make[1]: *** [soundplayer.o] Error 1
> make[1]: Leaving directory `/home/bjorn/Desktop/freecycle/src'
> make: *** [sub-src] Error 2
I had the same problem compiling, and was able to get around it by
following the suggestion in the error message, and removing the
parentheses on line 77 in soundplayer.cpp - I don't know if this is a
Good Idea or not. :)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Freecycle-users] Compiling under Ubuntu Dapper,
po <=