Deutsch   English   Français   Italiano  
<20240317120153.00001c1f@yahoo.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.lang.c
Subject: Re: Microsoft woes
Date: Sun, 17 Mar 2024 12:01:53 +0200
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <20240317120153.00001c1f@yahoo.com>
References: <ut683d$3dtm5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="fd62a22e31fcf9828d4eedf77229489a";
	logging-data="3610420"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/umkwDCoZ1yae1OxvGVjwDSW2qlVWehPc="
Cancel-Lock: sha1:V9aFVibO1Eh+yuS14R4p5mUuRbg=
X-Newsreader: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
Bytes: 2072

On Sun, 17 Mar 2024 08:02:40 +0000
Malcolm McLean <malcolm.arthur.mclean@gmail.com> wrote:

> Life goes on it's merry way independedent of Usenet and programming,
> and I can now sleep at my own house once more, and I dusted off a
> Windows machine which had been laid up for four years. And of course
> I wanted to simply compile the flood fill code and run some quick
> tests.
> 
> And what a nightmare. The whole evening getting the machine back in
> the land of the living. What should be routine - compile an ANSI C
> program which calls the standard library, is just not made routine.
> 3GB of components had to be downloaded, and a runtime library
> obtained and downloaded specially. Then the project setting need
> fiddling with in unexpected and not very obvious ways.
> 

It's much easier if you don't insist on using Visual Studio GUI.
cl.exe is still the same cl.exe with the same options.
Downloads are nonsensically huge, that's true. But that was already
true four years ago.

> Utter, utter unacceptable chaos and difficulty and hurdles.
> Considering that 4 years ago it was set up to compile a C program.

What prevented you from using existing setup?