Make 4.3.90 RC fails 3 tests on OpenBSD 7.1 i386

2022-09-25 Thread Mike Gran
in a different order k, i, b, c, g, j, l, a, d, e, f, all I know almost nothing about OpenBSD, or make's test suite, but, I could poke it a little, if I knew what to look for. Regards, Mike Gran

Re: GNU make 4.2.93 release candidate available

2020-01-07 Thread Mike Gran
a 3.0 pre-emptively in that list, or wait until it is official. I did build it with guile-3.0 with no issues, but, I didn't do any proper testing. Thanks, Mike Gran

Re: GNU make 4.2.90 release candidate available

2019-08-28 Thread Mike Gran via Bug-make
tion will cause warnings since   --export-dynamic is not supported for PE+ targets. There are a half-dozen test failures caused by paths you expect to be '../make' being printed as '/home/user/make-4.2.90/tests/../make When I get a chance, I'll try to make a prope

Re: Baffled by cc -o in Make manual

2017-08-01 Thread Mike Gran
On Tuesday, August 1, 2017, 10:31:15 AM PDT, Ray Foulkes wrote: > I am totally baffled as to what cc -o is doing there. Surely it should be > ld??> and then the -o is for "output" i.e. create "edit" as an executable. The above command is correct.  On the GNU Linux and BSD systems, usuallyone ha

[bug #51311] Checking search retries for implicit make rules

2017-06-25 Thread Mike Gran
Follow-up Comment #1, bug #51311 (project make): Markus, You've opened this as a bug. I believe it is not a bug. Again. I'm not a maintainer. Please note two things. 1. while "MOTD%.log: MOTD%.txt" is a pattern rule, "MOTD%.log: MOTD%.txt MOTD%.in" is not a pattern rule, because it has two ent

[bug #51292] Handling make rules where prerequisites are determined by functions for specific targets lists

2017-06-22 Thread Mike Gran
Follow-up Comment #2, bug #51292 (project make): Is this what you mean? CFLAGS = -g -O2 -Wall all: demo define GCOMP2 (define (root->list-of-objects target) (list (string-append target "_foo.o") (string-append target "_bar.o"))) #f endef $(guile $(GCOMP2)) demo: $(guile (root->list-

[bug #51292] Handling make rules where prerequisites are determined by functions for specific targets lists

2017-06-22 Thread Mike Gran
Additional Item Attachment, bug #51292 (project make): File name: makefile Size:0 KB File name: gcomp.scm Size:0 KB ___ Reply to this item at: ___

Re: message which I can't understand

2014-10-22 Thread Mike Gran
In the makefile line that begins unix: LIBS += - -L../../Visi you have an extra hyphen. On Wednesday, October 22, 2014 5:19 AM, Александр Давидюк wrote: > > >Hi. >Cannot undestand error:g++: error: -E or -x required when input is from >standard input >Linux SuSe 12.1, Qt 4.7.4, gcc4.6, Qt

Re: Hello, can you help me with this error message ? Thank you very much. Ray

2014-10-12 Thread Mike Gran
On Sunday, October 12, 2014 7:05 AM, Ray Eckert wrote: >ray@asrock:~$ cd /usr/local/src/makemkv-bin-1.8.13 >ray@asrock:/usr/local/src/makemkv-bin-1.8.13$ ls >bin Makefile src Note here that the only makefile you have in this directory is named "Makefile" >ray@asrock:/usr/local/src/makemk

Re: can't build GNU make from savannah git

2014-08-06 Thread Mike Gran
  > On Wednesday, August 6, 2014 4:23 PM, Paul Eggert wrote: > > Mike Gran wrote: > >>  You might remove the "-Wall -Werror" text of that line in >>  configure.ac, and that could fix it. > > Thanks, I tried that (patch attached) and the build g

Re: can't build GNU make from savannah git

2014-08-06 Thread Mike Gran
> On Wednesday, August 6, 2014 12:44 PM, Paul Eggert wrote: > > README.git says that the following should work, but it fails for me: > > git clone git://git.savannah.gnu.org/make.git > cd make > autoreconf -i > > I get failures under both Fedora 20 and Ubuntu 14.04 (attached). > Evidently I'