Arjen Markus wrote:
Brad King wrote:
Arjen Markus wrote:
It means that a combination of MSVC and g95 in one project is
impossible.
I think the problem is that the platform files for GNU and MSVC tools
are both getting loaded but they have been written assuming they are
always separate (whi
Brad King wrote:
Arjen Markus wrote:
It means that a combination of MSVC and g95 in one project is
impossible.
I think the problem is that the platform files for GNU and MSVC tools
are both getting loaded but they have been written assuming they are
always separate (which is the case
Arjen Markus wrote:
> It means that a combination of MSVC and g95 in one project is
> impossible.
I think the problem is that the platform files for GNU and MSVC tools
are both getting loaded but they have been written assuming they are
always separate (which is the case in C-and C++-only projects
Hello,
while testing the PLplot configuration and build system using CMake 2.6
I stumbled upon a strange interference between MS Visual C/C++ and g95.
Here is a description of my platform:
- Windows XP
- MS Visual C/C++ 6.0
- g95, installed under MinGW
The following CMakeLists.txt file illustra