PDA

View Full Version : [URGENT] Weird compile error [URGENT]



MarkoSan
15th May 2008, 11:50
Hi to all!

Yesterday I've upgraded MinGW to latest version and everything was compiling ok. Today in I've started the computer and I am trying ti compile my project and I get following weird error:
mingw32-make
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Documents and Settings/xxxxxx/workspace/Client'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\eROSystem.exe object_script.eROSystem.Debug -L"c:\Qt\4.3.4\lib" -lmingw32 -lqtmaind -lQtSqld4 -lQtGuid4 -lQtCored4
c:\Qt\4.3.4\lib/libQtGuid4.a: could not read symbols: Malformed archive
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\eROSystem.exe] Error 1
mingw32-make[1]: Leaving directory `C:/Documents and Settings/xxxxxx/workspace/Client'
mingw32-make: *** [debug] Error 2

What should I do, please help!

jacek
24th May 2008, 17:28
It seems that something has happened to the file. Check your filesystem.

MarkoSan
24th May 2008, 22:48
I've recompiled whole qt and it is ok.

jacek
24th May 2008, 23:54
I've recompiled whole qt and it is ok.
I had similar problem at least twice this year. I don't know why, but NTFS tends to break on the directory with Qt. ;)