did anyone compile it for Linux from source is working?
edit: maybe pass this one
I compiled it on 64-bit Ubuntu 12.04 with the usual alt-coin dependencies, with one new (to me) twist. Apparently this coin (and freicoin, which I've never complied before) requires a library for arbitrary-precision binary floating-point computation. So I found it necessary to install:
sudo apt-get install libmpfr-dev
and then I was able to compile the Globe linux-QT client successfully.
Thats great bro but you can download the linux-QT. The problems with the Windows
I like to inspect and compile from source whenever possible. Inside a VM.
Also, sphere, I think you need to fix the checkpoints.cpp file in the source, it looks like it has leftover freicoin checkpoints:
(10080, uint256("0x00000000003ff9c4b806639ec4376cc9acafcdded0e18e9dbcc2fc42e8e72331"))
(20160, uint256("0x0000000000009708ba48a52599295db8b9ec5d29148561e6ac850af765026528"))
(28336, uint256("0x000000000000cc374a984c0deec9aed6fff764918e2cfd4be6670dd4d5292ccb"))
(30240, uint256("0x0000000000004acbe1ed430d4a70d8a9ac62daa849e0bc708da52eeba8f39afc"))
(37800, uint256("0x00000000000042958bc14bd04b0a2a3c8cc675c248e404c418899e6b7c77e969"))
I'll bet that could be causing some of the problems upthread (e.g. inability to use external miners) if you compiled the binaries with those checkpoints. My compiled client expected 37800 blocks from the outset and kept trying to sync even when it had all the blocks.