Bug 121815 - Can't compile boson CVS
Summary: Can't compile boson CVS
Status: RESOLVED WORKSFORME
Alias: None
Product: boson
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: The Boson Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 08:41 UTC by Tomas Srnka
Modified: 2006-02-12 20:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Srnka 2006-02-12 08:41:08 UTC
Version:           CVS (using KDE KDE 3.5.1)
Installed from:    Gentoo Packages
Compiler:          Thread model: posix
gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
 Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/specs
Configured with: /var/tmp/portage/gcc-3.3.6/work/gcc-3.3.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.6 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.6/info --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
OS:                Linux

I tried to install CVS version of Boson, because the screenshots look really good :), but I couldn't compile it.

make[2]: Leaving directory `/usr/src/boson-cvs/code/boson'
make[2]: Entering directory `/usr/src/boson-cvs/code/boson'
Makefile:2416: warning: overriding commands for target `bomodelpixmapsgui.moc'
Makefile:2267: warning: ignoring old commands for target `bomodelpixmapsgui.moc'
Makefile:2428: warning: overriding commands for target `borendergui.moc'
Makefile:2219: warning: ignoring old commands for target `borendergui.moc'
Makefile:2456: warning: overriding commands for target `bosonsearchpathswidgetbase.moc'
Makefile:2299: warning: ignoring old commands for target `bosonsearchpathswidgetbase.moc'
Makefile:2467: warning: overriding commands for target `bouniteditorbase.moc'
Makefile:2211: warning: ignoring old commands for target `bouniteditorbase.moc'
Making all in data
make[3]: Entering directory `/usr/src/boson-cvs/code/boson/data'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/boson-cvs/code/boson/data'
Making all in imageio
make[3]: Entering directory `/usr/src/boson-cvs/code/boson/imageio'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/usr/src/boson-cvs/code/boson/imageio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/boson-cvs/code/boson'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/boson-cvs/code'
make: *** [all] Error 2
Comment 1 Tomas Srnka 2006-02-12 15:55:57 UTC
I think its bug with KDE 3.5(.1), because I compiled boson-cvs with KDE 3.4(.3) successful.
Comment 2 Andreas Beckermann 2006-02-12 16:01:55 UTC
I doubt it's a bug with KDE 3.5.x, since I am using KDE 3.5.1 myself.

It looks like the sources you downloaded are incomplete. Does the file code/boson/imageio/Makefile.am exist?

It seems you are using gentoo packages? Please try to download from cvs directly and do
make -f Makefile.cvs
./configure
make
make install

manually (become root for make install)

CU
Andi
Comment 3 Tomas Srnka 2006-02-12 20:11:35 UTC
Sorry, I downloaded sources one more time and it works now.