Monthly Archives: September 2015

logstalgia

For a long time that I’v wanted to install logstalgia….
Todays is the day!

So, we need to download Xcode 5.1.1 (Mountain Lion) from https://developer.apple.com/downloads/.

BREW
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget
wget https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.0.6/logstalgia-1.0.6.tar.gz
tar -zxvf logstalgia*.gz
cd logstalgia*

brew install pkg-config glew sdl2 SDL2_image sdl SDL_image boost GLM freetype pcre
./configure
make
make install

This should do the work.

MacPorts

Other way to install is using MacPorts – logstalgia @ macports -.

Via terminal

sudo port -p -u install "nolstalgia"

Using GUI?
You can try jportsui Java based, graphical user interface to MacPorts 2.0+.

 


If you have an old GCC verion (prior to 4.6) you might get the following errors…

Unfortunately while making “make” I had an error f*ck!

cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable"
cc1plus: error: unrecognized command line option "-std=gnu++0x"
make: *** [src/logstalgia-ncsa.o] Error 1

Why?
According to some pages GCC is to old. We need GCC 4.6, mine is 4.2.1.

gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

 

Sources / Related links

http://logstalgia.io/
http://robido.com/mac/install-logstalgia-on-mac-and-use-with-ssh-tunnels/
https://developer.apple.com/downloads/

Stathis L – Spaceman

Spaceman Lyrics

I was the first man in space on my street
I had to leave my wife and kids behind
It was a chance I could not pass up on
It was the journey of a lifetime

I threw away my packing up
As they were waving me bye bye
Sometimes all I need is the air that I breathe
And the air that I breathe is so thin I get high

 

As heard on [Front-Cut] #Musik.FunkY Track Update @ www.RauteMusik.FM with House Dance F(0).mp3

WordPress, delete duplicate entries

I run some wordpress blogs and their posts are generated with a tool that I’v made.
Unfortunately for several reasons I got duplicated titles/posts.

1465 duplicate titles (3274 individual entries)
 I’v tried some plugins to delete this duplicated posts – keep the older ones – but the one that really worked was Fix Duplicates – Duplicate Entries.