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 » How do I compile umk.exe without theide (freebsd)?
Re: How do I compile umk.exe without theide (freebsd)? [message #43263 is a reply to message #43252] Wed, 18 June 2014 17:50 Go to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I do make U++ based software under FreeBSD for some time. The best way I found is the following scheme:
1) ssh connection to production server (no X, just plain FreeBSD)
2) virtual machine (vmware in my case) with almost the same FreeBSD version as in production server, but with X+Gnome and other development software.
3) The development process and debugging is done under virtual machine. After code is ready, it is exported with Makefile.
4) Using rsync, exported sources are updated in production server.
5) Using ssh, an updated binary is built from new sources in production server.

It actually takes less than 30 seconds to export sources, rsync them to production and start rebuilding there (which is usually quick too).

P.S. Please consider switching from default GCC 4.2.1 to GCC 4.6/4.7 for better U++ compatibility.
 
Read Message icon5.gif
Read Message
Read Message
Previous Topic: Parse error in debugger
Next Topic: UWord class: link problem
Goto Forum:
  


Current Time: Wed May 15 18:40:06 CEST 2024

Total time taken to generate the page: 0.01437 seconds