On 5/20/20 10:09 PM, David W. Jones wrote:
On 5/19/20 9:34 PM, Kay F. Jahnke wrote:
On 20.05.20 07:44, David W. Jones wrote:
> I removed the 1.3.3 that Synaptic had installed before I did this.
good.
>
> Running make reported this error:
> Scanning dependencies of target simdarray_avx
> [ 11%] Building CXX object
> tests/CMakeFiles/simdarray_avx.dir/simdarray.cpp.o
> In file included from /home/david/gits/Vc/tests/simdarray.cpp:28:
> /home/david/gits/Vc/tests/unittest.h:30:10: fatal error:
> 'virtest/vir/test.h' file not found
> #include "virtest/vir/test.h"
> ^~~~~~~~~~~~~~~~~~~~
> 1 error generated.
> make[2]: *** [tests/CMakeFiles/simdarray_avx.dir/build.make:383:
> tests/CMakeFiles/simdarray_avx.dir/simdarray.cpp.o] Error 1
> make[1]: *** [CMakeFiles/Makefile2:12646:
> tests/CMakeFiles/simdarray_avx.dir/all] Error 2
> make: *** [Makefile:141: all] Error 2
>
> For what it's worth, when I tried the "git checkout 1.4" line, it
> reported I already had 1.4 checked out.
That's how it should be, then.
>
> Ideas?
>
Vc has trouble building it's test suite. But to build the library and
headers, you can do without the tests. Building the tests can be
switched off by telling cmake not to build them.
To be on the safe side, please start afresh: remove the botched build
directory (rm -r build), create a new one (mkdir build), cd into it.
modify the call to cmake to read:
cmake -DCMAKE_CXX_COMPILER=clang++ -DBUILD_TESTING=0 ..
Then issue 'make' and 'sudo make install'. This should run through
without errors and install Vc 1.4 to /usr/local. You should now -
finally - be able to run pv's makefile in pv's root directory. Please
do a 'git pull' on my repo before building pv, there are some recent
additions.
Let me know how it goes.
Kay
Hey, thanks for the guidance. Vc 1.4 compiled and installed fine. PV
compiled file but offers no install option, apparently.
What should I see when I open a PTO file with PV? All I see is a bottom
frame of the pano, not the entire pano.
Sorry, OK, I see that the mousewheel changes zoom into the panorama. And
dragging the mousepointer around kind of counter-intuitively moves the
image the opposite direction (vertically or horizontally).
But interesting and useful, this PV tool. Thanks for making it and for
the assistance in getting it to compile on Debian 10.
--
David W. Jones
[email protected]
wandering the landscape of god
http://dancingtreefrog.com
My password is the last 8 digits of π.
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/e0ab59c6-76c7-46de-fd80-2ec6203dbef1%40gmail.com.