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 » Developing U++ » U++ Developers corner » Compile U++
Compile U++ [message #39956] Thu, 16 May 2013 15:43 Go to next message
NilaT is currently offline  NilaT
Messages: 70
Registered: November 2011
Location: Austria
Member
Hello,

I just had the idea of improving U++ a bit, for my needs.
Because U++ is open source, this shouldn't be a problem right?
But somehow it's not as easy as I thought.
In my opinion I need to open U++ and open the "TheIDE main package".
So far so good, when I press F7 to compile U++, it tells me:
Quote:

BLITZ: Core.cpp Hdepend.cpp Package.cpp Workspace.cpp usc.cpp Host.cpp
----- ide/LayDes ( GUI MSC10 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (3 / 35)
BLITZ: sdiff.cpp laylib.cpp layusc.cpp property.cpp textprop.cpp fontprop.cpp propane.cpp item.cpp layout.cpp visgen.cpp laydes.cpp layfile.cpp laywin.cpp
----- ide/IconDes ( GUI MSC10 DEBUG DEBUG_FULL BLITZ WIN32 MSC ) (4 / 35)
$blitz.cpp
c1xx : fatal error C1083: Datei (Quelle) kann nicht ge”ffnet werden: "C:/Program Files/upp2/out/ide/Common/MSC10.Debug.Debug_Full.Gui\$blitz. cpp ": No such file or directory
ide/Common: 3 file(s) built in (0:00.16), 53 msecs / file, duration = 1435 msecs, parallelization 68%
$blitz.cpp
c1xx : fatal error C1083: Datei (Quelle) kann nicht ge”ffnet werden: "C:/Program Files/upp2/out/ide/Core/MSC10.Debug.Debug_Full.Gui\$blitz.cp p ": No such file or directory
ide/Core: 6 file(s) built in (0:00.08), 13 msecs / file, duration = 266 msecs, parallelization 89%
$blitz.cpp
c1xx : fatal error C1083: Datei (Quelle) kann nicht ge”ffnet werden: "C:/Program Files/upp2/out/ide/LayDes/MSC10.Debug.Debug_Full.Gui\$blitz. cpp ": No such file or directory
ide/LayDes: 13 file(s) built in (0:00.04), 3 msecs / file, duration = 359 msecs, parallelization 90%
IconDes.cpp
C:\Program Files\upp2\uppsrc\ide\IconDes\IconDes.cpp : fatal error C1033: Programmdatenbank "c:\program files\upp2\out\ide\icondes\msc10.debug.debug_full.gui\iconde s-1.pdb " kann nicht ge”ffnet werde
n
IdeDes.icpp
C:\Program Files\upp2\uppsrc\ide\IconDes\IdeDes.icpp : fatal error C1033: Programmdatenbank "c:\program files\upp2\out\ide\icondes\msc10.debug.debug_full.gui\iconde s-2.pdb " kann nicht ge”ffnet werde
n
ide/IconDes: 2 file(s) built in (0:00.36), 180 msecs / file, duration = 405 msecs, parallelization 73%

There were errors. (0:01.85)


I suggest I miss some compiler flags?
May you can help me out?
I also tried turning Blitz off in "Build Methods" and in the package organizer... With no success.

And after it compiles, do I just have to replace the U++ exe I'm running with my fresh compiled one?
Or does it take more?

I also searched the site, but didn't found anything useful.
Thanks in advance Wink
When my code is running, I'll share it with you.
Re: Compile U++ [message #39957 is a reply to message #39956] Thu, 16 May 2013 16:36 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3357
Registered: August 2008
Senior Veteran
Hello NilaT

Do you have this problem only when compiling TheIDE? Does it appear when compiling command line or simple GUI examples in Reference or Examples?


Best regards
Iñaki
Re: Compile U++ [message #39958 is a reply to message #39956] Fri, 17 May 2013 08:19 Go to previous messageGo to next message
NilaT is currently offline  NilaT
Messages: 70
Registered: November 2011
Location: Austria
Member
Good morning,

it happens on examples and reference too.
Same errors Sad
Re: Compile U++ [message #39959 is a reply to message #39958] Fri, 17 May 2013 09:13 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3357
Registered: August 2008
Senior Veteran
Hello NilaT

Please include screenshots of:
- File/Set main package
Double click over "examples"

- Setup/Build methods/MSC10
Tabs PATH, INCLUDE and LIB.

I enclose you my screenshots:

index.php?t=getfile&id=4196&private=0
  • Attachment: screen.jpg
    (Size: 348.45KB, Downloaded 591 times)


Best regards
Iñaki
Re: Compile U++ [message #39960 is a reply to message #39956] Fri, 17 May 2013 09:28 Go to previous messageGo to next message
NilaT is currently offline  NilaT
Messages: 70
Registered: November 2011
Location: Austria
Member
Well, basically my Assembly window looks the same.
My entrys are:
Package nests: "C:\Program Files\upp2\examples;C:\Program Files\upp2\uppsrc"
Output Directory: C:\Program Files\upp2\out

My build methods are a bit different.
In path, include and lib there are all the settings you have, but I include more things, needed by other programs.
I can't post them, because they are firm intern, but I don't think they are needed to compile U++.
Nevertheless, they have nothing to do with blitz.cpp or any .pdbs
Re: Compile U++ [message #39961 is a reply to message #39960] Fri, 17 May 2013 16:16 Go to previous messageGo to next message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
Compiling C:\upp\uppsrc\ide with MSC 10 or 12 in Optimal went OK.

Just rename the resulting ide.exe to theide.exe and replace that into \upp
Also try putting \upp directly under C:\ like C:\upp like the default for installing upp.
What is your purpose for 'C:\Program Files\upp2' ??

Change your build with what Koldo posted then post your results.
(without the (86) if you are 32 bit)

[Updated on: Fri, 17 May 2013 16:30]

Report message to a moderator

Re: Compile U++ [message #39963 is a reply to message #39956] Sat, 18 May 2013 02:01 Go to previous message
NilaT is currently offline  NilaT
Messages: 70
Registered: November 2011
Location: Austria
Member
Well, I don't know how or why, but I compiled the same Project at home and it went perfectly fine.
Seems something at work is messed up.
Thank you anyway!
Previous Topic: Stripping U++
Next Topic: Writing High-DPI Win32 Applications
Goto Forum:
  


Current Time: Thu Apr 25 09:37:18 CEST 2024

Total time taken to generate the page: 0.03412 seconds