fuesika.de..

fuesika.de / Linux / Gebabbel, Compiling

Compiling Gebabbel 0.3

Looking for more software to handle a gps-receiver easily with Debian I came across Gebabbel.
While compiling I ran across an issue I'd like to tell you about:

Gebabbel-0.3# make
g++ -c -O0 -g3 -O2 -D_REENTRANT -Wall -W -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ 
-I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Imoc -Iui -o
obj/MyMainWindow.o src/MyMainWindow.cpp src/MyMainWindow.cpp: In member function 'void MyMainWindow::splitData(QString)': src/MyMainWindow.cpp:812: error: unknown escape sequence '\|' src/MyMainWindow.cpp:812: error: unknown escape sequence '\|' make: *** [obj/MyMainWindow.o] Fehler 1

After editing any '\|' line 812 in src/MyMainWindow.cpp to '|' (not escaping the vertical spacers), make worked fine for me.

August, 7th and September, 11th 2007

gebabbel 0.3
Screenshot of compiled gebabbel 0.3