|
|
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot compile core console project?
Cannot compile core console project? [message #43706] |
Wed, 24 September 2014 10:46 |
|
anta40
Messages: 6 Registered: September 2014 Location: Jakarta, Indonesia
|
Promising Member |
|
|
Step by step:
1. Create core console project in MyApps.
2. The "create header", "commandline loop", "multithreaded", and "Use SSE2" checkboxes are unchecked.
And while compiling this simple code:
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
Cout() << "Hello world from U++...";
}
I got these errors:
Quote:
----- Core ( MSC12 WIN32 MSC ) (1 / 3)
cl : Command line warning D9024 : unrecognized source file type 'Files\Microsoft', object file assumed
cl : Command line warning D9027 : source file 'Files\Microsoft' ignored
cl : Command line warning D9024 : unrecognized source file type 'Visual', object file assumed
cl : Command line warning D9027 : source file 'Visual' ignored
cl : Command line warning D9024 : unrecognized source file type 'Studio', object file assumed
cl : Command line warning D9027 : source file 'Studio' ignored
cl : Command line warning D9024 : unrecognized source file type '12.0\VC\include -IC:\Program', object file assumed
cl : Command line warning D9027 : source file '12.0\VC\include -IC:\Program' ignored
cl : Command line warning D9024 : unrecognized source file type 'Files\Windows', object file assumed
cl : Command line warning D9027 : source file 'Files\Windows' ignored
cl : Command line warning D9024 : unrecognized source file type 'Kits\8.1\Include\um -IC:\Program', object file assumed
cl : Command line warning D9027 : source file 'Kits\8.1\Include\um -IC:\Program' ignored
cl : Command line warning D9024 : unrecognized source file type 'Files\Windows', object file assumed
cl : Command line warning D9027 : source file 'Files\Windows' ignored
..
..
..
cl : Command line warning D9024 : unrecognized source file type 'Kits\8.1\Include\um -IC:\Program', object file assumed
cl : Command line warning D9027 : source file 'Kits\8.1\Include\um -IC:\Program' ignored
cl : Command line warning D9024 : unrecognized source file type 'Files\Windows', object file assumed
cl : Command line warning D9027 : source file 'Files\Windows' ignored
cl : Command line warning D9024 : unrecognized source file type 'Kits\8.1\Include\shared -IC:\Program', object file assumed
cl : Command line warning D9027 : source file 'Kits\8.1\Include\shared -IC:\Program' ignored
cl : Command line warning D9024 : unrecognized source file type 'Files\Windows', object file assumed
cl : Command line warning D9027 : source file 'Files\Windows' ignored
cl : Command line warning D9027 : source file 'Kits\8.1\Include\winrt -DflagMAIN -DflagMSC12 -DflagWIN32 -DflagMSC -DbmYEAR=2014 -DbmMONTH=9 -DbmDAY=
24 -DbmHOUR=15 -DbmMINUTE=41 -DbmSECOND=28 -EHsc -MT -O1 -GS- -Gy -FdC:/upp/out/MyApps/ConsoleTest/MSC12.Main\ConsoleTest-1.pd b -Tp C:\upp\apps\Co
nsoleTest\ConsoleTest.cpp -FoC:/upp/out/MyApps/ConsoleTest/MSC12.Main\ConsoleTest.obj' ignored
cl : Command line warning D9021 : no action performed
ConsoleTest: 1 file(s) built in (0:00.01), 15 msecs / file, duration = 15 msecs, parallelization 0%
Linking...
LINK : fatal error LNK1181: cannot open input file 'C:\upp\out\MyApps\ConsoleTest\MSC12.Main\ConsoleTest.obj'
There were errors. (0:00.96)
Looking at things like "Files\Microsoft", "-IC:\Program", etc, it seems that TheIDE cannot parse the path to VS 2013 properly?
I'm using the latest package (upp-win32-7721.exe), anyway.
[Updated on: Wed, 24 September 2014 10:56] Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 00:12:44 CET 2024
Total time taken to generate the page: 0.01654 seconds
|
|
|