That error below means that it crashes, can you help with it?
I am using atlas-lapack (http://aur.archlinux.org/packages.php?ID=16575) which is identical to lapack, except with more features... so that should *not* cause the problem.
ldd /opt/meshlab/plugins/libfilter_isoparametrization.so | grep -i lapack
...(nothing)
ldd /opt/meshlab/libcommon.so | grep -i lapack
...(nothing)
$ objdump -tT /usr/lib/liblapack.so | grep -i dgetrf_
0014fc50 g DF .text 000000c3 Base dgetrf_
004ad9f0 g DF .text 000000f4 Base atl_f77wrap_dgetrf_
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: | 118 |
Popularity: | 0.31 |
First Submitted: | 2020-09-18 22:35 (UTC) |
Last Updated: | 2024-04-11 17:36 (UTC) |
Dependencies (26)
- bzip2 (bzip2-gitAUR)
- cgal (cgal-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- gmp (gmp-hgAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, 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) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lib3dsAUR (make)
- muparser (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- openctm-toolsAUR (make)
- patchelf (patchelf-gitAUR) (make)
- lib3dsAUR (optional) – for Autodesk`s 3D-Studio r3 and r4 .3DS file support
- muparser (optional) – for filer_func plugins
- openctm-toolsAUR (optional) – for compressed triangle mesh file format
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »
orbisvicis commented on 2012-04-21 05:07 (UTC)
orbisvicis commented on 2012-04-18 06:16 (UTC)
Doesn't seem to link against lapack:
meshlab: symbol lookup error: /opt/meshlab/plugins/libfilter_isoparametrization.so: undefined symbol: dgetrf_
net147 commented on 2012-01-07 01:04 (UTC)
Fixed.
<deleted-account> commented on 2012-01-07 00:25 (UTC)
In file included from ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:6:0:
ssynth/SyntopiaCore/GLEngine/Sphere.h:25:4: error: ‘GLUquadric’ does not name a type
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp: In member function ‘virtual void SyntopiaCore::GLEngine::EngineWidget::paintEvent(QPaintEvent*)’:
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:68:27: error: ‘gluOrtho2D’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp: In member function ‘virtual void SyntopiaCore::GLEngine::EngineWidget::paintGL()’:
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:239:27: error: ‘gluOrtho2D’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:281:5: error: ‘GLUquadric’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:281:17: error: ‘g’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:281:35: error: ‘gluNewQuadric’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:282:28: error: ‘GLU_FILL’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:282:36: error: ‘gluQuadricDrawStyle’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:288:34: error: ‘gluCylinder’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp: In member function ‘void SyntopiaCore::GLEngine::EngineWidget::updatePerspective()’:
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp:423:107: error: ‘gluPerspective’ was not declared in this scope
ssynth/SyntopiaCore/GLEngine/EngineWidget.cpp: In member function ‘SyntopiaCore::Math::Vector3f SyntopiaCore::GLEngine::EngineWidget::screenTo3D(int, int, int)’:
can you help with it ?
crocowhile commented on 2011-07-08 16:28 (UTC)
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?
<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.
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