Opened 19 years ago
Closed 19 years ago
#226 closed Support Requests (Fixed)
problem compiling regex with vc6-stlport
Reported by: | kidkat | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
I got a problem, when compilg the regex with VC6++ and STLPort. I did followoing to run the compile: set MSVCDIR=<msvc path> set STLPORT_PATH=<stlport path> nmake XLFLAGS="/LIBPATH:<stlport lib path>" -fvc6-stlport.mak And I get an error on the file ../src/cpp_regex_traits.cpp(662) : error C2660: 'isspace' : Funktion akzeptiert keine 2 Parameter (function does not accept 2 parameters) Did I configure something wrong?
Note:
See TracTickets
for help on using tickets.