Menu

Can't compile under Mandrake 9

Help
2002-10-13
2013-03-03
  • Luc VERNEREY

    Luc VERNEREY - 2002-10-13

    I get an error during the Make process, and I'm pretty unable to determine the cause of this crash.

    I put here the whole Make log.

    Could you help me please ?

    Thanks in advance.

    cd support/openal/; make
    make[1]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/openal'
    mkdir -p ./lib
    cd linux; sh autogen.sh; ./configure --enable-sdl; make
    configure.in:133: warning: AC_TRY_RUN called without default to allow cross compiling
    configure.in:133: warning: AC_TRY_RUN called without default to allow cross compiling
    loading cache ./config.cache
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking build system type... i686-pc-linux-gnu
    checking for gcc... (cached) gcc
    checking whether the C compiler (gcc -g -O2 ) works... yes
    checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
    checking whether we are using GNU C... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking how to run the C preprocessor... (cached) gcc -E
    checking whether byte ordering is bigendian... (cached) no
    checking for sin in -lm... (cached) yes
    checking for dlopen in -ldl... (cached) yes
    checking for pthread.h... (cached) yes
    checking for sdl-config... (cached) /usr/local/bin/sdl-config
    checking for makeinfo... (cached) yes
    checking for a BSD compatible install... (cached) /usr/bin/install -c
    checking whether ln -s works... (cached) yes
    checking for gmake... (cached) gmake
    creating ./config.status
    creating Makefile
    creating src/Makefile
    creating doc/Makefile
    creating jlib/Makefile
    creating audioconvert/Makefile
    creating test/Makefile
    creating config.h
    config.h is unchanged
    make[2]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux'
    cd jlib && gmake all
    gmake[3]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/jlib'
    ar cru libjlib.a globals.o  hash.o
    gmake[3]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/jlib'
    cd src  && gmake all
    gmake[3]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/src'
    gcc -shared \ -Wl,"-soname,libopenal-0.0.so" \     -o libopenal.so.0.0.4 \          \     al_buffer.o al_listen.o al_ext.o al_source.o al_spool.o al_main.o al_complex.o al_fft.o al_filter.o al_mixer.o al_mixfunc.o
    al_mixmanager.o al_state.o al_able.o al_error.o al_ext_iasig.o al_config.o al_debug.o al_rctree.o al_rcvar.o al_queue.o al_doppler.o al_distance.o al_propagation.o mixaudio16.o arch/interface/interface_sound.o arch/linux/lin_dsp.o arch/waveout/waveout.o arch/null/null.o arch/sdl/sdl.o arch/portable/floatmul.o threads/posixthreads.o mutex/posixmutex.o     \     alc/alc_context.o alc/alc_speaker.o alc/alc_error.o    \     ../audioconvert/ac_misc.o ../audioconvert/ac_freq.o ../audioconvert/ac_bits.o ../audioconvert/ac_channels.o ../audioconvert/ac_helper.o ../audioconvert/ac_adpcm.o ../audioconvert/ac_endian.o     \     alut/alut_main.o alut/alut_wav.o alut/alut_rawadpcm.o alut/alut_imaadpcm.o alut/alut_msadpcm.o   \     extensions/al_ext_loki.o extensions/al_ext_mp3.o extensions/al_ext_vorbis.o extensions/al_ext_capture.o    \     -L.  -lm -ldl -lpthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread
    gmake[3]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/src'
    cd doc  && gmake all
    gmake[3]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/doc'
    gmake[3]: Rien  faire pour `all'.
    gmake[3]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux/doc'
    make[2]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/openal/linux'
    cp ./linux/src/libopenal.a ./lib
    make[1]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/openal'
    cd support/glpng/src; make
    make[1]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/support/glpng/src'
    rm -f libglpng.a
    ar cqs libglpng.a glpng.o png/png.o png/pngerror.o png/pngget.o png/pngmem.o png/pngpread.o png/pngread.o png/pngrio.o png/pngrtran.o png/pngrutil.o png/pngset.o png/pngtrans.o zlib/adler32.o zlib/crc32.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/zutil.o
    mv -f libglpng.a ../lib
    make[1]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/support/glpng/src'
    cd src; make
    make[1]: Entre dans le rpertoire `/home/fixxer/Chromium-0.9/src'
    g++ -c -pipe  -I../support/openal/linux/include -I../support/openal/include `/usr/local/bin/sdl-config --cflags` -DUSE_SDL  -O2 -DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT -I../support/include -I../support/glpng/include -I/usr/X11R6/include -o NCString.o NCString.cpp
    In file included from /usr/include/c++/3.2/backward/stream.h:31,
                     from NCString.h:4,
                     from NCString.cpp:1:
    /usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
    NCString.cpp: In member function `NCString& NCString::sprintf(const char*, ...)':
    NCString.cpp:281: `va_list' undeclared (first use this function)
    NCString.cpp:281: (Each undeclared identifier is reported only once for each function it appears in.)
    NCString.cpp:281: parse error before `;' token
    NCString.cpp:286: `args' undeclared (first use this function)
    NCString.cpp:286: `va_start' undeclared (first use this function)
    NCString.cpp:288: `va_end' undeclared (first use this function)
    make[1]: *** [NCString.o] Erreur 1
    make[1]: Quitte le rpertoire `/home/fixxer/Chromium-0.9/src'
    make: *** [src] Erreur 2

     
  • Paul Wise

    Paul Wise - 2011-01-09

    NCString.cpp has long since been removed, please try the latest version.

     

Log in to post a comment.