This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling Xfree86


Please take this discussion to the appropriate mailing list:

cygwin-xfree@sources.redhat.com

cgf

On Thu, Sep 28, 2000 at 08:47:26AM -0400, Jason Tishler wrote:
>Michael,
>
>On Wed, Sep 27, 2000 at 04:10:14PM -0500, Michael O'Melia wrote:
>> Here is an example of an error that I get when trying to compile Xfree.  It
>> seems to be the only error type that I have left (albeit, all over the
>> place!)
>> 
>> rm -f junk.o
>> gcc -c -O2  -Wall  -I../../lib/X11 -I../../include/extensions  -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   -DFU
>> NCPROTO=15 -DNARROWPROTO       -D_DLL junk.c
>> junk.c:2: conflicting types for `_cygwin_dll_entry'
>> junk.c:2: previous declaration of `_cygwin_dll_entry'
>> make: *** [junk.o] Error 1
>
>Since you did not include junk.c in your post, I can only guess.  I
>think that you are having a similar problem to what I encountered while
>building PostgreSQL 7.0.2 on Cygwin 1.1.4.  See the following for more
>details:
>
>    http://sources.redhat.com/ml/cygwin/2000-09/msg00791.html
>
>I resolved my problem by replacing /usr/include/cygwin/cygwin_dll.h with
>one from the development snapshots.  I used the following successfully:
>
>    http://sources.redhat.com/cygwin/snapshots/cygwin-src-20000918.tar.bz2/winsup/cygwin/include/cygwin/cygwin_dll.h
>
>Hope the above helps.
>
>Jason
>
>-- 
>Jason Tishler
>Director, Software Engineering       Phone: +1 (732) 264-8770 x235
>Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
>82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
>Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
cgf@cygnus.com                        Cygnus Solutions, a Red Hat company
http://sourceware.cygnus.com/         http://www.redhat.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]