|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » programming in eclipse -> compiling in theide command line
programming in eclipse -> compiling in theide command line [message #37381] |
Sat, 29 September 2012 02:09 |
Mircode
Messages: 17 Registered: September 2012
|
Promising Member |
|
|
Hi there!
From other threads in this forum I got the impression, that compiling U++ projects is only possible using theide.
Well, I would like to work in eclipse instead. I created an eclipse project and included the U++ library. When I try to compile, I get godzillions of errors.
So I would like to use eclipse only for coding and theide for compiling. However, I did not manage to compile a package using the command line.
I tried:
theide assembly projectname
and
theide assembly "C:/.../projectfolder"
but it said could not find package.
I would be glad if anyone could tell me how to run theide in command line mode, I did not find anything except this elaborate documentation:
http://www.ultimatepp.org/app$ide$cmdline$en-us.html
Thanks in advance!
|
|
|
|
|
|
|
Re: programming in eclipse -> compiling in theide command line [message #37402 is a reply to message #37393] |
Sun, 30 September 2012 13:22 |
|
I fixed the docs a little, it should appear on the web tomorrow. It is not much, but at least the errors should be gone Also, if you manage to make the eclipse work with umk as builder, it would be great if you could write some howto. There might be other users who would like to do something similar.
Mircode wrote on Sat, 29 September 2012 14:58 | My almost working line was
myApps KeyBuddy2 MINGW C:\test
It compiled each c++ file from the upp library and returned with an error that it could not find some .a file I think.
I just tried again and it worked.
However, there is no "test" folder in C:...
|
I think in this case umk would try to create a file named test. Only if there was already folder called test, it would create a file called KeyBuddy2.exe in that folder. Do you have neccesary permisions to write there?
Honza
|
|
|
Re: programming in eclipse -> compiling in theide command line [message #37899 is a reply to message #37381] |
Tue, 20 November 2012 23:25 |
nlneilson
Messages: 644 Registered: January 2010 Location: U.S. California. Mojave &...
|
Contributor |
|
|
What would be the procedure and command line to compile the ide on Windows?
copy umk.exe to C:\upp\uppsrc\ide
cd C:\upp\uppsrc\ide
umk.exe ide MSC10 ????
The documentation for Linux is extensive but confusing.
I would like to try it on windows.
edit:
This is the closest I have been able to do:
C:\upp\uppsrc\ide>umk.exe c:\upp\uppsrc ide MSC10 -a1ev ">PRO,GUI,MT,OCOE,CLIENT_WORP" ide.exe
Assembly file: c:\upp\uppsrc.var
Assembly: C:\upp\uppsrc
Output directory: C:\upp\out
Main package: C:\upp\uppsrc\ide\ide.upp
Build method:
Invalid build method
[Updated on: Wed, 21 November 2012 03:18] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Nov 14 21:32:18 CET 2024
Total time taken to generate the page: 0.02344 seconds
|
|
|