Frank Cox írta:
On Wed, 14 Nov 2007 09:21:00 +0100
Zoltan Boszormenyi <zboszor@xxxxxxxxxxx> wrote:
also dosemu on F8 needs the second patch to successfully compile.
Odd -- dosemu 1.4 compiled just fine for me on F8 x86_64 without that patch and
it appears to be working fine.
What am I missing?
You are missing this error:
In function 'open',
inlined from 'getconf' at dexeconfig.c:241,
inlined from 'main' at dexeconfig.c:293:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode'
declared with attribute error: open with O_CREAT in second argument
needs 3 arguments
make[2]: *** [dexeconfig.o] Error 1
I don't know why don't you get this error,
maybe we are using different dosemu 1.4.0
or different glibc-devel?...
Otherwise it's working fine after adding the 3rd parameter for open(,
O_CREAT)
Best regards,
Zoltán Böszörményi