Please try upgrading all packages on your system and rebuild meshlab.
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.63 |
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)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »
net147 commented on 2012-04-21 06:44 (UTC)
orbisvicis commented on 2012-04-21 05:07 (UTC)
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_
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 ?
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