Performing Custom Build Step
Der Befehl "D:\DA\aztec-3rd-party-libs-1.1.3\flex-2.5.4" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
D:\DA\aztec-3rd-party-libs-1.1.3\flex-2.5.4 -od:\DA\aztec-src-1.1.3\aztec\source\AztecLib\src\keyval.c d:\DA\aztec-src-1.1.3\aztec\source\AztecLib\src\keyval.l
Project : error PRJ0019: A tool returned an error code: "Performing Custom Build Step"
Build log was saved at "file://d:\DA\aztec-src-1.1.3\aztec\redist\debug\win32-i386\obj\AztecLib\BuildLog.htm"
AztecLib - 1 error(s), 0 warning(s)
-------
can someone help me out of this error?
thx in advance
d'a prodigy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I'm trying to build the AztecLib, all environment variables are set, but a tool always return an error code ... like this:
------ Build started: Project: AztecLib, Configuration: Debug Win32 ------
Performing Custom Build Step
Der Befehl "D:\DA\aztec-3rd-party-libs-1.1.3\flex-2.5.4" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
D:\DA\aztec-3rd-party-libs-1.1.3\flex-2.5.4 -od:\DA\aztec-src-1.1.3\aztec\source\AztecLib\src\keyval.c d:\DA\aztec-src-1.1.3\aztec\source\AztecLib\src\keyval.l
Project : error PRJ0019: A tool returned an error code: "Performing Custom Build Step"
Build log was saved at "file://d:\DA\aztec-src-1.1.3\aztec\redist\debug\win32-i386\obj\AztecLib\BuildLog.htm"
AztecLib - 1 error(s), 0 warning(s)
-------
can someone help me out of this error?
thx in advance
d'a prodigy
Man apologies for for the very hard build process!
The problem here is that the FLEX environment variable isn't set properly. It need to be set to the executable, not just the directory.
for example:
FLEX=d:\utils\flex-2.5.4\flex.exe
Hopefully that will fix the problem.
thx a lot !! this helped ;-)
now I can build the hole solution ... but when I try to run the prog in debugger mode it throws an exception ...
the prog don't find the file MSVCRTD.dll ...
an idea what can be useful?
d'a prodigy