[Kde-games-devel] Re: KSudoku does not build (dependency?)

Shlomi Fish shlomif at shlomifish.org
Thu Jun 30 18:16:15 CEST 2011


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_bovo= \
    -DBUILD_lskat= \
    -DBUILD_kapman= \
    -DBUILD_katomic= \
    -DBUILD_kbattleship= \
    -DBUILD_kblackbox= \
    -DBUILD_kblocks= \
    -DBUILD_kbounce= \
    -DBUILD_kbreakout= \
    -DBUILD_kdiamond= \
    -DBUILD_kfourinline= \
    -DBUILD_kgoldrunner= \
    -DBUILD_killbots= \
    -DBUILD_kiriki= \
    -DBUILD_kjumpingcube= \
    -DBUILD_klines= \
    -DBUILD_kmahjongg= \
    -DBUILD_kmines= \
    -DBUILD_knetwalk= \
    -DBUILD_kolf= \
    -DBUILD_kollision= \
    -DBUILD_konquest= \
    -DBUILD_kpat=1 \
    -DBUILD_kreversi= \
    -DBUILD_ksame= \
    -DBUILD_kshisen= \
    -DBUILD_ksirk= \
    -DBUILD_kspaceduel= \
    -DBUILD_ksquares= \
    -DBUILD_ksudoku=1 \
    -DBUILD_palapeli= \
    -DBUILD_ktuberling= \
    -DBUILD_ktron= \
    -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?

Regards,

	Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Stop Using MSIE - http://www.shlomifish.org/no-ie/

And truth be told, I miss you.
And truth be told, I’m lying.
    — The All American Rejects, “Gives You Hell”

Please reply to list if it's a mailing list post - http://shlom.in/reply .


More information about the kde-games-devel mailing list