Posted on April 30, 2009 by kurniawano
I created a branch from another branch, and after I am ready to merge, I encounter this problem:
$ cd photon-branch; svn update
$ svn merge –reintegrate https://nanoes.svn.sourceforge.net/svnroot/nanoes/branches/photon-recursive/
svn: Cannot reintegrate from ‘https://nanoes.svn.sourceforge.net/svnroot/nanoes/branches/photon-recursive’ yet:
Some revisions have been merged under it that have not been merged into the reintegration target; merge them first, then retry.
It turns out to be [...]
Filed under: Uncategorized | Tagged: linux, programming, subversion | Leave a Comment »
Posted on April 27, 2009 by kurniawano
a292c1caaedb481db56462f16453c408 *kubuntu-9.04-alternate-amd64.iso
a846a8059ebd37730f8b803e6cae9311 *kubuntu-9.04-alternate-i386.iso
798b8789af2f13bb9687b2ce57f25f9c *kubuntu-9.04-desktop-amd64.iso
537a22de1342d5671b7e0070f66a6076 *kubuntu-9.04-desktop-i386.iso
Filed under: Uncategorized | Tagged: kubuntu | Leave a Comment »
Posted on April 27, 2009 by kurniawano
Somehow after I upgrade my firefox to 3.0.9 in Kubuntu 8.04, I couldn’t run it, it gives an error message “no XBL binding” and then another error message and then it closes down. Then after searching the forum, the solution is simply to kill the firefox. So it seems the firefox still runs at the [...]
Filed under: Uncategorized | Tagged: firefox, kubuntu, ubuntu | Leave a Comment »
Posted on April 15, 2009 by kurniawano
I have had difficulties in compiling the examples code provided by ARPACK++. After some googling, it turns out that ARPACK++ is not compatible with newer version of GCC. Luckily, I found a page that provide a patch. So let me provide the steps to compile ARPACK++ .
1. First you have to install ARPACK, UMFPACK, and [...]
Filed under: Uncategorized | Tagged: c++, libraries | 2 Comments »
Posted on April 1, 2009 by kurniawano
I am using Eclipse 3.4.1, and somehow after I install some plugin, some of the shortcuts were modified. The most annoying thing is that CTRL+X is no longer to cut text but to exit eclipse.
If you want to change back the shortcut:
Windows->Preferences
click Tab “General” -> Keys
from there you can modify or simply unbind certain shortcut [...]
Filed under: Uncategorized | Tagged: Eclipse, Tips & Tricks | Leave a Comment »