Search found 8 matches

by jonathanbyrn
Wed Dec 20, 2017 2:24 pm
Forum: Issues, bugs, etc.
Topic: Cannot see top menu in windows
Replies: 2
Views: 2703

Re: Cannot see top menu in windows

I can "fix" it temporarily with f9, so it looks like it is some windowed scaling issue..
by jonathanbyrn
Wed Dec 20, 2017 2:18 pm
Forum: Issues, bugs, etc.
Topic: Cannot see top menu in windows
Replies: 2
Views: 2703

Cannot see top menu in windows

Hi,
I opened cloud compare and I cannot see my top menu. I tried installing the latest version and had the same problem: Image

Any idea what might be going on here?

This was previously working on my windows install so my apologies if this isnt a cloud compare issue.
by jonathanbyrn
Fri Oct 02, 2015 4:50 pm
Forum: Plugins
Topic: isfinite problem in qPoissonrecon plugin
Replies: 2
Views: 3190

Re: isfinite problem in qPoissonrecon plugin

that seems to have fixed it. Thanks Daniel, have a great weekend!
by jonathanbyrn
Fri Oct 02, 2015 3:38 pm
Forum: Plugins
Topic: isfinite problem in qPoissonrecon plugin
Replies: 2
Views: 3190

isfinite problem in qPoissonrecon plugin

My sincerest apologies for posting this on a friday evening but I hit a problem when compiling the latest version pulled from github. Originally when I tried to build the poisson reconstruction module it was missing poissonreconlib submodule. I ran a git update --recursive to get the latest version ...
by jonathanbyrn
Fri Jun 13, 2014 11:41 am
Forum: Plugins
Topic: openMP issue with Poisson Reconstruction
Replies: 2
Views: 3564

Re: openMP issue with Poisson Reconstruction

That confused me aswell, if it compiles correctly with gnu and the -fopenmp flag then surely it should find the methods at runtime. Anyways I rebuilt it without openMP and now it is working correctly. Thanks again for your help and I will post on the github bug tracker in future.
by jonathanbyrn
Wed Jun 11, 2014 1:01 pm
Forum: Plugins
Topic: openMP issue with Poisson Reconstruction
Replies: 2
Views: 3564

openMP issue with Poisson Reconstruction

Hi, I am trying to use the poisson reconstruction plugin but every time I try to apply it I get this error: CloudCompare: symbol lookup error: /usr/local/CloudCompare/plugins/libQPOISSON_RECON_PLUGIN.so: undefined symbol: omp_get_num_procs extensive googling seems to indicate that this is a compile ...
by jonathanbyrn
Mon Apr 07, 2014 9:53 am
Forum: Issues, bugs, etc.
Topic: Problem building plugins
Replies: 2
Views: 2392

Re: Problem building plugins

Thank you so much for your help, I am very new to cmake. I found the relevant flag in cmakeCache.txt and it built successfully. Thanks again!
by jonathanbyrn
Thu Apr 03, 2014 7:42 am
Forum: Issues, bugs, etc.
Topic: Problem building plugins
Replies: 2
Views: 2392

Problem building plugins

hi, I have downloaded the latest version of cloudcompare from github and I have successfully built it. Unfortunately it does not seem to build the plugins. I can see the plugin code and when I run cmake it says it is auto-adding the plugin folders. I am probably missing something stupid, is there a ...