Deutsch English Français Italiano |
<vql6g9$v4bj$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: bart <bc@freeuk.com> Newsgroups: comp.lang.c Subject: Re: Python recompile Date: Sun, 9 Mar 2025 22:59:22 +0000 Organization: A noiseless patient Spider Lines: 38 Message-ID: <vql6g9$v4bj$1@dont-email.me> References: <vq1qas$j22$1@gallifrey.nk.ca> <vq3oag$18iv6$1@dont-email.me> <vq4hf2$1brf7$1@dont-email.me> <vq4l3d$1ck9e$1@dont-email.me> <vq4m0u$1ctpn$1@dont-email.me> <vq4n05$1d5dv$1@dont-email.me> <vq4om7$1dbo2$2@dont-email.me> <vq6dqh$1pskk$1@dont-email.me> <vq6f8p$1pmnk$1@dont-email.me> <vq6gqc$1qcp8$1@dont-email.me> <vq6ips$1pmnk$2@dont-email.me> <vq6j5h$1qosf$1@dont-email.me> <20250304092827.708@kylheku.com> <vq7g1p$1vmg5$1@dont-email.me> <vq94dt$2boso$1@dont-email.me> <vqcsk7$23bfo$1@paganini.bofh.team> <vqefn1$3flpt$1@dont-email.me> <vqeu5c$3imil$1@dont-email.me> <vqeun4$3iqbq$1@dont-email.me> <vqfcbe$3lkkc$1@dont-email.me> <vqh569$3e9d$1@dont-email.me> <vqhj2e$5u26$1@dont-email.me> <vqhp18$75es$1@dont-email.me> <vqhs8o$7o8n$1@dont-email.me> <vqjkj0$l82b$1@dont-email.me> <20250309114336.00006b0a@yahoo.com> <vqk0ro$nebg$1@dont-email.me> <vql2m6$uei7$4@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 09 Mar 2025 23:59:21 +0100 (CET) Injection-Info: dont-email.me; posting-host="69b69def121069d466e382fb0133eb9e"; logging-data="1020275"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18j1w3SWnvucQ3WLwakNmps" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:2HMRO0DJCa2GDKALDA3ghIO/qNo= Content-Language: en-GB In-Reply-To: <vql2m6$uei7$4@dont-email.me> Bytes: 3268 On 09/03/2025 21:54, Lawrence D'Oliveiro wrote: > On Sun, 9 Mar 2025 12:16:56 +0000, bart wrote: > >> It's more likely that they don't even think about it. > > Feel free to supply the thinking you think (heh) is missing. It’s all Open > Source, after all. > >> They only get vocal when it is necessary to build on a non-Unix >> environment and complain that it is rubbish because all that baggage is >> missing. > > No, you were the one complaining about not being able to get a build to > work on Windows. A build originating on Unix systems. > And this for a package which is known to build on > Windows. It has been known to. But as I showed it doesn't always work. But, when I eliminate the makefile nonsense, it often does work, more simply and more quickly. However I need to hunt down the basic info needed (WHICH C FILES DO I HAVE TO SUBMIT TO THE COMPILER? It's not hard!), because that information is usually buried inside makefiles. That is, when makefiles even exist, and are not synthesised by yet another layer of complexity. The way I see it is that you guys would be lost without the hand-holding provided by your environment. Suppose I were to pose a challenge: take a project, in C, that normally relies on makefiles, and find out how it could be built using ONLY a C compiler, and the necessary .c and .h files. Think you could do it, or is that just too hard?