Search found 7446 matches

by daniel
Thu Nov 03, 2011 9:10 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 17420

Re: Portage to OS X

Thanks for the feedback. Your final code::blocks project and the few code modifications will be very valuable. We can create you a personnal svn account to push these modifications, or you can send them to me via email. And thanks for the link, that's a great repository. I've already applied for a r...
by daniel
Thu Nov 03, 2011 9:18 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 17420

Re: Portage to OS X

I believe that your OS X installation is 64bits? In this case, we indeed have a problem, as pointers (void*) are also 64 bits and we are then trying to cast them to 32 bits (however, your compiler is a bit harsh to send an error instead of a warning). Maybe simply casting into 'unsigned long' before...
by daniel
Wed Nov 02, 2011 8:28 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 17420

Re: Portage to OS X

Indeed, if OS X behaves as Linux, you shouldn't have to build Glew. To indicate where it lies, you can add this path to the 'include' and 'link' directories list in the qCC project (Right click on projet > Properties > Build targets > Build Options and then 'Search Directories' tab: 'Compiler' for i...
by daniel
Mon Oct 31, 2011 7:58 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 17420

Re: Portage to OS X

Hello, For the first error, it appears that qmake has automatically included the folder where we have put a "stdint.h" file (qCC/msvc). I don't remember why right now, but I guess it must have something to do with the non official MS Visual project of CloudCompare. You should definitely re...
by daniel
Wed Oct 26, 2011 7:39 pm
Forum: Linux related topics
Topic: qCC on gentoo and related errors
Replies: 2
Views: 5131

Re: qCC on gentoo and related errors

Indeed, the fact that "long" corresponds to 64 bits is quite troublesome. It appears to be one of the major pitfalls that is encountered when porting 32 bits C++ code to 64 bits ( http://www.viva64.com/en/a/0004 ). The "long" symbol is seldom used in CloudCompare (it's used howev...
by daniel
Tue Oct 18, 2011 7:01 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 5275

Re: SVN Login

My mistake! The specified SVN address was incomplete. Read-only access in only possible on the "trunk" folder:
https://fp6perfect.edf-labs.net/svn/CloudCompare/trunk

I corrected the corresponding post.

Thanks for the feedback,
by daniel
Tue Oct 18, 2011 5:32 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 5275

Re: SVN Login

Hello,

i tried it today (18 oct.) and didn't notice any problem with TortoiseSVN. I'll try to test this under linux asap.
by daniel
Fri Oct 14, 2011 9:16 am
Forum: CCLib
Topic: About OCtree
Replies: 10
Views: 39152

Re: About OCtree

Hello, indeed, the octree cell "code" is a streaming value that represents the position of the cell relatively to its parent for successive level of subdivisions (3 bits for each level). You have a quick description of this in this article: http://www.danielgm.net/phd/isprs_laserscanning_2...
by daniel
Wed Oct 12, 2011 6:57 pm
Forum: Questions
Topic: SVN Host Not Found
Replies: 1
Views: 3286

Re: SVN Host Not Found

Indeed! I have learn today that the "true" address is https://fp6perfect.edf-labs.net/svn/CloudCompare.

Sorry for the inconvenience...
by daniel
Tue Oct 11, 2011 10:00 am
Forum: Issues, bugs, etc.
Topic: Point Cloud Color Clear
Replies: 1
Views: 4504

Re: Point Cloud Color Clear

There's no "undo" in CloudCompare ;)

The best way to do this is either to clone your data before applying any process ... or to reload!