NMAKE FATAL ERROR U1073

M

mircohering

Hello,

i am trying to build an application from a foreign make file and i dont
know what is wrong with my makefile that i get that error above.... I
am a beginner with makefiles -> could you please help and push me in
the rigth direction?

Make File excerpt:
#***************************************************************************
# Compile each service module
#***************************************************************************

# Make C service AZRP01RE
..\AZRP01RE.obj : AZRP01RE.c \
.\BUSLOGIC.c \
.\AZCR001B.h
$(CC) $(CFLAGS) /I.\ /I.\ /Fo.\AZRP01RE.obj AZRP01RE.c


#*****************************************************************************
# Use SQL preprocessor to precompile all modules
#*****************************************************************************

# Pre-compile service module AZRP01RE
AZRP01RE.c : AZRP01RE. .\BUSLOGIC.c
FCPINCL C AZRP01RE. AZRP01RE.sqc
PROC AZRP01RE /D"WIN32_LEAN_AND_MEAN" /D"DBLIB_SKIP_PRAGMA_PACK"
/D"DBNTWIN32"


ERROR message:
NMAKE : fatal error U1073: 'AZRP01RE' konnte nicht erstellt werden

Help would be very much appreciated.
Thanks a lot,
Mirco
 
C

Chris Barts

Help would be very much appreciated.

Try reading the manual or, failing that, finding a more appropriate
newsgroup. Few of us here know anything about nmake.
 
K

Kenny McCormack

Hello,

i am trying to build an application from a foreign make file and i dont
know what is wrong with my makefile that i get that error above.... I
am a beginner with makefiles -> could you please help and push me in
the rigth direction?

Allow me to be the first to say this - and I say it from the deepness of my
heart, with all the kindness and love one has come to associate with the
helpful posts you get in this newsgroup:

Not portable. Can't discuss it here. Blah, blah, blah.
 
T

Tim Prince

Chris said:
Try reading the manual or, failing that, finding a more appropriate
newsgroup. Few of us here know anything about nmake.
As it appears to be a problem with SQL, it is totally foreign to this
group. If it were simply a make problem, I would advise switching from
NMAKE to a standard make.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top