You are not logged in.
Hello,
I've met some difficulties in installing auto-multiple choice.
https://aur.archlinux.org/packages/auto … le-choice/
https://project.auto-multiple-choice.ne … opics/3697
errors messages : https://pastebin.com/J8RJ5LWz
Benoit
Last edited by benoitldr (2018-09-24 07:02:48)
Offline
Replace CV_RGB with CvScalar but the package appears unmaintained both in AUR and upstream.
Offline
Replace CV_RGB with CvScalar but the package appears unmaintained both in AUR and upstream.
I managed to :
make all && sudo make install
now the errors at execution is :
Locale::Language will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/lib/AMC/perl/AMC-gui.pl, line 43.
Locale::Codes will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/perl5/core_perl/Locale/Language.pm, line 22.
Can't locate AMC/Path.pm in @INC (you may need to install the AMC::Path module) (@INC contains: /usr/lib/perl5/5.28/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.28/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.28/core_perl /usr/share/perl5/core_perl) at /usr/lib/AMC/perl/AMC-gui.pl line 49.
BEGIN failed--compilation aborted at /usr/lib/AMC/perl/AMC-gui.pl line 49.
So I comment the line 43 in /usr/lib/AMC/perl/AMC-gui.pl
but I did not know how to install AMC::Path module...
Offline
Why did you not use use makepkg but switch to `make all && sudo make install`?
Offline
Why did you not use use makepkg but switch to `make all && sudo make install`?
i don't know why, because I was tired, stupid and I thought that git version was more recent... I know install package manually is dirty (so I clean by using rm -Rf...)
The solution :
sed -i 's/CV_RGB/CvScalar/' AMC-detect.cc
Thanks you !
Offline
with the aur version, I have problem in execution, impossible to update document :
Locale::Language will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/lib/AMC/perl/AMC-gui.pl, line 43.
Locale::Codes will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/perl5/core_perl/Locale/Language.pm, line 22.
The encoding pragma is no longer supported. Check cperl at /usr/lib/AMC/perl/AMC-prepare.pl line 21.
BEGIN failed--compilation aborted at /usr/lib/AMC/perl/AMC-prepare.pl line 21.
But it is more a problem with the app than archlinux !
Offline