[ptx] visual studio.net compilation done
Pablo d'Angelo
pablo at mathematik.uni-ulm.de
Thu Nov 27 17:52:57 GMT 2003
On Thu, 27 Nov 2003, Alexandre Jenny wrote:
> Cool !
>
> It wasn't so easy. I updated the cvs with all the changements in code
> (new bug catches, new common headers, etc).
> If someone could check if I didn't break anything in other plateform
> compilation ...
>
> I also add this file "windows_DOT_NET_compile.txt" which gives details about
> how to do it.
>
> Please note that I left in the sln project file, the project for pano12.dll
> which isn't in the cvs repository, so it is normal that there is a problem
> at opening of this file.
Great, I'm trying to recompile at this moment. :)
About the pano12 includes:
On Linux, everything is dynamically linked, and the pano12 headers are
installed at the usual place /usr/include/pano12, so the following line
breaks:
PT/PanoToolsInterface.h:35:
extern "C" {
#include "../pano12/panorama.h"
#include "../pano12/filter.h"
#endif
cant we use
extern "C" {
#include <pano12/panorama.h>
#include <pano12/filter.h>
#endif
here, if not, why not add the direcotry containing pano12 to the include
path?
Have you tried to compile the stitcher in the tools directory?
> So my next job will to make my old buddy boundchecker have a look over the
> project.
> After that, I will look deeper in the code to have some optimization (I
> think my first look will be in the auto-fine tune research code which
> crashes when using a too big picture ... With 3000x2000 it works, but with
> 4500x3000, it crashes).
ups. be prepared to see my first steps at coding with vigra :) Lots of
unused code around these routines as well...
ciao
Pablo
--
http://wurm.wohnheim.uni-ulm.de/~redman/
Please use PGP
More information about the ptX
mailing list