UFO:Alien Invasion

Development => Coding => Topic started by: speka on August 14, 2008, 04:18:20 pm

Title: Missing File
Post by: speka on August 14, 2008, 04:18:20 pm
Hi everyone...

I was compiling the trunk fine until 4 days ago i think... Now im missing file <glib/gslist.h>

Im compiling in windows with Code::Blocks...

Do I need to update something?

Thanks for the help
Title: Re: Missing File
Post by: Kildor on August 14, 2008, 04:21:52 pm
Yes, you need to update c::b package from mattn.ninex.info
Title: Re: Missing File
Post by: speka on August 14, 2008, 07:58:53 pm
It
Title: Re: Missing File
Post by: smalul on August 15, 2008, 10:43:18 pm
I had the same problem - I just downloaded the new version of Code::Blocks from http://mattn.ninex.info/?page=Download, moved the MinGW directory from C:\developement\Codeblocks to the C:\developement directory, and it seems to compile this gtkradiant files (whatever they are). However, I do get the following warnings:

||=== gtkradiant_model, windows ===|
..\..\src\tools\radiant\libs\stream\textstream.h|369|warning: `class SingleCharacterOutputStream' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\scenelib.h|204|warning: `class scene::NullNode' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\scenelib.h|815|warning: `class SelectChildren' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\instancelib.h|34|warning: `class InstanceSubgraphWalker' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\instancelib.h|56|warning: `class UninstanceSubgraphWalker' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\instancelib.h|75|warning: `class InstanceSet' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\traverselib.h|115|instantiated from here|
..\..\src\tools\radiant\libs\undolib.h|96|warning: `class UndoableObject<TraversableNodeSet>' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\traverselib.h|113|warning: `class TraversableNodeSet' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\traverselib.h|335|warning: `class TraversableObserverRelay' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\render.h|823|warning: `class RenderablePointVector' has virtual functions but non-virtual destructor|
D:\UFOAI SC\src\tools\radiant\plugins\model\model.cpp|45|warning: `class VectorLightList' has virtual functions but non-virtual destructor|
D:\UFOAI SC\src\tools\radiant\plugins\model\model.cpp|67|warning: `class PicoSurface' has virtual functions but non-virtual destructor|
D:\UFOAI SC\src\tools\radiant\plugins\model\model.cpp|287|warning: `class PicoModel' has virtual functions but non-virtual destructor|
D:\UFOAI SC\src\tools\radiant\plugins\model\model.cpp|529|warning: `class PicoModelNode' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\stream\textstream.h|369|warning: `class SingleCharacterOutputStream' has virtual functions but non-virtual destructor|
..\..\src\tools\radiant\libs\stream\stringstream.h|98|warning: `class StringOutputStream' has virtual functions but non-virtual destructor|
D:\UFOAI SC\src\tools\radiant\plugins\model\plugin.cpp|163|instantiated from here|
..\..\src\tools\radiant\libs\modulesystem\singletonmodule.h|66|warning: `class SingletonModule<ModelPicoAPI, ModelPicoDependencies, PicoModelAPIConstructor>' has virtual functions but non-virtual destructor|
||=== ufo2map, windows ===|
C:\developement\MinGW\include\jconfig.h|25|warning: "HAVE_STDLIB_H" redefined|
C:\developement\MinGW\include\SDL\SDL_config.h|67|warning: this is the location of the previous definition|
||=== gtkradiant, windows ===|
..\..\src\tools\radiant\include\igl.h|989|warning: "GL_LOGIC_OP" redefined|
C:\developement\MinGW\include\GL\gl.h|394|warning: this is the location of the previous definition|
..\..\src\tools\radiant\include\igl.h|990|warning: "GL_TEXTURE_COMPONENTS" redefined|
C:\developement\MinGW\include\GL\gl.h|626|warning: this is the location of the previous definition|
||=== Build finished: 0 errors, 23 warnings ===|

I'm guessing this is a coding problem, and not a configuration problem.

Edit:
The \\radiant\radiant.exe doesn't even work - I get this errro when I try to run it:
This application has failed to start because libgdk_pixbuf-2.0-0.dll was not found. Re-installing the application may fix this problem.
Title: Re: Missing File
Post by: BTAxis on August 15, 2008, 11:24:43 pm
The warnings are normal, and radiant not working is normal too (right now).
Title: Re: Missing File
Post by: blondandy on August 17, 2008, 03:22:36 pm
gtkradiant is a map editor. the project has been using multi-purpose map editors. mattn has been working on adapting gtkradiant to do more specific ufo stuff. this is not complete yet.
Title: Re: Missing File
Post by: Mattn on August 17, 2008, 09:09:23 pm
The \\radiant\radiant.exe doesn't even work - I get this errro when I try to run it:
This application has failed to start because libgdk_pixbuf-2.0-0.dll was not found. Re-installing the application may fix this problem.

because you don't have gtk installed