conflicting types for `_cygwin_dll_entry' with fresh cygwin-1.1.4 and latest Xfree

Suhaib Siddiqi ssiddiqi@inspirepharm.com
Wed Aug 30 14:22:00 GMT 2000


>
> making all in programs/xkbcomp/compat...
> make[5]: Entering directory `/gnu/src/xc/programs/xkbcomp/compat'
> rm -f compat.dir
> LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/xkbcomp
> -lfhlpR -o compat.dir '*'
> ../../../exports/bin/xkbcomp: not found
> make[5]: *** [compat.dir] Error 127
> make[5]: Target `all' not remade because of errors.
> make[5]: Leaving directory `/gnu/src/xc/programs/xkbcomp/compat'
>
>    xkbcomp gets compiled but not copied to exports/bin

for some reasons you are not getting xkbcomp copied over to /xc/exports/bin
directory


>
> b)
>
> make[4]: Entering directory `/gnu/src/xc/programs/xload'
> gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return
> -fvtable-thunks -m486 -Wall     -I../.. -I../../exports/include
> -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT -D_X86_
> -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT
> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE -DX_SOURCE   -DFUNCPROTO=15 -DNARROWPROTO
> -DOSMAJORVERSION=1 -DOSMINORVERSION=1   -c -o xload.o xload.c
> xload.c: In function `main':
> xload.c:156: warning: implicit declaration of function `InitLoadPoint'
> get_load.c:55: nlist.h: No such file or directory
> make[4]: *** [get_load.o] Error 1
> make[4]: Target `all' not remade because of errors.


Forget about this one.  It is broken and will always be.  It need direct
access
to hardware, which is not possible at the moment for Windows.  Beside
Cygwin has no support for nlist.h and nlstype.h


>
> c)
>
> making all in programs/xterm...
> make[4]: Entering directory `/gnu/src/xc/programs/xterm'
> gcc -O2 -pedantic -fno-strength-reduce -fpcc-struct-return
> resize.c:72: warning: `USE_TERMCAP' redefined
> resize.c:38: warning: this is the location of the previous definition
> resize.c:290: curses.h: No such file or directory
> make[4]: *** [resize.o] Error 1


Install curses.h

>
> d)
>
> make[5]: Leaving directory `/gnu/src/xc/programs/Xserver/hw/wvfb'
> gcc -o XFree86.exe -O2 -pedantic -fno-strength-reduce
> -fpcc-struct-return -fvtable-thunks -m486 -Wall
> PEX5/ddpex/mi/level1/libddpex1.a
PEX5/ospex/libospex.a GL/glx/libglx.a                >
GL/mesa/src/X/libGLcoreX.a                GL/mesa/src/libGLcore.a
>                 mi/libmi.a   -L/usr/X11R6/lib
> -L../../exports/lib -lXfont dix/libxpstubs.a -lz -lm
> gcc -o XWin.exe -O2 -pedantic -fno-strength-reduce
> -fpcc-struct-return -fvtable-thunks -m486 -Wall
> -L../../exports/lib hw/xwin/InitInput.o hw/xwin/InitOutput.o
> hw/xwin/stubs.o hw/xwin/directx.o hw/xwin/dpmsstubs.o dix/main.o
> hw/xwin/ntux_xf.o  	dix/libdix.a os/libos.a
> ../../lib/Xau/libXau.a ../../lib/Xdmcp/libXdmcp.a
> hw/xwin/libXWin.a cfb/libcfb.a cfb16/libcfb16.a
> cfb24/libcfb24.a cfb32/libcfb32.a mfb/libmfb.a dix/libxpstubs.a
> mi/lib            GL/mesa/src/libGLcore.a
>                 mi/libmi.a    -L/usr/X11R6/lib
> -L../../exports/lib -lXfont dix/libxpstubs.a -L../../exports/lib
> -lXext -lX11 -lz -lm
> gcc: hw/xwin/ntux_xf.o: No such file or directory
> make[4]: *** [XWin.exe] Error 1
> make[4]: Target `all' not remade because of errors.

That is why I said get it from CVS.

Try cd to /xc/programs/Xserver/hw/xwin and type make
then go back to /xc/programs/Xserver and type
make XWin.exe


>
>
> e)
>
> rm -f encodings.dir fonts.dir
> + LD_LIBRARY_PATH=../../../exports/lib
> ../../../exports/bin/mkfontdir -r -p
> /usr/X11R6/lib/X11/fonts/encodings/large/ -e . .
> ../../../exports/bin/mkfontdir: not found
> make[5]: *** [encodings.dir] Error 127
> make[5]: Target `all' not remade because of errors.
> make[5]: Leaving directory `/gnu/src/xc/fonts/encodings/large'
> make[4]: *** [large] Error 2
>


You are not getting mkfontdir copies to /xc/exports/bin


Suhaib



More information about the Cygwin-xfree mailing list