Still problems
Linking executable: ..\..\radiant\uforadiant.exe
v:/codeblocks/mingw/bin/../lib/gcc/mingw32/4.3.3/../../../../mingw32/bin/ld.exe: cannot find -lgdkglext-win32-1.0
collect2: ld returned 1 exit status
Process terminated with status 1 (3 minutes, 55 seconds)
1 errors, 28 warnings
Ok, i have enough!
Tried to build the module gdkglext-win32-1.0 on my own
but i start to get angry with this damn opensource %^$%@#
no doc no clear readme always troubles
remove this lines in configure download headers from here
version conflicts found glib 2.14.x but glib 2.7.4 is present
than install perl to compile ....
No sir!
To reproduce your error i started from scratch
here is the result
goto
http://www.mingw.org/left side Navigation -> Downloads
download Automated MinGW Installer (i've got mingw-5.1.4.exe)
----
run the installer
----
current
----
mingw base tools
g++ compiler
obejctive c compileer
mingw make
----
v:\codeblocks\MinGW
================
extract codeblocks.zip on V:
================
install or copy
7-zip
nsis
TortoiseSVN
into the root of V:
================
goto goto v:\codeblocks\MinGW\lib\gcc\mingw32\4.3.3
copy all files into
v:\codeblocks\MinGW\lib
================
place ufoai srouces at v:\ufoai
================
goto
http://gtkglext.sourceforge.net/downloaddownload Ver 1.2.0 and expand
goto gtkglext-1.2.0\gtk\ and copy *.h into
v:\codeblocks\MinGW\include\gtk
goto gtkglext-1.2.0\gdk\ and copy *.h *.c into
v:\codeblocks\MinGW\include\gdk
add this text into the file
V:\codeblocks\MinGW\include\gdkglext-config.h
/* gdkglext-config.h
*
* This is a generated file. Please modify `configure.in'
*/
#ifndef GDKGLEXT_CONFIG_H
#define GDKGLEXT_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define GDKGLEXT_WINDOWING_WIN32
#define GDKGLEXT_MULTIHEAD_SUPPORT
#if !defined(GDKGLEXT_MULTIHEAD_SUPPORT) && defined(GDK_MULTIHEAD_SAFE)
#error "Installed GdkGLExt library doesn't have multihead support."
#endif
#define GDKGLEXT_NEED_GLHALFNV_TYPEDEF
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GDKGLEXT_CONFIG_H */
goto
ftp://xmlsoft.org/libxml2/win32/download and extract libxml2-2.7.3.win32.zip
copy all files include\libxml to V:\codeblocks\MinGW\include\libxml