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 » Community » Newbie corner » Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++? [message #37076 is a reply to message #37062] Sat, 18 August 2012 16:37 Go to previous messageGo to previous message
Wolfgang is currently offline  Wolfgang
Messages: 146
Registered: November 2011
Location: Germany
Experienced Member
Here's a short manual what to do... for the one who will compile it on raspberry: It takes hours, really!

Started theIde one time but until now I haven't found the time to try to create a projekt or compile a own projekt on the raspberry.

1.
I've used the tarball version:
http://www.ultimatepp.org/www$uppweb$nightly$en-us.html
....
First of all, we need some packages: libx11, libxft, libnotify, libgtk2.0, libbz2
	apt-get install libx11-dev libxft-dev libnotify-dev libgtk2.0-dev libbz2-dev

2. Edit ./uppsrc/Core/config.h Line 91,
	Change
		#elif __arm // ToDo!
	to
		#elif __arm || __arm__ // ToDo
	
3. Edit /usr/include/glib-2.0/glib/gtypes.h Line 34,
	Change 
		#include <glibconfig.h>
	to
		#include </usr/lib/arm-linux-gnueabihf/glib-2.0/include/glibconfig.h>

4. Linking gdkconfig.h
	ln -s /usr/lib/arm-linux-gnueabihf/gtk-2.0/include/gdkconfig.h /usr/include/

5. Edit ./uppsrc/Core/Cpu.cpp Line 104,
	Change
		inline int CPU_Cores()
	to
		int CPU_Cores()
6. do a "make" and compile it!

[Updated on: Sat, 18 August 2012 16:38]

Report message to a moderator

 
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
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: Is it possible to embed a Skylark app in a normal U++ GUI app?
Next Topic: How do you create this?
Goto Forum:
  


Current Time: Fri May 10 03:14:20 CEST 2024

Total time taken to generate the page: 0.01375 seconds