This is the mail archive of the cygwin-xfree@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: Compilation of the source, and aquisition of binaries


/usr/include/w32api/winnt.h:2330: warning: struct has no named members
/usr/include/w32api/winnt.h:2446: warning: ANSI C doesn't support unnamed
structs/unions
/usr/include/w32api/winnt.h:2472: warning: ANSI C doesn't support unnamed
structs/unions
In file included from /usr/include/w32api/windows.h:100,
                 from /usr/include/cygwin/cygwin_dll.h:14,
                 from junk.c:1:
/usr/include/w32api/winbase.h:815: warning: ANSI C doesn't support unnamed
structs/unions
/usr/include/w32api/winbase.h:816: warning: ANSI C doesn't support unnamed
structs/unions
/usr/include/w32api/winbase.h:911: warning: ANSI C doesn't support unnamed
structs/unions
junk.c:2: warning: ANSI C does not allow extra `;' outside of a function
junk.c:4: conflicting types for `dll_main'
junk.c:2: previous declaration of `dll_main'
make[4]: *** [junk.o] Error 1
rm -f X11.def

You need to get the source from XFree86.org CVS (check
http://www.xfree86.org) on how to
retrieve sources from CVS or downlaod the recently released XFREE86 4.0.2.
The Cygwin dll_main was fixed a while ago.  Your Dlls are not built
therefore none of the clients and other stuff will build.

Suhaib

-----Original Message-----
From: Wayne Jackson [mailto:warp_kez@bigpond.net.au]
Sent: Friday, January 12, 2001 4:48 PM
To: Suhaib Siddiqi
Subject: Re: Compilation of the source, and aquisition of binaries


Sahaib,

Here is the build log.  When I grep'ed for XWin I noticed that there were
some error.  I also grep'ed for libX11.dll, but only 2 lines appeared:
rm -f libX11.a
rm -f libX11.dll

(about this time I wished I was more proficient with C/C++ programming)

TIA

Wayne

----- Original Message -----
From: "Suhaib Siddiqi" <ssiddiqi@inspirepharm.com>
To: <cygwin-xfree@sources.redhat.com>
Sent: Friday, January 12, 2001 10:31 PM
Subject: RE: Compilation of the source, and aquisition of binaries


> In case libX11.dll is not building then almost every thing will fail
> afterward.
>
> Yes, I am on T1 at work and Cable Modem at home, for me it, at home, does
> not take more then 20 minutes to download entire CVS of XF86 from CVS.
>
> Suhaib
>
> -----Original Message-----
> From: Wayne Jackson [mailto:warp_kez@bigpond.net.au]
> Sent: Friday, January 12, 2001 7:33 AM
> To: cygwin-xfree@sourceware.cygnus.com
> Subject: Re: Compilation of the source, and aquisition of binaries
>
>
> I'll have to do that in the morning.  I gave up after watching it go for 4
> hrs at a time before seeing if it had worked.
>
> I'll have a squizz for any "errors" through out the log, before I post it
to
> you directly, incase I am myself missing something - hope you have a fast
> connection! ;-)
>
> Wayne
>
> ----- Original Message -----
> From: "Suhaib Siddiqi" <ssiddiqi@inspirepharm.com>
> To: <cygwin-xfree@sourceware.cygnus.com>
> Sent: Friday, January 12, 2001 10:23 PM
> Subject: RE: Compilation of the source, and aquisition of binaries
>
>
> > Post your build log.  better send it to be directly and not post a 1 MB
of
> > build log to the list.  your compilation is failing therefore you get
> almost
> > nothing installed.
> >
> > Suhaib
> >
> > -----Original Message-----
> > From: Wayne Jackson [mailto:warp_kez@bigpond.net.au]
> > Sent: Friday, January 12, 2001 7:26 AM
> > To: cygwin-xfree@sourceware.cygnus.com
> > Subject: Re: Compilation of the source, and aquisition of binaries
> >
> >
> > Using the cygwin distro downloaded via the "setup.exe" binary:
> >
> > First thing I do after making the modifications to the config files; I
run
> > make World.
> >
> > Then I run the install segments, but when I go the /usr/X11R6/* only the
> > libraries are present, not very many executable binaries.
> >
> > Compiling Xfree86 under a Unix environment by doing: make World && make
> > Install && make Install.man will create all the binaries needed to run
X.
> >
> > Is there a step that I am missing in regards to this distro of X?
> >
> > Step I am taking:
> > 1) Rename site-cygwin.def to site.def
> > 2) In ~/xc make World
> > 3) make install
> > 4) make install.man
> >
> > And that is it, nothing else is done as there is nothing to run.
> >
> > I know doing the same with the code from X.Org will only produce the
> > libraries, and only a few exec's similar to what is happening in this
> case.
> >
> > Wayne
> >
> > ----- Original Message -----
> > From: "Suhaib Siddiqi" <ssiddiqi@inspirepharm.com>
> > To: "'Wayne Jackson'" <warp_kez@hatmail.com>;
> > <cygwin-xfree@sourceware.cygnus.com>
> > Sent: Friday, January 12, 2001 10:05 PM
> > Subject: RE: Compilation of the source, and aquisition of binaries
> >
> >
> > > Wayne,
> > > I do not understand what are you doing?
> > >
> > > make World should default to cygwin.cf and you need to install Cygwin
> and
> > > GCC.
> > >
> > > Suhaib
> > >
> > > -----Original Message-----
> > > From: Wayne Jackson [mailto:warp_kez@hatmail.com]
> > > Sent: Thursday, January 11, 2001 11:07 PM
> > > To: cygwin-xfree@sourceware.cygnus.com
> > > Subject: Re: Compilation of the source, and aquisition of binaries
> > >
> > >
> > > I have gone through the site again, have not found anything thus far.
> > >
> > > After getting the source and decompressing it out, I remove site.def
and
> > > replace it with the cygwin-site.def.
> > >
> > > Follow that with make World && make install && make install.man
> > >
> > > By default, from memory, the .cf files are set to defaults and should
> just
> > > work.  Well at least on a Unix machine they just work.
> > >
> > > When compiling under Win32, the framebuffer is disabled, again from
> > memory,
> > > for win32.cf and win32.rules.
> > >
> > > I am download xggi at the moment as I will give it a go and see what
> > results
> > > I get from that.
> > >
> > > Thanks
> > >
> > > Wayne
> > >
> > >
> > >
> >
>

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