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?

  • Zitat

    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


  • Hi Dominic,


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


    arghgra

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!