[livesupport-dev] make compile problem
  • Any ideas whats wrong?

    make -C ./modules/gstreamerElements all
    make[1]: Entering directory
    `/home/repos/livesupport/modules/gstreamerElements'
    mkdir -p ./doc/doxygen
    cc -I/home/repos/livesupport/usr/include -g -O2 -DHAVE_CONFIG_H
    -pthread -pedantic -Wall -std=c99 -Wno-long-long -fPIC -DPIC
    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
    -I/home/repos/livesupport/usr/include/gstreamer-0.8
    -I/home/repos/livesupport/usr/include/glib-2.0
    -I/home/repos/livesupport/usr/lib/glib-2.0/include
    -I/usr/include/libxml2 -I./../../usr/include -I./include -I./tmp -c -o
    tmp/seek.o src/seek.c
    cc -I/home/repos/livesupport/usr/include -g -O2 -DHAVE_CONFIG_H
    -pthread -pedantic -Wall -std=c99 -Wno-long-long -fPIC -DPIC
    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
    -I/home/repos/livesupport/usr/include/gstreamer-0.8
    -I/home/repos/livesupport/usr/include/glib-2.0
    -I/home/repos/livesupport/usr/lib/glib-2.0/include
    -I/usr/include/libxml2 -I./../../usr/include -I./include -I./tmp -c -o
    tmp/util.o src/util.c
    cc -I/home/repos/livesupport/usr/include -g -O2 -DHAVE_CONFIG_H
    -pthread -pedantic -Wall -std=c99 -Wno-long-long -fPIC -DPIC
    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
    -I/home/repos/livesupport/usr/include/gstreamer-0.8
    -I/home/repos/livesupport/usr/include/glib-2.0
    -I/home/repos/livesupport/usr/lib/glib-2.0/include
    -I/usr/include/libxml2 -I./../../usr/include -I./include -I./tmp -c -o
    tmp/seek-pack.o src/seek-pack.c
    src/seek-pack.c:45:52: LiveSupport/GstreamerElements/autoplug.h: No such
    file or directory
    src/seek-pack.c: In function `livesupport_seek_pack_init':
    src/seek-pack.c:192: warning: implicit declaration of function
    `ls_gst_autoplug_plug_source'
    src/seek-pack.c:193: warning: assignment makes pointer from integer
    without a cast
    make[1]: *** [tmp/seek-pack.o] Error 1
    make[1]: Leaving directory
    `/home/repos/livesupport/modules/gstreamerElements'
    make: *** [tmp/compile.stamp] Error 2

    --

    Andres Toomsalu, andres@active.ee
    juhataja - general manager, O
  • 2 Comments sorted by
  • Andres Toomsalu wrote:
    > cc -I/home/repos/livesupport/usr/include -g -O2 -DHAVE_CONFIG_H
    > -pthread -pedantic -Wall -std=c99 -Wno-long-long -fPIC -DPIC
    > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread
    > -I/home/repos/livesupport/usr/include/gstreamer-0.8
    > -I/home/repos/livesupport/usr/include/glib-2.0
    > -I/home/repos/livesupport/usr/lib/glib-2.0/include
    > -I/usr/include/libxml2 -I./../../usr/include -I./include -I./tmp -c -o
    > tmp/seek-pack.o src/seek-pack.c
    > src/seek-pack.c:45:52: LiveSupport/GstreamerElements/autoplug.h: No such
    > file or directory

    hm, that's strange enough, as there's a
    modules/gstreamerElements/include/LiveSupport/GstreamerElements/autoplug.h
    file in the CVS.

    maybe you checked out earlier, and did a cvs update, without the -d
    option? please try:

    cvs udpate -dP

    instead...


    also, in the future, could you please post issues into the LiveSupport
    bugtracker, http://bugs.campware.org/ , instead of posting them on the
    mailing list? issues tend to get lost here...


    Akos

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • Thanks for a tip...it worked.