[Kde-games-devel] Re: KSudoku does not build (dependency?)
Frederik Schwarzer
schwarzer at kde.org
Thu Jun 30 21:51:27 CEST 2011
[Shlomi Fish - Donnerstag, 30. Juni 2011 18:16:15]
> Hi Mr. Schwarzer,
>
> On Wed, 29 Jun 2011 16:15:41 +0200
> Frederik Schwarzer <schwarzer at kde.org> wrote:
>
> > Hi,
> >
> > here, KSudoku does not build. the error message is:
> >
> > make[2]: *** No rule to make target `/usr/lib/libGLU.so', needed by
> > `ksudoku/src/ksudoku'. Stop.
> >
> > CMake says, my OpenGL deps are met, so I think, there is a dependency missing.
> > Any idea?
> >
>
> I can build KSudoku fine (Mageia Linux Cauldron). The 9*9 board also plays
> fine (but not the 5*5 one). I'm using this script:
>
> <SCRIPT>
> #!/bin/bash
> test ! -e build && mkdir build
> cd build
> rm -f CMakeCache.txt
> cmake -DCMAKE_INSTALL_PREFIX="/opt/kde4-trunk" \
> -DCMAKE_BUILD_TYPE=debugfull \
> -DBUILD_bomber= \
[...]
> -DBUILD_kubrick= \
> -DBUILD_granatier= \
> ..
> </SCRIPT>
>
> Anyway, how are you building KSudoku? With what options, on which platform, and
> with which version of the dependencies? What does «ls -l /usr/lib/libGLU.so»
> say?
cmake -DCMAKE_INSTALL_PREFIX=/home/fs/usr -DCMAKE_BUILD_TYPE=relWithDebugInfo -Wno-dev ../
on i386.
Package: libglu1-mesa-dev
Version: 7.10.3-3
The missing file is in /usr/lib/i386-linux-gnu/libGLU.so here.
Regards
More information about the kde-games-devel
mailing list