<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrea, <br></div><div class="gmail_default" style="font-size:small">Did you use this exact build script (no cuda!)?  We used this build script on Fedora desktop and laptop before documenting it and GG ran all of the Operating System builds this morning to include Arch.  Line  4 below writes output to the file "log" so I am confused why you did not get this file.  Maybe start from scratch?  But if you have a slow network, downloading the opencv-20200306.tgz file may take awhile.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">#!/bin/bash<br>( ./autogen.sh<br>  ./configure --with-single-user --with-booby \<br>    --with-opencv=sta,tar=<a href="http://cinelerra-gg.org/download/opencv/opencv-20200306.tgz">http://cinelerra-gg.org/download/opencv/opencv-20200306.tgz</a><br>  make && make install ) 2>&1 | tee log<br>mv Makefile Makefile.cfg<br>cp Makefile.devel Makefile<br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 2:44 PM Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Compiling with opencv gives error [err -1] right after compiling<br>
n_body cuda and, I guess, at the beginning of opencv. But no cin5log<br>
is written, so I can't bring data.<br>
No cuda but with opencv I have the same error.<br>
With cuda and without opencv, the compiling is completed without errors.<br>
If you have any requests on how to do evidence that might be useful,<br>
let me know.<br><br>
</blockquote></div></div>