Auto generated makefile fails @ line 6 [message #1860611] |
Mon, 21 August 2023 19:30 |
Clifton Liles Messages: 18 Registered: October 2011 Location: Texas |
Junior Member |
|
|
The auto generated makefile fails at line 6 with 'Command syntax error' most lines following fail after line 11 with the same error. The first few lines of errors follow:
make all
MAKE Version 5.43 Copyright (c) 1987, 2019 Embarcadero Technologies, Inc.
Error makefile 6: Command syntax error
Error makefile 11: Command syntax error
Error makefile 12: Command syntax error
Error makefile 13: Command syntax error
Error makefile 15: Command syntax error
ooo
Error makefile 36: Command syntax error
Error makefile 72: Command syntax error
*** 26 errors during make ***
"make all" terminated with exit code 1. Build might be incomplete.
The first few lines of the makefile are:
##########################################################
# Automatically-generated file. Do not edit!
##########################################################
-include ../makefile.init
<(line 6) blank
RM := del
# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk
-------------------------------- ooo
Any idea what is causing this?
Note there is no ../makefile.init that I can see. see make1.
I make a fake ../makefile.init , same error.
More information will be added if requested.
Cliff
-
Attachment: make1.png
(Size: 22.37KB, Downloaded 88 times)
Failure is not an option. It comes bundled with your Microsoft products.
[Updated on: Thu, 24 August 2023 22:41] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.07610 seconds