Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.command-line - Upgrade to DM8.02: Lost access to include files
I have just upgraded my computer from Symantec 7.6 to the latest version. For some reason on command line compiling I no longer find the include files from C:\SC\include. I didn't change anything except to copy in the new files from the distribution, and don't remember this problem before from doing the same thing on another computer. Any thoughts? John Feb 19 2001
Do a dir on the \sc\include directory. If the files aren't there, check to see that your INCLUDE environment variable points to it. If the files aren't there, you'll need to reinstall from your original Symantec CD and then try copying the Digital Mars update files again. -Walter John Fletcher wrote in message <3A9146F3.98D48CD1 aston.ac.uk>...I have just upgraded my computer from Symantec 7.6 to the latest version. For some reason on command line compiling I no longer find the include files from C:\SC\include. I didn't change anything except to copy in the new files from the distribution, and don't remember this problem before from doing the same thing on another computer. Any thoughts? John Feb 19 2001
Walter wrote:Do a dir on the \sc\include directory. If the files aren't there, check to see that your INCLUDE environment variable points to it. If the files aren't there, you'll need to reinstall from your original Symantec CD and then try copying the Digital Mars update files again. -Walter Feb 20 2001
Ok, now we're getting somewhere. The sc.ini file must be in the same directory as the one sc and scppn are run from. Is it? -Walter John Fletcher wrote in message <3A923D83.8A156265 aston.ac.uk>...Walter wrote:Do a dir on the \sc\include directory. If the files aren't there, check Feb 20 2001
Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Walter wrote:Ok, now we're getting somewhere. The sc.ini file must be in the same directory as the one sc and scppn are run from. Is it? -Walter Feb 21 2001
Ok, try these. -Walter John Fletcher wrote in message <3A938C7D.C49F3744 aston.ac.uk>...Walter wrote:Ok, now we're getting somewhere. The sc.ini file must be in the same directory as the one sc and scppn are run from. Is it? -Walter Feb 21 2001
Walter wrote:Ok, try these. -Walter Feb 21 2001
Great! I'll see about updating the download package with these files. -Walter "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3A93A906.12165E05 aston.ac.uk...Walter wrote:Ok, try these. -Walter Feb 21 2001
See my reply in the C++ newsgroup. -Walter John Fletcher wrote in message <3A9146F3.98D48CD1 aston.ac.uk>...I have just upgraded my computer from Symantec 7.6 to the latest version. For some reason on command line compiling I no longer find the include files from C:\SC\include. I didn't change anything except to copy in the new files from the distribution, and don't remember this problem before from doing the same thing on another computer. Any thoughts? John Feb 19 2001
|