Hey there!
I want to start packaging applications for the VL community, but I cant seem to compile applications on my own box! I'm not sure what I'm doing wrong! I've chatted in the IRC and nobody has a clue as to what could be the source of the problem.
I download the source of a fairly simple app, very few dependencias which are already met by default. [Geany in this case]. During the ./configure, I was getting an error that the compiler could not make excecutables or something. I removed all the "-mtune....." parameters, rebooted, and now I can at least get through the ./configure... However, when I try "make", I get this error:
make[3]: Entering directory `/home/oblivion02/Desktop/geany-0.14/scintilla'
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I./include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -DNDEBUG -Os -DGTK -DGTK2 -DSCI_LEXER -DG_THREADS_IMPL_NONE   -MT CallTip.o -MD -MP -MF .deps/CallTip.Tpo -c -o CallTip.o CallTip.cxx
g++:  : No such file or directory
make[3]: *** [CallTip.o] Error 1
make[3]: Leaving directory `/home/oblivion02/Desktop/geany-0.14/scintilla'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/oblivion02/Desktop/geany-0.14/scintilla'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oblivion02/Desktop/geany-0.14'
make: *** [all] Error 2
Anyone have any ideas? I dont think its permissions, because I am running it as root. Any ideas?