GCC in vista...the strangest problem..
GCC in vista...the strangest problem..
I have finally figured out how to get GCC almost working, it executes cc1 and all of them
but now I get for a simple #include <stdio.h> it will include that file, But it won't include an include of an include, like in stdio.h is <stddef.h> and to this, it will say "file does not exist"
why the crap is this!? I have tried doing everything, running things as admin and everything...but nothing works
but now I get for a simple #include <stdio.h> it will include that file, But it won't include an include of an include, like in stdio.h is <stddef.h> and to this, it will say "file does not exist"
why the crap is this!? I have tried doing everything, running things as admin and everything...but nothing works
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
/me braces self...
actually GCC does works better on *nix systems it has much more documentation and your not forced to use crazy crap like a win32api emulation thing(cygwin) or the messed up linker of mingw
also unix isn't used nearly as much now, it's all unix variants, like linux, openbsd, ect
edit:
btw I'm a windows user, so I'm not really that biased, but if they ever port a few things like flash mx and some sound recording programs to *nix systems, then I would probably switch..
actually GCC does works better on *nix systems it has much more documentation and your not forced to use crazy crap like a win32api emulation thing(cygwin) or the messed up linker of mingw
also unix isn't used nearly as much now, it's all unix variants, like linux, openbsd, ect
edit:
btw I'm a windows user, so I'm not really that biased, but if they ever port a few things like flash mx and some sound recording programs to *nix systems, then I would probably switch..
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
What do you mean by "some sound recording programs"? If Linux is ok with you, there's everything from simple recorders (too many to list) to DAWs.hckr83 wrote: edit:
btw I'm a windows user, so I'm not really that biased, but if they ever port a few things like flash mx and some sound recording programs to *nix systems, then I would probably switch..
Various programs (well, with a bridge anything that supports DSSI) can also host Windows VST plugins (with some help from Wine) if you are into that kind of stuff. Haven't tested that myself though.
As for Flash MX, no idea if that runs in Wine. You could give it a try.
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.