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: 117
Popularity: 0.000008
First Submitted: 2020-09-18 22:35 (UTC)
Last Updated: 2024-04-11 17:36 (UTC)

Dependencies (26)

Required by (0)

Sources (2)

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 »

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 ?

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.