<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">Den 22.09.2024 23:40, skrev Andrew
      Randrianasulu:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+rFky6EuHzVswpPQEpR9BcsMgycBQ81aX-sa8AYL+wdVATP6A@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="auto">
        <div><br>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">пн, 23 сент. 2024 г.,
              00:12 Terje J. Hanssen <<a
                href="mailto:terjejhanssen@gmail.com"
                moz-do-not-send="true" class="moz-txt-link-freetext">terjejhanssen@gmail.com</a>>:<br>
            </div>
            <blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div> <br>
                <br>
                <div>Den 22.09.2024 15:56, skrev Andrew Randrianasulu:<br>
                </div>
                <blockquote type="cite">
                  <div dir="auto">
                    <div><br>
                      <br>
                      <div class="gmail_quote">
                        <div dir="ltr" class="gmail_attr">вс, 22 сент.
                          2024 г., 13:56 Terje J. Hanssen via Cin <<a
                            href="mailto:cin@lists.cinelerra-gg.org"
                            rel="noreferrer noreferrer" target="_blank"
                            moz-do-not-send="true"
                            class="moz-txt-link-freetext">cin@lists.cinelerra-gg.org</a>>:<br>
                        </div>
                        <blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                          <div> After getting the generic built
                            environment for Cingg on openSUSE-Slowroll
                            in place, it's time to continue with the
                            steps to get Cingg built from git using the
                            system FFmpeg and libs.<br>
                            <br>
                            First a reference to and from the previous
                            thread<br>
                            <a
href="https://lists.cinelerra-gg.org/pipermail/cin/2024-September/008652.html"
                              rel="noreferrer noreferrer noreferrer"
                              target="_blank" moz-do-not-send="true"
                              class="moz-txt-link-freetext">https://lists.cinelerra-gg.org/pipermail/cin/2024-September/008652.html</a><br>
                            <br>
                            ...snip<font
                              face="Courier New, Courier, monospace"><br>
                              <br>
                              -------------------<br>
                              <br>
                              Suggestions to modified/additional
                              procedure steps to build Cingg from git
                              using the system FFmpeg and libs<br>
                              continued from the previous thread?<br>
                              <a
href="https://lists.cinelerra-gg.org/pipermail/cin/2024-September/008655.html"
                                rel="noreferrer noreferrer noreferrer"
                                target="_blank" moz-do-not-send="true"
                                class="moz-txt-link-freetext">https://lists.cinelerra-gg.org/pipermail/cin/2024-September/008655.html</a><br>
                              <br>
                            </font></div>
                        </blockquote>
                      </div>
                    </div>
                    <div dir="auto"><br>
                    </div>
                    <div dir="auto">try</div>
                    <div dir="auto"><br>
                    </div>
                    <div dir="auto">./configure --with-single-user
                      --disable-static-build
                      --without-thirdparty --without-libdpx<br>
                    </div>
                    <div dir="auto"><br>
                    </div>
                    <div dir="auto">you might move just-build
                      cingg+plugins in "bin" directory somewhere away in
                      case you will want to make more tests with it,
                      then run "make clean" configure line as above,
                      make, make install</div>
                  </div>
                </blockquote>
                <br>
                <br>
                I'm late due to some other matter today.<br>
                <br>
                # cd /home/cinelerra/cinelerra-5.1/bin<br>
                Moved cin and plugins to a backup directory<br>
                <br>
                I take a checkpoint here, in case I did something wrong:<br>
                4) ./configure wasn't found, so I ran 3) ./autogen.sh
                first as we did in the previous thread ?<br>
              </div>
            </blockquote>
          </div>
        </div>
        <div dir="auto"><br>
        </div>
        <div dir="auto"><br>
        </div>
        <div dir="auto">yes.</div>
        <div dir="auto"><br>
        </div>
        <div dir="auto">
          <div class="gmail_quote">
            <blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div> <br>
                Output as follows below:<br>
                <br>
                # cd /home/cinelerra/cinelerra-5.1<br>
                <br>
                # make clean<br>
                for dir in thirdparty libzmpeg3 mpeg2enc mplexlo db
                guicast cinelerra plugins doc po; do make -C $dir clean;
                done<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/thirdparty'<br>
                for f in a52dec djbfft ffmpeg fftw flac giflib ladspa
                lame libavc1394 libraw1394 libiec61883 libdv libjpeg
                opus openjpeg libogg libsndfile libtheora libuuid
                libvorbis mjpegtools openexr openExr ilmBase tiff
                twolame x264 x265 libvpx lv2 sratom serd sord lilv suil
                libaom dav1d libwebp ffnvcodec libdpx; do rm -rf $f*;
                done<br>
                rm -rf
                /home/cinelerra/cinelerra-5.1/thirdparty/../thirdparty/build<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/thirdparty'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/libzmpeg3'<br>
                rm -rf x86_64 tags<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/libzmpeg3'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/mpeg2enc'<br>
                rm -rf x86_64<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/mpeg2enc'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/mplexlo'<br>
                rm -rf x86_64<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/mplexlo'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/db'<br>
                make[1]: Nothing to be done for 'clean'.<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/db'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/guicast'<br>
                rm -rf x86_64<br>
                make -C xfer clean<br>
                make[2]: Entering directory
                '/home/cinelerra/cinelerra-5.1/guicast/xfer'<br>
                rm -rf x86_64 xfer*.[Ch]<br>
                make[2]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/guicast/xfer'<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/guicast'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/cinelerra'<br>
                rm -rf x86_64<br>
                rm -f shuttle_keys.h<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/cinelerra'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/plugins'<br>
                rm -rf 1080to480/x86_64 1080to540/x86_64 720to480/x86_64
                aging/x86_64 alpha/x86_64 scaleratio/x86_64
                audioscope/x86_64 bandslide/x86_64 bandwipe/x86_64
                bluebanana/x86_64 blur/x86_64 boxblur/x86_64
                brightness/x86_64 burn/x86_64 C41/x86_64 chorus/x86_64
                chromakey/x86_64 chromakeyhsv/x86_64
                chromakeyavid/x86_64 color3way/x86_64
                colorbalance/x86_64 colorspace/x86_64 compressor/x86_64
                compressormulti/x86_64 crikey/x86_64 crop/x86_64
                crossfade/x86_64 dcoffset/x86_64 decimate/x86_64
                deinterlace/x86_64 deinterlace-cv/x86_64
                delayaudio/x86_64 delayvideo/x86_64 denoise/x86_64
                denoisefft/x86_64 denoiseseltempavg/x86_64
                denoisevideo/x86_64 descratch/x86_64 despike/x86_64
                diffkey/x86_64 dissolve/x86_64 dot/x86_64
                downsample/x86_64 edge/x86_64 echo/x86_64
                echocancel/x86_64 fieldframe/x86_64 flanger/x86_64
                flash/x86_64 flip/x86_64 foreground/x86_64
                framefield/x86_64 freeverb/x86_64 freezeframe/x86_64
                gain/x86_64 gamma/x86_64 gradient/x86_64 graphic/x86_64
                histeq/x86_64 histogram/x86_64 histogram_bezier/x86_64
                holo/x86_64 huesaturation/x86_64 interpolate/x86_64
                interpolateaudio/x86_64 interpolatevideo/x86_64
                invertaudio/x86_64 invertvideo/x86_64 irissquare/x86_64
                ivtc/x86_64 lens/x86_64 level/x86_64 libeffecttv/x86_64
                linearblur/x86_64 liveaudio/x86_64 livevideo/x86_64
                loopaudio/x86_64 loopvideo/x86_64 mirror/x86_64
                motion/x86_64 motion51/x86_64 motion2point/x86_64
                motionblur/x86_64 normalize/x86_64 oilpainting/x86_64
                overlay/x86_64 overlayaudio/x86_64 parametric/x86_64
                perspective/x86_64 photoscale/x86_64 posterize/x86_64
                pitch/x86_64 polar/x86_64 radialblur/x86_64
                reframe/x86_64 reframert/x86_64 removegaps/x86_64
                reroute/x86_64 resample/x86_64 resamplert/x86_64
                reverb/x86_64 reverseaudio/x86_64 reversevideo/x86_64
                rgb601/x86_64 rgbshift/x86_64 rotate/x86_64
                rumbler/x86_64 scale/x86_64 sketcher/x86_64
                shapewipe/x86_64 sharpen/x86_64 shiftinterlace/x86_64
                slide/x86_64 spectrogram/x86_64 speed_pc/x86_64
                spherecam/x86_64 svg/x86_64 swapchannels/x86_64
                swapframes/x86_64 swatch/x86_64 synthesizer/x86_64
                threshold/x86_64 timeavg/x86_64 timeblur/x86_64
                timefront/x86_64 timelapsehelper/x86_64
                timestretch/x86_64 timestretchrt/x86_64 titler/x86_64
                tracer/x86_64 translate/x86_64 tremolo/x86_64
                unsharp/x86_64 videoscope/x86_64 wave/x86_64
                whirl/x86_64 wipe/x86_64 yuv/x86_64 yuv411/x86_64
                yuvshift/x86_64 zoom/x86_64 zoomblur/x86_64
                theme_blond_cv/x86_64 theme_blue_dot/x86_64
                theme_bright/x86_64 theme_hulk/x86_64
                theme_neophyte/x86_64 theme_pinklady/x86_64
                theme_suv/x86_64 theme_unflat/x86_64
                theme_cakewalk/x86_64 cdripper/x86_64 theme_blond/x86_64
                theme_blue/x86_64<br>
                rm -rf
                /home/cinelerra/cinelerra-5.1/plugins/../bin/plugins
                /home/cinelerra/cinelerra-5.1/plugins/../bin/ladspa<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/plugins'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/doc'<br>
                rm -f cinelerra.html arrow.png autokeyframe.png
                camera.png channel.png crop.png cut.png
                expandpatch_checked.png eyedrop.png fitautos.png
                ibeam.png left_justify.png loadmode_cat.png
                loadmode_nested.png loadmode_newcat.png loadmode_new.png
                loadmode_newtracks.png loadmode_none.png
                loadmode_paste.png loadmode_resource.png magnify.png
                mask.png mutepatch_up.png paste.png projector.png
                protect.png recordpatch.png record.png rewind.png
                show_meters.png singleframe.png titlesafe.png
                toolwindow.png top_justify.png wrench.png <br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/doc'<br>
                make[1]: Entering directory
                '/home/cinelerra/cinelerra-5.1/po'<br>
                rm -f  de.mo  es.mo  eu.mo  fr.mo  it.mo  nb.mo  pt.mo 
                sl.mo  hi.mo  hu.mo  ko.mo  vi.mo  zh.mo  el.mo  ja.mo 
                uk.mo  ru.mo<br>
                make[1]: Leaving directory
                '/home/cinelerra/cinelerra-5.1/po'<br>
                rm -rf thirdparty/opencv*<br>
                rm -rf bin cinelerra/tags<br>
                ./autogen.sh clean<br>
                + '[' -z '' ']'<br>
                + case "$-" in<br>
                + __lmod_vx=x<br>
                + '[' -n x ']'<br>
                + set +x<br>
                Shell debugging temporarily silenced: export
                LMOD_SH_DBG_ON=1 for this output
                (/usr/share/lmod/lmod/init/bash)<br>
                Shell debugging restarted<br>
                + unset __lmod_vx<br>
                + rm -f global_config configure Makefile Makefile.in<br>
                + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh<br>
                + rm -f config.log config.guess config.h <a
                  href="http://config.h.in" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">config.h.in</a>
                config.sub config.status missing<br>
                + rm -rf autom4te.cache m4<br>
                + '[' clean = clean ']'<br>
                + exit 0<br>
                <br>
                /home/cinelerra/cinelerra-5.1 #<br>
                <br>
                4)<br>
                # ./configure --with-single-user --disable-static-build
                --without-thirdparty --without-libdpx<br>
                -bash: ./configure: No such file or directory<br>
                <br>
                3)<br>
                # ./autogen.sh<br>
                + '[' -z '' ']'<br>
                + case "$-" in<br>
                + __lmod_vx=x<br>
                + '[' -n x ']'<br>
                + set +x<br>
                Shell debugging temporarily silenced: export
                LMOD_SH_DBG_ON=1 for this output
                (/usr/share/lmod/lmod/init/bash)<br>
                Shell debugging restarted<br>
                + unset __lmod_vx<br>
                + rm -f global_config configure Makefile Makefile.in<br>
                + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh<br>
                + rm -f config.log config.guess config.h <a
                  href="http://config.h.in" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">config.h.in</a>
                config.sub config.status missing<br>
                + rm -rf autom4te.cache m4<br>
                + '[' '' = clean ']'<br>
                + mkdir m4<br>
                + autoreconf --install<br>
                libtoolize: putting auxiliary files in
                AC_CONFIG_AUX_DIR, 'm4'.<br>
                libtoolize: copying file 'm4/ltmain.sh'<br>
                libtoolize: putting macros in AC_CONFIG_MACRO_DIRS,
                'm4'.<br>
                libtoolize: copying file 'm4/libtool.m4'<br>
                libtoolize: copying file 'm4/ltoptions.m4'<br>
                libtoolize: copying file 'm4/ltsugar.m4'<br>
                libtoolize: copying file 'm4/ltversion.m4'<br>
                libtoolize: copying file 'm4/lt~obsolete.m4'<br>
                <a href="http://configure.ac:10" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">configure.ac:10</a>:
                installing 'm4/compile'<br>
                <a href="http://configure.ac:10" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">configure.ac:10</a>:
                installing 'm4/config.guess'<br>
                <a href="http://configure.ac:10" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">configure.ac:10</a>:
                installing 'm4/config.sub'<br>
                <a href="http://configure.ac:9" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">configure.ac:9</a>:
                installing 'm4/install-sh'<br>
                <a href="http://configure.ac:9" target="_blank"
                  rel="noreferrer" moz-do-not-send="true">configure.ac:9</a>:
                installing 'm4/missing'<br>
                ++ uname -o<br>
                + '[' GNU/Linux = Android ']'<br>
                + '[' -e /system/bin/app_process ']'<br>
                <br>
                localhost:/home/cinelerra/cinelerra-5.1 # <br>
                <br>
                <br>
                4)<br>
                # ./configure --with-single-user --disable-static-build
                --without-thirdparty --without-libdpx<br>
                configure: loading site script
                /usr/share/site/x86_64-pc-linux-gnu<br>
                checking for a BSD-compatible install...
                /usr/bin/install -c<br>
                checking whether sleep supports fractional seconds...
                yes<br>
                checking filesystem timestamp resolution... 0.01<br>
                ....snip<br>
                <br>
                checking that generated files are newer than
                configure... done<br>
                configure: creating ./config.status<br>
                config.status: creating Makefile<br>
                config.status: executing depfiles commands<br>
                config.status: executing libtool commands<br>
                <br>
                localhost:/home/cinelerra/cinelerra-5.1 #</div>
            </blockquote>
          </div>
        </div>
        <div dir="auto"><br>
        </div>
        <div dir="auto"><br>
        </div>
        <div dir="auto"><br>
        </div>
        <div dir="auto">looks good, now try make ? (may be with output
          redirection so it will be easier to see if any error occured)</div>
      </div>
    </blockquote>
    <br>
    # make > make.log 2>&1<br>
    <br>
    Compilation terminated with Error (many 46 | #include "a52.h"), so I
    put the output log below:<br>
    <br>
    mkdir -p bin bin/applications bin/pixmaps bin/lv2<br>
    make -j32 all-recursive<br>
    make[1]: Entering directory '/home/cinelerra/cinelerra-5.1'<br>
    Making all in thirdparty<br>
    make[2]: Entering directory
    '/home/cinelerra/cinelerra-5.1/thirdparty'<br>
    make[2]: warning: -j32 forced in submake: resetting jobserver mode.<br>
    make[2]: Nothing to be done for 'all'.<br>
    make[2]: Leaving directory
    '/home/cinelerra/cinelerra-5.1/thirdparty'<br>
    Making all in libbthread-master<br>
    make[2]: Entering directory
    '/home/cinelerra/cinelerra-5.1/libbthread-master'<br>
    make[2]: warning: -j32 forced in submake: resetting jobserver mode.<br>
    g++ -c -o jpt.o just-pt.cc -I.<br>
    ar crs jpt.a jpt.o<br>
    make[2]: Leaving directory
    '/home/cinelerra/cinelerra-5.1/libbthread-master'<br>
    Making all in libzmpeg3<br>
    make[2]: Entering directory
    '/home/cinelerra/cinelerra-5.1/libzmpeg3'<br>
    make[2]: warning: -j32 forced in submake: resetting jobserver mode.<br>
    cc -c `cat x86_64/c_flags`  audio/ac3.C -o x86_64/audio/ac3.o<br>
    cc -c `cat x86_64/c_flags`  audio/dct.C -o x86_64/audio/dct.o<br>
    cc -c `cat x86_64/c_flags`  audio/huffman.C -o
    x86_64/audio/huffman.o<br>
    cc -c `cat x86_64/c_flags`  audio/layer2.C -o x86_64/audio/layer2.o<br>
    cc -c `cat x86_64/c_flags`  audio/layer3.C -o x86_64/audio/layer3.o<br>
    cc -c `cat x86_64/c_flags`  audio/audio.C -o x86_64/audio/audio.o<br>
    cc -c `cat x86_64/c_flags`  audio/pcm.C -o x86_64/audio/pcm.o<br>
    cc -c `cat x86_64/c_flags`  audio/synthesizers.C -o
    x86_64/audio/synthesizers.o<br>
    cc -c `cat x86_64/c_flags`  audio/tables.C -o x86_64/audio/tables.o<br>
    cc -c `cat x86_64/c_flags`  libzmpeg3.C -o x86_64/libzmpeg3.o<br>
    cc -c `cat x86_64/c_flags`  atrack.C -o x86_64/atrack.o<br>
    cc -c `cat x86_64/c_flags`  bits.C -o x86_64/bits.o<br>
    cc -c `cat x86_64/c_flags`  css.C -o x86_64/css.o<br>
    cc -c `cat x86_64/c_flags`  demux.C -o x86_64/demux.o<br>
    cc -c `cat x86_64/c_flags`  strack.C -o x86_64/strack.o<br>
    cc -c `cat x86_64/c_flags`  title.C -o x86_64/title.o<br>
    cc -c `cat x86_64/c_flags`  vtrack.C -o x86_64/vtrack.o<br>
    cc -c `cat x86_64/c_flags`  zio.C -o x86_64/zio.o<br>
    cc -c `cat x86_64/c_flags`  dvb.C -o x86_64/dvb.o<br>
    cc -c `cat x86_64/c_flags`  huf.C -o x86_64/huf.o<br>
    cc -c `cat x86_64/c_flags`  xfont.C -o x86_64/xfont.o<br>
    cc -c `cat x86_64/c_flags`  video/getpicture.C -o
    x86_64/video/getpicture.o<br>
    cc -c `cat x86_64/c_flags`  video/headers.C -o
    x86_64/video/headers.o<br>
    cc -c `cat x86_64/c_flags`  video/idct.C -o x86_64/video/idct.o<br>
    cc -c `cat x86_64/c_flags`  video/macroblocks.C -o
    x86_64/video/macroblocks.o<br>
    cc -c `cat x86_64/c_flags`  video/mmxtest.C -o
    x86_64/video/mmxtest.o<br>
    cc -c `cat x86_64/c_flags`  video/motion.C -o x86_64/video/motion.o<br>
    cc -c `cat x86_64/c_flags`  video/cache.C -o x86_64/video/cache.o<br>
    cc -c `cat x86_64/c_flags`  video/video.C -o x86_64/video/video.o<br>
    cc -c `cat x86_64/c_flags`  video/output.C -o x86_64/video/output.o<br>
    cc -c `cat x86_64/c_flags`  video/reconstruct.C -o
    x86_64/video/reconstruct.o<br>
    cc -c `cat x86_64/c_flags`  video/seek.C -o x86_64/video/seek.o<br>
    In file included from audio/layer2.C:7:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    In file included from audio/synthesizers.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    compilation terminated.<br>
    In file included from zio.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/layer2.o] Error 1<br>
    make[2]: *** Waiting for unfinished jobs....<br>
    In file included from strack.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from dvb.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/synthesizers.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/strack.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/zio.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/dvb.o] Error 1<br>
    In file included from bits.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from audio/dct.C:29:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from audio/audio.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from title.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from demux.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/dct.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/audio/audio.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/bits.o] Error 1<br>
    In file included from audio/layer3.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/layer3.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/demux.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/title.o] Error 1<br>
    In file included from vtrack.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/vtrack.o] Error 1<br>
    In file included from audio/ac3.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/ac3.o] Error 1<br>
    In file included from css.C:2:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/css.o] Error 1<br>
    In file included from audio/pcm.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from video/getpicture.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/pcm.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/video/getpicture.o] Error 1<br>
    In file included from video/idct.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from libzmpeg3.C:7:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/idct.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/libzmpeg3.o] Error 1<br>
    In file included from audio/tables.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/tables.o] Error 1<br>
    In file included from huf.C:3:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/huf.o] Error 1<br>
    In file included from audio/huffman.C:1:<br>
    audio/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/audio/huffman.o] Error 1<br>
    In file included from video/mmxtest.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from xfont.C:7:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/mmxtest.o] Error 1<br>
    In file included from atrack.C:1:<br>
    libzmpeg3.h:46:10: fatal error: a52.h: No such file or directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/xfont.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/atrack.o] Error 1<br>
    In file included from video/macroblocks.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/macroblocks.o] Error 1<br>
    In file included from video/video.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/video.o] Error 1<br>
    In file included from video/headers.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from video/output.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    In file included from video/reconstruct.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/headers.o] Error 1<br>
    In file included from video/motion.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/output.o] Error 1<br>
    In file included from video/seek.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/reconstruct.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/video/motion.o] Error 1<br>
    make[2]: *** [Makefile:129: x86_64/video/seek.o] Error 1<br>
    In file included from video/cache.C:1:<br>
    video/../libzmpeg3.h:46:10: fatal error: a52.h: No such file or
    directory<br>
       46 | #include "a52.h"<br>
          |          ^~~~~~~<br>
    compilation terminated.<br>
    make[2]: *** [Makefile:129: x86_64/video/cache.o] Error 1<br>
    make[2]: Leaving directory '/home/cinelerra/cinelerra-5.1/libzmpeg3'<br>
    make[1]: *** [Makefile:592: all-recursive] Error 1<br>
    make[1]: Leaving directory '/home/cinelerra/cinelerra-5.1'<br>
    make: *** [Makefile:539: all] Error 2<br>
  </body>
</html>