@bartus,
Genius! You're the best! It's a part of the package now and I'll test stuff like Geometric Measures when I have a bit of free time.
Thank you!
Clemmitt
Git Clone URL: | https://aur.archlinux.org/meshlab.git (read-only, click to copy) |
---|---|
Package Base: | meshlab |
Description: | System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version) |
Upstream URL: | https://www.meshlab.net |
Licenses: | GPL2 |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 118 |
Popularity: | 0.094174 |
First Submitted: | 2020-09-18 22:35 (UTC) |
Last Updated: | 2024-04-11 17:36 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »
@bartus,
Genius! You're the best! It's a part of the package now and I'll test stuff like Geometric Measures when I have a bit of free time.
Thank you!
Clemmitt
Hello,
I tried meshlab-git this morning and hacked at it until a current git pull built for me. YMMV. Patches:
https://pastebin.com/8spC1uRb -- Patch for PKGBUILD https://pastebin.com/riQUHmj6 -- New version of rpath.patch https://pastebin.com/0UfdBLMw -- New version of meshlabserver_GLU.patch https://pastebin.com/p4PN0Y9t -- New version of mpir.patch https://pastebin.com/41yLhtBs -- New version of plugin_dir.patch
NOTE the horrendous hack I did to fix the missing src/meshlab/src/external/lib/linux-g++ directory problem. HTH.
Clemmitt Sigler
@cmsigler: Should be working now, please confirm.
@bartus,
TY very much! :)
[UPDATE: Please see comment below about libgfortran.so.3 problem.]
Clemmitt
@cmsigler: You are correct, there are some files that are not copied to distrib\plugins
by make script (mainly xmls for measure/mutualinfo/skechfab plugins). Will fix this asap.
strace meshlab
openat(AT_FDCWD, "/usr/lib/meshlab/plugins/libfilter_measure.xml", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
Please recompile package, as on my system nither edit_mutualcorrs
nor filter_isoparametrization
requires libfortran.so.3
. They both links to libfortran.so.4
witch is a part of gcc-libs (7.3.0-1)
Hi,
I hope this isn't a noob-type question. I've installed meshlab from AUR. My build seems to be missing a few filter functions.
Under Help->Plugin Info, libfilter_measure.so provides no plugin functions (no pull-down arrow next to its listing). Most others have functions (although libfilter_mutualinfo.so and libfilter_sketchfab.so don't). Namely, I'm looking for "Compute Geometric Measures" and friends (see https://github.com/cnr-isti-vclab/meshlab/blob/master/src/meshlabplugins/filter_measure/filter_measure.xml).
I've tried Googling everything I can think of and haven't found any helpful hints. Is this my silly configuration problem? TIA.
Clemmitt Sigler
[P.S.: libgfortran.so.3 problem was stupid, an ancient, un-updated atlas-lapack-base package. Installing lapack along with blas and cblas fixed it. HTH.]
@paulmelis
The package doesn't compile with gcc 7.2, it needs the following patch.
No, meshlab do not include openmesh sources. Package compiles against gcc 7.2 just fine
Pinned Comments
bartus commented on 2020-05-30 16:49 (UTC) (edited on 2020-05-30 16:49 (UTC) by bartus)
Some plugins (mainly render ones like SSAO) won't work with new cmake build system, will try to port
qmake
patches tocmake
and fix those.bartus commented on 2019-04-10 11:42 (UTC) (edited on 2021-08-26 06:58 (UTC) by bartus)
Please report
issues
andpatches
to github.com/AUR-meshlab