[Cin] Compile Cin from source, but make errors out
Miroslav Rovis
miro.rovis at croatiafidelis.hr
Wed Sep 14 14:51:48 CEST 2022
On 220914-15:08+0300, Andrew Randrianasulu wrote:
> ср, 14 сент. 2022 г., 14:58 Miroslav Rovis via Cin <
> cin at lists.cinelerra-gg.org>:
>
> > Hi!
> >
> > I'm compiling Cinelerra from git source (master, up to date, pulled this
> > morning).
> >
> > Here's the script that I use (attached):
> > cin-build.sh
An error in the previously sent on, corrected version attached anew:
cin-build.sh
>
> guess we missed some dependency ..
>
> checking for shared library run path origin... /usr/bin/ld: cannot find
> -lwebp: No such file or directory
> /usr/bin/ld: cannot find -lzstd: No such file or directory
> collect2: error: ld returned 1 exit status
> make[5]: *** [src/bin/jp2/CMakeFiles/opj_decompress.dir/build.make:215:
> bin/opj_decompress] Error 1
> make[5]: Leaving directory
> '/the-path/cinelerra/cinelerra-5.1/thirdparty/openjpeg-2.5.0'
A good find! That's very close to the top, just a few pages...
>
> try to install zstd and webp libs (and there -dev portions just to be sure)
> and rerun compile?
I should try and figure out how to do that.
But maybe I should first follow up on what I thought earlier:
>
>
> > I think (not sure) it may be something to do with tiff... So I'll try
> > ./configure ... --disable-tiff . Have no other ideas at the moment.
> >
I'm now running cin-build--disable-tiff.sh which diff's from the corrected
cin-build.sh like this:
$ diff cin-build.sh cin-build--disable-tiff.sh
65,67c65,67
< echo "Next: ./configure --with-single-user" ; read NOP &&
< ./configure --with-single-user |& \
< tee $LOGS_DIR/cinelerra_configure--with-single-user_$(date +%y%m%d_%H%M) ; read NOP
---
> echo "Next: ./configure --with-single-user --disable-tiff" ; read NOP &&
> ./configure --with-single-user --disable-tiff |& \
> tee $LOGS_DIR/cinelerra_configure--with-single-user--disable-tiff_$(date +%y%m%d_%H%M) ; read NOP
(the immediately above is not a citation, but part of diff, note for casual reader)
And I do have now:
static openExr
static openexr
forced openjpeg
disabled tiff
forced twolame
forced x264
forced x265
static libvpx
in my cinelerra_configure--with-single-user--disable-tiff_220914_1448 .
Let me finish this first. Thanks for your insight.
Regards!
--
Miroslav Rovis
Zagreb, Croatia
https://www.CroatiaFidelis.hr
my PGP-key:
https://www.croatiafidelis.hr/FCF13245ED247DCE443855B7EA9884884FBAF0AE.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cin-build.sh
Type: application/x-sh
Size: 2353 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20220914/d1550cb8/attachment-0001.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20220914/d1550cb8/attachment-0001.asc>
More information about the Cin
mailing list