i just want to compile it !!!
i have instaled msvc++6 whith the sp5 but i've always an error message!
How can i do?
i just begin c++ so may be it's very simple :-)
here my buil log:
--------------------Configuration: AztecLib - Win32 Debug--------------------
Performing Custom Build Step on .srckeyval.l
Le chemin d'accs spcifi est introuvable.
-o.srckeyval.c .srckeyval.l
Compiling...
Error spawning cl.exe
AztecLibd.dll - 1 error(s), 0 warning(s)
The following environment variables were not found
$(JAVASCRIPT_INCLUDEDIR)
$(FLEX)
$(JAVASCRIPT_LIBDIR)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You picked a yucky project to try and build! :) Its very messy.
Best bet is to read the docs/BuildingAztec.html in the source release.
It contains a bunch URLs that you have to go and download software, and some environment variables you have to set in order to compile aztec.
Be careful though, its very picky, so you have to get it right.
Hope it helps, and have fun!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i just want to compile it !!!
i have instaled msvc++6 whith the sp5 but i've always an error message!
How can i do?
i just begin c++ so may be it's very simple :-)
here my buil log:
--------------------Configuration: AztecLib - Win32 Debug--------------------
Performing Custom Build Step on .srckeyval.l
Le chemin d'accs spcifi est introuvable.
-o.srckeyval.c .srckeyval.l
Compiling...
Error spawning cl.exe
AztecLibd.dll - 1 error(s), 0 warning(s)
The following environment variables were not found
$(JAVASCRIPT_INCLUDEDIR)
$(FLEX)
$(JAVASCRIPT_LIBDIR)
You picked a yucky project to try and build! :) Its very messy.
Best bet is to read the docs/BuildingAztec.html in the source release.
It contains a bunch URLs that you have to go and download software, and some environment variables you have to set in order to compile aztec.
Be careful though, its very picky, so you have to get it right.
Hope it helps, and have fun!
i ever doing it (read the doc and take packages)
But when you say environement variable it's environement variable in windows system panel or in msvc?