public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How soon will cyg compile via gcc ?
@ 2000-03-21 20:50 Andrew G. Tereschenko [home]
  2000-03-21 21:02 ` Mumit Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew G. Tereschenko [home] @ 2000-03-21 20:50 UTC (permalink / raw)
  To: cygwin

How about fix wrong source in cvs ? 
fhandler_tape.cc: In function `long long int get_ll(union LARGE_INTEGER *)'
fhandler_tape.cc:702: `union _LARGE_INTEGER' has no member named `HighPart'
fhandler_tape.cc:704: `union _LARGE_INTEGER' has no member named `LowPart'

I have several files with this error ... How about write _STRUCT_NAME(u.) ? [or u.] 

Also how about this craizy lines :
  BOOL (WINAPI *gdfse) (LPCSTR, long long *, long long *, long long *) =
    (BOOL (WINAPI *) (LPCSTR, long long *, long long *, long long *))
      GetProcAddress (k32, "GetDiskFreeSpaceExA");

Something wrong in them ... Nobody in my firm still can't find solution for this puzzle ;o)

P.S> Hmm ...Possibly i'm dummy - but how soon i will be able to to compile cygwin via cygwin (gcc 2.9.2 under cygwin ;o) ?

================
Andrew G. Tereschenko
Odessa, Ukraine






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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How soon will cyg compile via gcc ?
  2000-03-21 20:50 How soon will cyg compile via gcc ? Andrew G. Tereschenko [home]
@ 2000-03-21 21:02 ` Mumit Khan
  2000-03-21 21:09   ` Chris Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Mumit Khan @ 2000-03-21 21:02 UTC (permalink / raw)
  To: Andrew G. Tereschenko [home]; +Cc: cygwin

"Andrew G. Tereschenko [home]" <tag_aka_day@email.com> writes:
> How about fix wrong source in cvs ? 
> fhandler_tape.cc: In function `long long int get_ll(union LARGE_INTEGER *)'
> fhandler_tape.cc:702: `union _LARGE_INTEGER' has no member named `HighPart'
> fhandler_tape.cc:704: `union _LARGE_INTEGER' has no member named `LowPart'
> 
> I have several files with this error ... How about write _STRUCT_NAME(u.) ? [
> or u.] 

What CVS source do you have? What compiler do you have? You need to have
gcc-2.95.2 to handle anonymous unions.

Check the following output: 

  $ make VERBOSE=yes

and post what you get to the cygwin-developers list (*not* here). Before 
you do that however, make sure your CVS tree is up-to-date.

> Also how about this craizy lines :
>   BOOL (WINAPI *gdfse) (LPCSTR, long long *, long long *, long long *) =
>     (BOOL (WINAPI *) (LPCSTR, long long *, long long *, long long *))
>       GetProcAddress (k32, "GetDiskFreeSpaceExA");
> 
> Something wrong in them ... Nobody in my firm still can't find solution for t
> his puzzle ;o)

Looks fine to me. What is this puzzle exactly?

> P.S> Hmm ...Possibly i'm dummy - but how soon i will be able to to compile cy
> gwin via cygwin (gcc 2.9.2 under cygwin ;o) ?

It works now, and has worked for a while. There may be occasional
instability in the development sources, but that's part of using
development sources.

Issues dealing with building Cygwin development (CVS) sources belong in
cygwin-developers list, where these issues are discussed and solved.

Regards,
Mumit


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How soon will cyg compile via gcc ?
  2000-03-21 21:02 ` Mumit Khan
@ 2000-03-21 21:09   ` Chris Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Faylor @ 2000-03-21 21:09 UTC (permalink / raw)
  To: cygwin

On Tue, Mar 21, 2000 at 11:01:32PM -0600, Mumit Khan wrote:
>and post what you get to the cygwin-developers list (*not* here). Before 
>you do that however, make sure your CVS tree is up-to-date.

Actually people can't do this without subscribing first and they won't
be able to subscribe unless they are willing to contribute code to the
cygwin DLL.

If this is just a problem with an outdated compiler then either this
user should wait for the next release or they should spend a little
more time setting up their development environment.

cgf

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How soon will cyg compile via gcc ?
@ 2000-03-22  6:59 Andrew G. Tereshchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew G. Tereshchenko @ 2000-03-22  6:59 UTC (permalink / raw)
  To: cygwin

Sorry for my stupid mistake. I've setuped cygwin long time ago (more then a
month) and now did't check version of gcc. I was thinking that i've setuped
2.95.2 (becouse i've downloaded it in the same time that other stuff and
becouse i was succesfully compiled cvs-1.10.8 (client/server)[with Andy Piper
pserver patch] without major problems related to gcc version). 
 Now i'm building whole tree... I hope will finish in few hours ... 

Andrew G. Tereschenko
Odessa, Ukraine

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-03-22  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-21 20:50 How soon will cyg compile via gcc ? Andrew G. Tereschenko [home]
2000-03-21 21:02 ` Mumit Khan
2000-03-21 21:09   ` Chris Faylor
2000-03-22  6:59 Andrew G. Tereshchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).