Showing posts with label Haikuos. Show all posts
Showing posts with label Haikuos. Show all posts

Monday, March 28, 2011

Building haikuos on ubuntu or debian

I'm following this guide on ubuntu natty and debian sid

checkout haiku source code
checkot build tools and install jam
svn checkout http://svn.haiku-os.org/haiku/buildtools/trunk haiku/buildtools
cd haiku/buildtools/jam 
make 
sudo ./jam0 install 
checkout haiku
svn checkout http://svn.haiku-os.org/haiku/haiku/trunk haiku/haiku
i'm interested only in gcc4 builds
so this is the 32 bit version
./configure --build-cross-tools-gcc4 x86 ../buildtools/
jam haiku-image
qemu generated/haiku.image
and if you like the 64bit version

./configure  --build-cross-tools-gcc4 x86-64 ../buildtools/
jam haiku-image
qemu generated/haiku.image

Thursday, September 23, 2010

The power of #qt 4.7 on #haikuos :#qml

qml is quite cool  even if is rendered by the cpu , the graphics look very well on my haiku box and i was surprised to see that it works out of the box
also i love that syntax is quite simple
here is the screenshot with all the javascript+qt power combined


And here is the samegame running , I love the particle effect

Monday, September 06, 2010

WebPositive (#HaikuOS #Webkit Browser) Nightly

if you want the nightly WebPositive browser here is the page where you can download the latest

I have just downloaded the WebPositive-r526.zip and unziped in the /boot partition as usual

but there are errors with symbols (old libcrypto and ssl libs )

./WebPositive 
runtime_loader: /boot/apps/WebPositive/lib/libwebcore.so: Could not resolve symbol '_ZNK9BLanguage2IDEv'
resolve symbol "_ZNK9BLanguage2IDEv" returned: -2147478780
runtime_loader: /boot/apps/WebPositive/lib/libwebcore.so: Troubles relocating: Symbol not found


But that didn't solved the problem so i have installed a version that is older v.515
http://www.haiku-os.org/community/forum/webpositive_r515_alpha_2

In the end i have tested also tested the newer version from the optional area but they need newer icu 4.4 and other libs , I will try later


i miss apt-get update / install ...