Search found 7398 matches

by daniel
Tue Nov 08, 2011 8:34 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15297

Re: Portage to OS X

Indeed, it would be best to have a skilled OS X C++ developer to pursue this portage. Meanwhile, I'm still interested by your modifications (don't bother too much to restore the other configurations, I'll simply extract the 'Mac' parts from you project). And by the way your problems may come from th...
by daniel
Tue Nov 08, 2011 8:20 pm
Forum: Questions
Topic: CCViewer 3D
Replies: 3
Views: 4111

Re: CCViewer 3D

Bonjour, l'application est en effet très intéressante. Et elle n'est pas prévue actuellement (à ma connaissance). Comme pour CloudCompare, l'accès aux sources de CCViewer est libre et se fait via SVN (les sources de CCViewer font partie du 'trunk' du projet CloudCompare --> voir ce post : http://www...
by daniel
Thu Nov 03, 2011 9:10 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15297

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: 15297

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: 15297

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: 15297

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: 4916

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: 4884

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: 4884

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: 37150

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...