Re: CARLA Simulator installation error

2025-02-09 Thread Jeffrey Walton
On Sun, Feb 9, 2025 at 12:18 PM Himanshu Pradeep wrote: > > Hello Team > I hope this email finds you well > > I was installing CARLA Simulator, building from source for windows. I am > following all the guidelines shown on the website Windows build - CARLA > Simulator . I am running Make version

Re: The first word in $(MAKEFLAGS) is not a group of short options

2025-02-09 Thread Dmitry Goncharov
On Sun, Feb 9, 2025 at 12:04 PM Masahiro Yamada wrote: ... > This is no longer true when MAKEFLAGS is set > via the command line. A command line definition of MAKEFLAGS is a bad idea. https://savannah.gnu.org/bugs/?62469 regards, Dmitry

The first word in $(MAKEFLAGS) is not a group of short options

2025-02-09 Thread Masahiro Yamada
The first word in $(MAKEFLAGS) is not a group of short options. The manual says as follows: "Recall that MAKEFLAGS will put all single-letter options (such as ‘-t’) into the first word, and that word will be empty if no single-letter options were given. To work with this, it’s helpful to add a va

CARLA Simulator installation error

2025-02-09 Thread Himanshu Pradeep
Hello Team I hope this email finds you well I was installing CARLA Simulator, building from source for windows. I am following all the guidelines shown on the website Windows build - CARLA Simulator . I am running Make version 3.81 C:\carla>

Negating --no-print-directory

2025-02-09 Thread Masahiro Yamada
Hi. When --no-print-directory is set in MAKEFLAGS, what is the best way to negate it? One solution is to filter it out from MAKEFLAGS. IMHO, it would be simpler to be able to negate --no-print-directory by passing -w (--print-directory). [Working solution] ifeq ($(SUBMAKE),) MAKEFLAGS += --n