This won't compile on my system. I get:
from filter_isoparametrization.cpp:29:
./texcoord_optimization.h: In member function ‘void vcg::tri::AreaPreservingTexCoordOptimization<MESH_TYPE>::InitSum() [with MESH_TYPE = BaseMesh]’:
./texcoord_optimization.h:278:5: error: ‘this’ not specified in enclosing parallel
./texcoord_optimization.h:278:5: error: enclosing parallel
./texcoord_optimization.h:285:5: error: ‘this’ not specified in enclosing parallel
./texcoord_optimization.h:290:5: error: enclosing parallel
./texcoord_optimization.h: In member function ‘vcg::tri::AreaPreservingTexCoordOptimization<MESH_TYPE>::ScalarType vcg::tri::AreaPreservingTexCoordOptimization<MESH_TYPE>::getProjArea() [with MESH_TYPE = BaseMesh, vcg::tri::AreaPreservingTexCoordOptimization<MESH_TYPE>::ScalarType = float]’:
./texcoord_optimization.h:307:8: error: ‘this’ not specified in enclosing parallel
./texcoord_optimization.h:307:8: error: enclosing parallel
./texcoord_optimization.h: In member function ‘void vcg::tri::AreaPreservingTexCoordOptimization<MESH_TYPE>::UpdateSum(const double&) [with MESH_TYPE = BaseMesh]’:
./texcoord_optimization.h:369:27: error: ‘this’ not specified in enclosing parallel
./texcoord_optimization.h:378:6: error: enclosing parallel
make[1]: *** [filter_isoparametrization.o] Error 1
make[1]: Leaving directory `/tmp/meshlab/src/meshlab/src/meshlabplugins/filter_isoparametrization'
make: *** [sub-meshlabplugins-filter_isoparametrization-make_default-ordered] Error 2
any idea?
Search Criteria
Package Details: meshlab 2023.12-4
Package Actions
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: | 119 |
Popularity: | 0.67 |
First Submitted: | 2020-09-18 22:35 (UTC) |
Last Updated: | 2025-02-26 09:36 (UTC) |
Dependencies (26)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- gmp (gmp-hgAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- mpfr (mpfr-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qhull
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-script (qt5-script-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- xerces-c
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lib3dsAUR (make)
- muparser (make)
- Show 6 more dependencies...
Required by (0)
Sources (2)
crocowhile commented on 2011-07-08 16:28 (UTC)
<deleted-account> commented on 2011-05-05 16:58 (UTC)
Missing #include<stddef.h> in meshlab/src/vcglib/wrap/io_trimesh/import_ply.h.
net147 commented on 2010-06-02 00:28 (UTC)
Updated.
<deleted-account> commented on 2010-06-01 15:27 (UTC)
As of 2010.06.01, this AUR looks to be borked; the MD5 sum has changed on the src package:
f1d7abbe92ac1a64913b505058399eec MeshLabSrc_AllInc_v123a.tgz
Also looks like the package is being extracted with a prefix of eMshLabSrc_AllInc_v123a, which is screwing up the build scripts. I had to move the contents down a directory to get it to build properly.
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