hit counter

Timeline

My development logbook

Hong Kong Triumvirate?

There is a bit of speculation going on in Hong Kong about who could be the next CE (Chief Executive, equivalent to Governor in the colonial time).

A proposal raised by an ‘insider’ suggests a combination of Tang, Leung and Fan. Remind me of ‘Triumvirate’.

Voltdb

voltdb is said to be open source, but I cannot find the source to download.

Maybe I should look at the Hbase?

Brew Update Issue on Lion

Try to run ‘brew update’. Got this error:

“`

$ brew update

Initialized empty Git repository in /usr/local/.git/ remote: Counting objects: 43317, done. remote: Compressing objects: 100% (19213/19213), done. remote: Total 43317 (delta 26643), reused 38295 (delta 23498) Receiving objects: 100% (43317/43317), 5.93 MiB | 457 KiB/s, done. Resolving deltas: 100% (26643/26643), done. From

http://github.com/mxcl/homebrew

http://github.com/mxcl/homebrew.git

Last Warning.

Last warning.

1
2
3


wx             : wxWidgets not found, wx will NOT be usable

Probably no existing rpm for this.

These yum commands fixed most of the warnings

1
2
3
4
5
6
7
8
9

yum install ncurses
yum install ncurses-devel
yum install java-1.6.0-openjdk
yum install libssh2-devel 
yum install openssl-devel
yum install java-1.6.0-openjdk-devel
yum install unixODBC
yum install unixODBC-devel