Changes between Version 7 and Version 8 of GsocPyOssim


Ignore:
Timestamp:
May 30, 2011, 2:32:23 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v7 v8  
    4141    * Local development environment by downloading and building the OSSIM Source
    4242
     43'''Problems Faced'''
     44[[BR]]
     45Mostly I had issues with the building part only. There were problems when I disabled video to keep the {{{ ossimPredator }}} disabled and out of the build - this was done initially to handle problems posed by {{{ ffmpeg }}} while building, so it was decided to keep it out of the build and make a cleaner build. But that had many other dependencies to be taken care of including the various {{{ CMakeLists.txt }}} files to handle the same. Due to incomplete handling, the build was giving problems and not compiling completely.
     46[[BR]]
     47But later, the build compiled smoothly on a fresh machine running Ubuntu Maverick (earlier it was Lucid).
     48
    4349'''Work to be done in Week 2'''
    44  * Read and understand about Python/C API
     50 * Read and understand about Python/C++ API
    4551 * Start to read and learn about SWIG wrapping techniques and so as to understand the general python wrapping better and the problems exposed by it in context of OSSIM
    46  * Get a superficial idea about {{{ oms.i }}} - the SWIG-Java wrapping interface for OSSIM
     52 * Get an idea about {{{ oms.i }}} - the SWIG-Java wrapping interface for OSSIM, and start understanding it to 'Pythonize' it in the future.