- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Obviously I've got something configured wrong.
How do I set the properties of the fortran & c++ projects to make the magic work?
note: I also get the above error with the sample c++ calls fortran in the included examples.
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can also try running th repair tool in this article.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried the three steps in the article and the Integration tool. No success. Here is the info.
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Standard
Microsoft Visual Basic 2008 Microsoft Visual Basic 2008
Microsoft Visual C# 2008
Microsoft Visual C# 2008
Microsoft Visual C++ 2008
Microsoft Visual C++ 2008
Microsoft Visual F#
Microsoft Visual F# for Visual Studio 2008
Microsoft Visual Web Developer 2008
Microsoft Visual Web Developer 2008
Intel Visual Fortran
Intel Visual Fortran Composer XE 2011 Integration for Microsoft Visual Studio* 2008, 12.0.3470.2008, Copyright (C) 2002-2010 Intel Corporation
* Other names and brands may be claimed as the property of others.
Intel Parallel Advisor 2011 Update 1
Intel Parallel Advisor 2011 Update 1, (build 124239), Copyright 2009-2010 Intel Corporation. All rights reserved.
Intel Parallel Amplifier 2011
Intel Parallel Amplifier 2011, (build 114808), Copyright 2008-2010 Intel Corporation. All rights reserved.
Intel Parallel Composer 2011
Intel Parallel Composer 2011 (Package ID: composer_2011.063), Copyright 2002-2010 Intel Corporation
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
Portions of this software were originally based on the following:
- software copyright (c) 1999, IBM Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun Microsystems., http://www.sun.com.
- the W3C consortium (http://www.w3c.org) ,
- the SAX project (http://www.saxproject.org)
- voluntary contributions made by Paul Eng on behalf of the Apache Software Foundation that were originally developed at iClick, Inc., software copyright (c) 1999.
This product includes updcrc macro, Satchell Evaluations and Chuck Forsberg. Copyright (C) 1986 Stephen Satchell.
This product includes software developed by the MX4J project (http://mx4j.sourceforge.net).
This product includes ICU 1.8.1 and later.Copyright (c) 1995-2006 International Business Machines Corporation and others.
Portions copyright (c) 1997-2007 Cypress Semiconductor Corporation. All rights reserved.
This product includes XORP. Copyright (c) 2001-2004 International Computer Science Institute
This product includes software from the book "Linux Device Drivers" by Alessandro Rubini and Jonathan Corbet, published by O'Reilly & Associates.
This product includes hashtab.c. Bob Jenkins, 1996.
Intel Parallel Inspector 2011
Intel Parallel Inspector 2011, (build 111926), Copyright 2008-2010 Intel Corporation. All rights reserved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In addition the Intel C++ compiler is just happy to output files to the SV2008 projects directory.
I've tried removing v12 and reinstalling v11.1.067 but Fortan is still not working. What ever the instalation of v12 did, I don't know how to undo it. Any advice would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Obviously I've got something configured wrong.
How do I set the properties of the fortran & c++ projects to make the magic work?
note: I also get the above error with the sample c++ calls fortran in the included examples.
Thanks.
There is a bug, apparently in Fortran VS integration in VS2010, that I stumbled upon. I haven't came yet to report it, because I have to find some time to reduce the solution to a simple example. It is not reproducible with any set of project settings, but here are the basic conditions:
1) You have a mixture of C++ and Fortran projects in the solution. Fortran projects depend on C++ projects (which are dlls or static libs). Let's call them CProj and FProj.
2) You use solution dependencies (and set "Link library dependencies" to yes) to tie them together (FProj depends on CProj). I think that CProj also has to have further dependencies for the bug to emerge.
3) When linking FProj, you get one of the errors "Cannot open D:\PathToFProj\FProj.lib", or "Cannot open C:\Program Files\Lib\FProj.lib" (the latter directory does not even exist). When examining the BuildLog.htm, one can see that the linker is given as input the library it needs to create (apparently, by the integration).
The workaround is to set "Link library dependencies" in FProj to "no", and specify the CProj.lib explicitly as the Linker/Input/Additional dependencies.
Update: Now reported as issue 611109.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attach the buildlog.htm from a failed build.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page