i'm still getting g++ complains on redefinition on SEMS_VERSION, in 1.0.0, for example,
g++ -c -o AmEvent.o AmEvent.cpp -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r981M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r981M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r981M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 <command-line>: warning: "__STDC_LIMIT_MACROS" redefined <command-line>: warning: this is the location of the previous definition notice that there is two -DSEMS_VERSION='"1.0.0-pre-r981M" in the command. also, why there is -pre-r981M in the version string? -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
