Picture of Anders 4746
Registered 5 years 227 days
Anders 4746 Thursday, 24 October 2019, 03:16 PM
Compilation error, SDK
Hi,

I get the following error when building a project:

Severity Code Description Project File Line Suppression State Suppression State
Error MSB3073 The command "call sdk/common/build/buildnum LDAPProxy.mak x86_64 "DEBUG=1"" exited with code 2. LDAPProxy C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Application Type\Linux\1.0\Linux.Makefile.Targets 316 

Nothing has been modified other than *.js files. There are no errors in the JavaScript and the error occurred without modifying anything. From one deployment to the next.

Could you please advice on what to do about this?

Kind regards
TDH-Net
Picture of Anders 4746
Registered 5 years 227 days
Anders 4746 Thursday, 24 October 2019, 03:22 PM
Re: Compilation error, SDK

Our make file is as follows:

include LDAPProxy/apps/apps.mak

APP_OBJS += $(OUTDIR)/obj/LDAPProxy.o
$(OUTDIR)/obj/LDAPProxy.o: LDAPProxy/LDAPProxy.cpp $(OUTDIR)/LDAPProxy/LDAPProxy.png

APP_OBJS += $(OUTDIR)/obj/LDAPProxy_tasks.o
$(OUTDIR)/obj/LDAPProxy_tasks.o: LDAPProxy/LDAPProxy_tasks.cpp

$(OUTDIR)/LDAPProxy/LDAPProxy.png: LDAPProxy/LDAPProxy.png
copy LDAPProxy\LDAPProxy.png $(OUTDIR)\LDAPProxy\LDAPProxy.png

Kind regards
Anders
← You can define your color theme preference here