I'm currently trying to get the source code of irrlicht compiled on a windows system. I'm using Eclipse with the CDT C++ editor and minGW compiler to compile the entire project. At the moment I'm getting several errors, and everytime I rebuild i'm getting different errors.
Also I keep getting issues with the X11 files and the MAC files although I have disaibled them by configuring the configheader of irrlicht.
Some of the errors
============
1. dllimport error, no idea why
Code: Select all
Severity and Description Path Resource Location Creation Time Id
function `irr::io::IrrXMLReaderUTF32* irr::io::createIrrXMLReaderUTF32(irr::io::IFileReadCallBack*)' definition is marked dllimport. daydream/render core irrXML.cpp line 141 1200493438375 22830
function `irr::io::IrrXMLReaderUTF32* irr::io::createIrrXMLReaderUTF32(FILE*)' definition is marked dllimport. daydream/render core irrXML.cpp line 134 1200493438375 22829
function `irr::io::IrrXMLReaderUTF32* irr::io::createIrrXMLReaderUTF32(const char*)' definition is marked dllimport. daydream/render core irrXML.cpp line 127 1200493438375 22828
function `irr::io::IrrXMLReaderUTF16* irr::io::createIrrXMLReaderUTF16(irr::io::IFileReadCallBack*)' definition is marked dllimport. daydream/render core irrXML.cpp line 120 1200493438375 22827
function `irr::io::IrrXMLReaderUTF16* irr::io::createIrrXMLReaderUTF16(FILE*)' definition is marked dllimport. daydream/render core irrXML.cpp line 113 1200493438375 22826
function `irr::io::IrrXMLReaderUTF16* irr::io::createIrrXMLReaderUTF16(const char*)' definition is marked dllimport. daydream/render core irrXML.cpp line 106 1200493438375 22825
function `irr::io::IrrXMLReader* irr::io::createIrrXMLReader(irr::io::IFileReadCallBack*)' definition is marked dllimport. daydream/render core irrXML.cpp line 99 1200493438375 22824
function `irr::io::IrrXMLReader* irr::io::createIrrXMLReader(FILE*)' definition is marked dllimport. daydream/render core irrXML.cpp line 92 1200493438375 22823
function `irr::io::IrrXMLReader* irr::io::createIrrXMLReader(const char*)' definition is marked dllimport. daydream/render core irrXML.cpp line 85 1200493438375 22822
Code: Select all
Severity and Description Path Resource Location Creation Time Id
X11/Xutil.h: No such file or directory daydream/render core/libpng/contrib/gregbook rpng2-x.c line 70 1200494418593 23282
X11/Xos.h: No such file or directory daydream/render core/libpng/contrib/gregbook rpng2-x.c line 71 1200494418593 23283
X11/Xlib.h: No such file or directory daydream/render core/libpng/contrib/gregbook rpng2-x.c line 69 1200494418593 23281
X11/keysym.h: No such file or directory daydream/render core/libpng/contrib/gregbook rpng2-x.c line 72 1200494418593 23284
Code: Select all
Severity and Description Path Resource Location Creation Time Id
`PNG_SELECT_WRITE' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 75 1200494503140 23429
`PNG_SELECT_WRITE' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 272 1200494503140 23443
`PNG_SELECT_READ' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 75 1200494503140 23428
`PNG_SELECT_READ' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 272 1200494503140 23442
`PNG_ASM_FLAG_MMX_SUPPORT_IN_CPU' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 282 1200494503140 23445
`PNG_ASM_FLAG_MMX_SUPPORT_COMPILED' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 274 1200494503140 23444
`PNG_ASM_FLAG_MMX_READ_INTERLACE' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 104 1200494503140 23435
`PNG_ASM_FLAG_MMX_READ_INTERLACE' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 262 1200494503140 23441
`PNG_ASM_FLAG_MMX_READ_FILTER_UP' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 90 1200494503140 23431
`PNG_ASM_FLAG_MMX_READ_FILTER_UP' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 255 1200494503140 23437
`PNG_ASM_FLAG_MMX_READ_FILTER_SUB' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 88 1200494503140 23430
`PNG_ASM_FLAG_MMX_READ_FILTER_SUB' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 255 1200494503140 23436
`PNG_ASM_FLAG_MMX_READ_FILTER_PAETH' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 94 1200494503140 23433
`PNG_ASM_FLAG_MMX_READ_FILTER_PAETH' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 255 1200494503140 23439
`PNG_ASM_FLAG_MMX_READ_FILTER_AVG' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 92 1200494503140 23432
`PNG_ASM_FLAG_MMX_READ_FILTER_AVG' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 255 1200494503140 23438
`PNG_ASM_FLAG_MMX_READ_COMBINE_ROW' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 100 1200494503140 23434
`PNG_ASM_FLAG_MMX_READ_COMBINE_ROW' undeclared (first use in this function) daydream/render core/libpng/contrib/gregbook readpng2.c line 260 1200494503140 23440