CEGUI include problem after updating

11 views
Skip to first unread message

Joel Vedrenne (Ensam)

unread,
Jul 16, 2012, 5:59:20 AM7/16/12
to dtenti...@googlegroups.com
Hi all,

After the monday morning update ;) , there are 2 include problems. Nothing serious.

1- Into dtEntityCEGUI project, the include dir is D:\Documents\Dev\dtEntity\dtEntity_ext_dep_vs_2008\include\CEGUI (properties). So, into the code (scriptmodule.h for instance), we found #include <CEGUI/CEGUIScriptModule.h>
There is two CEGUI...

2- Into dtEntityCEGUIplugin project, it lacks simply the include dir into properties: D:\Documents\Dev\dtEntity\dtEntity_ext_dep_vs_2008\include

Is there a correction in progress ?

Thanks a lot.
Joël.

Martin Scheffler

unread,
Jul 16, 2012, 7:21:07 AM7/16/12
to dtenti...@googlegroups.com
Umm, I did not change anything there in the last few commits.
Maybe you shout set the CEGUI include path to
D:\Documents\Dev\dtEntity\dtEntity_ext_dep_vs_2008\include?

Cheers,
Martin

2012/7/16 Joel Vedrenne (Ensam) <Joel.V...@ensam.eu>:

Joel Vedrenne (Ensam)

unread,
Jul 17, 2012, 4:25:13 AM7/17/12
to dtenti...@googlegroups.com
Ok, that's my fault, really sorry !!!

The CEGUI/CEGUI_INCLUDE_DIR was not good into the CMake !!!

Sorry again !

Joel Vedrenne (Ensam)

unread,
Jul 17, 2012, 4:57:26 AM7/17/12
to dtenti...@googlegroups.com
Martin,

Maybe there is a little problem with one include dir.

In the dtEntityCEGUIPlugin project, there is no include dir that points to ...\dtEntity\dtEntity_ext_dep_vs_2008\include
So, I had to add it manually to compile that project correctly.

Could you check that, please ?

Thx.
Joël.

Martin Scheffler

unread,
Jul 17, 2012, 6:34:06 AM7/17/12
to dtenti...@googlegroups.com
Hmm, everything builds fine for me. Can you send me a patch?

2012/7/17 Joel Vedrenne (Ensam) <Joel.V...@ensam.eu>:

Joel Vedrenne (Ensam)

unread,
Jul 18, 2012, 3:49:32 AM7/18/12
to dtenti...@googlegroups.com
Hi Martin,

May be you should modify the [TRUNK]\source\dtEntityCEGUIPlugin\CMakeLists.txt file from:
---------------------------------
SET(TARGET_ADDED_LIBRARIES dtEntityCEGUI)
SET(TARGET_SRC pluginfactory.cpp)
SETUP_PLUGIN(dtEntityCEGUIPlugin)
---------------------------------

to
---------------------------------
INCLUDE_DIRECTORIES(
${CEGUI_INCLUDE_DIR}
)

SET(TARGET_ADDED_LIBRARIES dtEntityCEGUI)
SET(TARGET_SRC pluginfactory.cpp)
SETUP_PLUGIN(dtEntityCEGUIPlugin)
---------------------------------

++
Joël.
Reply all
Reply to author
Forward
0 new messages