Hi,
I've been compiling & using latest SVN version for quite a long time now. Recently *something* has changed and I can not compile it the usual way on this PC. configure runs OK, but the later parts of make stop with error.
Here are the first error message lines:
/bin/bash ../libtool --silent --mode=link gcc -g -DGEANY_DEBUG -g -O2 -o geany about.o build.o callbacks.o dialogs.o document.o editor.o encodings.o filetypes.o geanyobject.o geanywraplabel.o highlighting.o interface.o keybindings.o keyfile.o main.o msgwindow.o navqueue.o notebook.o plugins.o prefix.o prefs.o printing.o project.o sciwrappers.o search.o socket.o support.o symbols.o templates.o tools.o treeviews.o ui_utils.o utils.o vte.o ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../scintilla/libscintilla.a(ScintillaGTK.o): In function `ScintillaGTK::Copy()': /home/kilo/SVN/geany/scintilla/ScintillaGTK.cxx:1314: undefined reference to `operator new(unsigned int)'
And many more similar ones follow, complaining about operator new, delete...
using Ubuntu Feisty Fawn libtool 1.5.22-4 gcc 4.1.2-1 g++ 4.1.2-1
I've attached the complete make log. What can be the problem?
Thanks
kilo Gabor Kmetyko