Hi,
I am trying to install, PLplot-5.9.7 on MinGW with CMake 2.8.4.
I am getting following errors during make. And for some reason, it just doesn't compile using fortran and C++ compiler.
My purpose is to use PLplot with Fortran.
Other info:
OS: WindowsXP 64-bit, version 2003
Processors: 2 Intel (Xeon processors) total 8 core machine
The errors are listed below:
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c: In function 'plsnprintf':
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2673:29: error: 'fmt' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2673:29: note: each undeclared identifier is reported only once for each function it appears in
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2674:5: error: 'argptr' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c: In function 'plsnscanf':
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2698:28: error: 'fmt' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2698:33: error: 'args' undeclared (first use in this function)
mingw32-make: *** Error 1
mingw32-make: *** Error 2
mingw32-make: *** Error 2
Any help will be appreciated. I am new to this forum, so if there are some rules to be observed for posting or any additional information is needed please ask so. I'd be glad to to do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to install, PLplot-5.9.7 on MinGW with CMake 2.8.4.
I am getting following errors during make. And for some reason, it just doesn't compile using fortran and C++ compiler.
My purpose is to use PLplot with Fortran.
Other info:
OS: WindowsXP 64-bit, version 2003
Processors: 2 Intel (Xeon processors) total 8 core machine
The errors are listed below:
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c: In function 'plsnprintf':
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2673:29: error: 'fmt' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2673:29: note: each undeclared identifier is reported only once for each function it appears in
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2674:5: error: 'argptr' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c: In function 'plsnscanf':
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2698:28: error: 'fmt' undeclared (first use in this function)
C:\MinGW\msys\1.0\home\key4josh\plplot\src\plctrl.c:2698:33: error: 'args' undeclared (first use in this function)
mingw32-make: *** Error 1
mingw32-make: *** Error 2
mingw32-make: *** Error 2
Any help will be appreciated. I am new to this forum, so if there are some rules to be observed for posting or any additional information is needed please ask so. I'd be glad to to do.