Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Cannot compile core console project?
icon5.gif  Cannot compile core console project? [message #43706] Wed, 24 September 2014 10:46 Go to previous message
anta40 is currently offline  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

 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: Need help compiling UPP tarball on Linux Mint 17 Qiana
Next Topic: Weird error when compiling projects
Goto Forum:
  


Current Time: Sat Apr 20 10:51:10 CEST 2024

Total time taken to generate the page: 0.03863 seconds