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++ » Bugs (& fixes) » Problem with FreeBSD
Re: Problem with FreeBSD [message #47307 is a reply to message #47144] Tue, 03 January 2017 13:40 Go to previous messageGo to previous message
amrein is currently offline  amrein
Messages: 278
Registered: August 2008
Location: France
Experienced Member
Hi

In a fresh untared U++ tarball directory, even after running the sed commands found in 'domake' and if I run 'make -j8 -C uppsrc', it won't work.
You still need to run 'make prepare -C uppsrc' first. It's because of missing directories created by the prepare step.

If you run 'make -j8' in upp root, it won't use parallel build. Indeed, the root Makefile call domake and the current domake script doesn't use the -jn parameter.

If you don't understand what I mean than run:
cp domake domake.backup
sed -i -e 's|make -C uppsrc|make -j8 -C uppsrc|g' domake
make clean
make
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Since Raspberry have not RTC clock, I propose add SetTime functionality
Next Topic: int64 in JSON
Goto Forum:
  


Current Time: Mon May 06 00:31:42 CEST 2024

Total time taken to generate the page: 0.01889 seconds