Hi, I understand that ARM is different. That's also why I mentioned to not put too much effort into it.
Yes, I'm willing to cooperate in porting to armhf for the raspberry pi' s. I also have another rpi4 which runs Ubuntu Mate 20.04 (currently), but my (headless) server is always on. But I use the other one for all kind of things, so helping to port pv could be another option. I have no idea though how much the "normal" ARM chips vary from the new Apple Intel M1. That might be a completely different beast (the 8-core is at least when it comes to performance). I read that Apple uses the same Rosetta (V2) for running Intel based programs on the new M1.* (Just like 10-12 years ago when they switched from PowerPC to Intel to run PowerPC apps on Intel. I also guess the universal binaries will come to life again. At that time I took over from Ippei Ukai for building Hugin on Mac. A platform I left in 2012 or so for being too closed).* So maybe you do not have to port immediately,but can simply run your intel based MacOS version on the new M1' s. On the RPi4 I also did the: git clone https://github.com/VcDevel/Vc.git cd Vc git checkout 1.4 mkdir build cd build cmake -DCMAKE_CXX_COMPILER=clang++ -DBUILD_TESTING=0 .. make sudo make install And then tried to rebuild pv, but that doesn' t make a difference. The exact same error. ====================================== With regard to Intel MacOS: I had just built multiblend for David on my old (by now terribly slow) 2008 MacBook Pro, so I tried the same for pv also using macports (as home brew does not have vigra and I want to keep it simple). (install macports using pkg) (from terminal do a: sudo port -v selfupdate) Getting dependencies: sudo port install sfml sudo port install exiv2 sudo port install vigra -python38 -python39 sudo port install Vc (This installs a whole lot of other dependencies as well. Note also the uppercase in Vc ) Get and build pv: git clone https://bitbucket.org/kfj/pv cd pv git checkout mac git status (to check whether you have the mac branch) make It builds fine and I only did some viewing of images until now. Harry -- 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/CAGARPpuP2M5wPtx06y1zJX%2B4jUMY5YYw3TEJ%3DqG4nPdOK4%2B-uQ%40mail.gmail.com.
