-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build with latest vcglib #188
Comments
While compiling this on Linux as in pull #68,
Request to fix it. |
Hi all, same problem here with me. Just cloned the latest repos for meshlab and vcglib and switched the vcglib to 'devel' branch. However i get the exact same error as alexws54tk above. Any idea how to fix this? |
I've been checking how the gentoo guys deal with this and there is a patch available, which basically just removes the problem. Suggest to look into the patch to fix the issue. |
Ping. This problem is still present and the patch in @alexjarosch's comment above still seems to bypass it. |
If your dirsto provides |
@bartoszek using the latest version on meshlab's |
I'm using git master from Jan 29 2019, not 2016.12, but before I ripped out the phone-home functionality for version check, it kept complaining that 2016.12 was outdated and it wasn't clear why. |
I have followed the patch to fix it. However, i encountered a new error:
Any idea? |
Yes, you have to link lib3ds.a it from Linux to linux-g++. See #285
…On Tue, Jul 16, 2019, 1:26 PM zgxsin ***@***.***> wrote:
I've been checking how the gentoo guys deal with this and there is a patch
available, which basically just removes the problem.
The patch can be found here:
https://data.gpo.zugaina.org/gentoo/media-gfx/meshlab/files/2016.12/meshlab-2016.12-remove-header.patch
I applied it and managed to compile the whole meshlab_full setup. Now I
test the built.
Suggest to look into the patch to fix the issue.
I have followed the patch to fix it. However, i encountered a new error:
g++: error:
../meshlab/src/meshlabplugins/io_3ds/../../external/lib/linux-g++/lib3ds.a:
No such file or directory
Makefile:166: recipe for target '../../distrib/plugins/libio_3ds.so' failed
make[1]: *** [../../distrib/plugins/libio_3ds.so] Error 1
Makefile:239: recipe for target
'sub-meshlabplugins-io_3ds-make_first-ordered' failed
make: *** [sub-meshlabplugins-io_3ds-make_first-ordered] Error 2
Any idea?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#188?email_source=notifications&email_token=ACDKTYIXNIBGYXNDUWL57PTP7WV4XA5CNFSM4DVAFXZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2ARORA#issuecomment-511776580>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDKTYJSX2MGOTHWSLNJOO3P7WV4XANCNFSM4DVAFXZQ>
.
|
Thank you! Problem solved! |
align
plugin doesn't follow lates changes in vcglibbuild error shows:
Looks like
align
plugin uses older definition ofCallBack
instead ofCallBackPos
...The text was updated successfully, but these errors were encountered: