Author | Message |
---|---|
Bearclaw Clone Posts: 1 | Good evening i am trying to compile stlport and gettingthis erro when i type nmake clean all i get this NMAKE: fatal error: U1073: don't know how to make eny one who knows how to solve that ? Best Regards Bearclaw |
[-TE-]-ßlå¢kMågî¢- Regular Posts: 78 | 1) go to src in the STLport dir 2) nmake -f vc71.mak prepare 3) copy vc71.mak makefile 4) nmake clean all 5) nmake install If you'll receive some warnings during the Build, do this in stl_msvc.h: // # define _STLP_HAS_SPECIFIC_PROLOG_EPILOG failing that try this Click Here |