Hi. I've decided to do a regression test in order to find out what's wrong with Dreamfall (see AppDB), and that involves comparing releases 0.9.61 and 1.1.12 (reports have been "garbage" ever since 1.0.0, but with errors different from mine). However, when building for the first time, this error occurs:
Code:
CC="ccache gcc" CFLAGS="-g -O0" ./configure --verbose && make depend && make
but it happens without CFLAGS all the same.
What version of Linux are you using and what type of CPU does your
computer have? If it is a 64 bit processor, you WILL have to use the
-m32 flag or Wine will not compile properly. Yes, we are working on
making Wine build properly for future versions.