Hello Werner,

when building the current PLplot revision 9787 with MS Visual Studio
2008, I see the following build regression:

Scanning dependencies of target test_nistcd
[ 10%] Generating test_nistcd_dir/cdexp1.cgm
NMAKE : fatal error U1077:
'L:\PLplot-rev9787\build-vc9-shared-wx2.8.9-shared-Debug\lib\nistcd\cdexpert.exe'
: return code '0xc0000135'
Stop.

The reason is that cdexpert.exe does not find the nistcd.dll. When I
copy it from %BUILD_DIR%\dll\ to \lib\nistcd\, the error disappears.

The same kind of manual workaround is needed several more times in the
build, e.g. when dll\wxwidgets.dll is not found:

[ 47%] Built target wxwidgets
[ 47%] Generating test_dyndrivers_dir/wxwidgets.rc
Could not open driver module wxwidgets

.


The second build regression I see is caused by your rev 9753 not being
reverted yet:

x12c.c
L:\PLplot-rev9787\examples\c\x12c.c(65) : warning C4013: 'snprintf'
undefined; assuming extern returning int
Linking C executable x12c.exe
x12c.c.obj : error LNK2019: unresolved external symbol _snprintf
referenced in function _main
x12c.exe : fatal error LNK1120: 1 unresolved externals

Cmake says:
-- Looking for snprintf
-- Looking for snprintf - not found
-- Looking for _snprintf
-- Looking for _snprintf - found


Best Regards,
Robert

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to