Robert Osfield wrote:
> Hi Antoine,
>
> On 10/13/07, Antoine Hue <[EMAIL PROTECTED]> wrote:
>
>> Under 2.2, I get a compiling error of the TXP plugin. Compiler is not
>> able to find includes because:
>> - 1- local includes are written as #include <> and not #include ""
>> -2- compiler does not like -I..../src/osgPlugins/txp/. => fixed removing
>> the trailing /. within generated makefiles :-(
>>
>> Otherwise, it works really fine for me.
>>
>
> Could you try the attached src/osgPlugins/txp/CMakeLists.txt to see if
> it fixes the Mingw build error on the txp plugin.
>
> It replaces:
> INCLUDE_DIRECTORIES(.)
>
> With the more long winded:
> INCLUDE_DIRECTORIES(${OpenSceneGraph_SOURCE_DIR}/src/osgPlugins/txp)
>
> A
>
> make VERBOSE=1
>
> Confirms that its using right directory and without the troublesome /.
>
Hi Robert,
I will try as soon as I go back to Windows (no that often).
Thanks for the help,
Antoine
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org