Hi John,

Try removing your OpenSceneGraph/CMakeCache.text file and the re-run
./configure to see if that kicks CMake into properly checking all the
dependencies.

Also try disabling the aggressive warnings to see if that prevents gcc
spitting out errors when compiling against ITK.

Robert.

On Fri, Jun 5, 2009 at 10:25 PM, John Kelso<[email protected]> wrote:
> Hi!
>
> I missed the earlier note about the cmake problem being fixed in the branch.
> Sorry to make noise about a fixed problem.  I do test (and squawk) when I
> can, but as we all know, life sometimes has other plans.
>
> I installed DCMTK in a local directory, and just tried to rebuild 2.8.1 in a
> clean build directory.
>
> The cmake command I used was:
>
>>  cmake \
>>>
>>>     -D CMAKE_INSTALL_PREFIX=$HEVROOT/apps/osg/osg-2.x/installed \
>>>     -D BUILD_OSG_EXAMPLES=1 \
>>>     -D INVENTOR_INCLUDE_DIR=`coin-config --prefix`/include \
>>>     -D INVENTOR_LIBRARY=`coin-config --prefix`/lib/libCoin.so \
>>>     -D DCMTK_DIR=$HEVROOT/apps/dcmtk/dcmtk-3.x \
>>>     ../OpenSceneGraph
>
> When I make, it seems to still want to use our installed ITK for the DICOMED
> plugin, and bombs with the same errors.
>
> I also tried setting DCMTK_INCLUDE_DIRS and DCMTK_LIBRARIES instead, but got
> the same result.
>
> Is there something else I need to do to get OSG to use DCMTK instead of
> ITK?
>
> Thanks for your patience,
>
> John
>
>
> On Fri, 5 Jun 2009, Robert Osfield wrote:
>
>> Hi John and Jason,
>>
>> Can we get a little perspective on this issue.  The build problem was
>> a warning that we've already fixed in OSG-2.8 branch.  As for snooty
>> admin's, best to leave them alone if helping you out is too much for
>> them.
>>
>> The warning that occurred in OSG-2.8.1 because of something I merged
>> in from svn/trunk was in the release candidates and I made repeated
>> calls for testing... Had we known about the issue it would have been
>> fixed in less than five minutes and well before the release.  So
>> PLEASE don't ignore the calls for testing.
>>
>> John, the errors you are getting in ITK look to have nothing to do
>> with the OSG.  Can you please look into this and provide feedback on
>> what is wrong.  There is chance the high levels of warning we use in
>> the OSG build now could be causing the compile to emit errors instead
>> of warnings when compiling ITK.
>>
>> Robert.
>> _______________________________________________
>> osg-users mailing list
>> [email protected]
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to