Package Details: meshlab 2023.12-4

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)

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 to cmake 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 and patches to github.com/AUR-meshlab

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »

net147 commented on 2012-04-21 06:44 (UTC)

Please try upgrading all packages on your system and rebuild meshlab.

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 ?