Mediamvp mvpserver

  • Hat von euch schon einer den neuen mvpserver aus dem cvs compiliert bekommen? Ich bekomm immer eine Fehlermeldung.

    Code
    cc -g -Wall  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/usr/include/python2.3 -DHAVE_LIBID3TAG `sdl-config --cflags` -DBUILD_EMU -DCONFDIR="\"/usr/local/etc\"" -DSKINDIR="\"/usr/local/share/mediamvp\"" -DVERSION="\"0.2.0\""  -o mvpserver main.o sdl.o program.o queue.o python.o text.o ssurface.o font.o libini.o url_vdrrec.o -L../libmvp -lmvp  `Magick-config --ldflags --libs` -lpython2.3  -lid3tag `sdl-config --libs`  -levent -lpthread -lz -lm
    /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lpython2.3
    collect2: ld returned 1 exit status
    make[1]: *** [mvpserver] Error 1

    Einer ne Idee?

    Edited once, last by slime2k (October 20, 2004 at 2:56 PM).

  • Quote

    Original von slime2k
    Hat von euch schon einer den neuen mvpserver aus dem cvs compiliert bekommen? Ich bekomm immer eine Fehlermeldung.

    Code
    cc -g -Wall  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE   -I/usr/include/python2.3 -DHAVE_LIBID3TAG `sdl-config --cflags` -DBUILD_EMU -DCONFDIR="\"/usr/local/etc\"" -DSKINDIR="\"/usr/local/share/mediamvp\"" -DVERSION="\"0.2.0\""  -o mvpserver main.o sdl.o program.o queue.o python.o text.o ssurface.o font.o libini.o url_vdrrec.o -L../libmvp -lmvp  `Magick-config --ldflags --libs` -lpython2.3  -lid3tag `sdl-config --libs`  -levent -lpthread -lz -lm
    /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lpython2.3
    collect2: ld returned 1 exit status
    make[1]: *** [mvpserver] Error 1

    Einer ne Idee?

    Du brauchst die python-lib in der 2.3er Version (siehe lpython2.3 not found) - testweise kannst du im Makefile statt -lpython2.3 mal -lpython versuchen. Die 2.3er Header scheint er ja zu finden....

    Das Linken gegen Versionierte Libs hab ich so noch nicht gesehen ...

    arghgra

    Sanyo 51cm CRT, Sony SLV Stereo-VHS

  • Quote

    Original von d0m
    try:

    -L/usr/lib/python2.3/config/ -lpython2.3 -lutil

    python 2.2 can also be used.

    automake/configure is on its way...

    hth

    Hi Dominic,

    Is this "standard", that libpython is installed with a version info in its filename?
    Is there no link available?

    arghgra

    Sanyo 51cm CRT, Sony SLV Stereo-VHS

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!