- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Strange things happen, and I couldn't figure out what's going on. Maybe you could help. Millions of thanks in advance.
I got bunch of error as following when I compile the projects in debug mode, but it works fine with release mode. In release mode, it compiles and runs well. I just cannot do any debugging. :-(
error #5082: Syntax error, found '&' when expecting one of: ( , <END-OF-STATEMENT> ; [ / //
It happens at places where an old project consists of all .F programs. In these ancient .F programs, it includes a text file which has line continuation in the new free format continuation. I put the "&" at 73 column and 6 column in the next line. It works fine before in the debug mode. When I upgrade my compiler to 2013.1.119 I got this strange thing happened.
For debug mode, command line is :
/nologo /debug:full /Od /fpp /I"C:\PLDS\trunk\base.plds\rtm\src\Debug" /I"C:\PLDS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /I"C:\DS\trunk\base.plds\rtm\src\Debug" /DWIN32=WIN32 /DMSMQ /Qvec-report0 /module:"Debug/" /object:"Debug/" /Fd"Debug\vc100.pdb" /traceback /check:bounds /libs:static /threads /dbglibs /c
In release mode, it is:
/nologo /O2 /fpp /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /I"C:\DS\trunk\base.plds\rtm\src\Release" /DWIN32=WIN32 /DMSMQ /Qvec-report0 /module:"Release/" /object:"Release/" /Fd"Release\vc100.pdb" /libs:static /threads /c
Any suggestions?
Link Copied
- 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
- 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