<br>C:\noscan\SVN\geany>make -f makefile.win32<br>windres.exe --version<br>GNU windres 2.17.50 20060824<br>Copyright 2005 Free Software Foundation, Inc.<br>This program is free software; you may redistribute it under the terms of<br>
the GNU General Public License.  This program has absolutely no warranty.<br>gcc --version<br>gcc (GCC) 3.4.5 (mingw special)<br>Copyright (C) 2004 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br>g++ --version<br>g++ (GCC) 3.4.5 (mingw special)<br>Copyright (C) 2004 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br><br>cd tagmanager && make -f makefile.win32 && cd ..<br>make[1]: Entering directory `C:/noscan/SVN/geany/tagmanager'<br>make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `C:/noscan/SVN/geany/tagmanager'<br>cd scintilla && make -f makefile.win32 && cd ..<br>make[1]: Entering directory `C:/noscan/SVN/geany/scintilla'<br>make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `C:/noscan/SVN/geany/scintilla'<br>cd plugins && make -f makefile.win32 && cd ..<br>make[1]: Entering directory `C:/noscan/SVN/geany/plugins'<br>make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `C:/noscan/SVN/geany/plugins'<br>cd src && make -f makefile.win32 && cd ..<br>make[1]: Entering directory `C:/noscan/SVN/geany/src'<br>g++ about.o build.o callbacks.o dialogs.o document.o editor.o encodings.o filety<br>
pes.o geanyobject.o geanywraplabel.o highlighting.o interface.o keybindings.o ke<br>yfile.o main.o msgwindow.o navqueue.o notebook.o plugins.o prefs.o printing.o pr<br>oject.o sciwrappers.o search.o socket.o support.o symbols.o templates.o treeview<br>
s.o tools.o ui_utils.o utils.o win32.o ../geany_private.res -o ../geany.exe \<br>        ../scintilla/scintilla.a ../tagmanager/tagmanager.a -L"C:\libs/lib" -lgt<br>k-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32<br>
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl  -liconv<br> \<br>         -mwindows -lkernel32 -limm32 -lshfolder -lshell32 -lole32 -luuid -lcomd<br>lg32 -lcomctl32 -liberty -lwsock32<br>win32.o:win32.c:(.text+0xd70): undefined reference to `document_delay_colourise'<br>
<br>win32.o:win32.c:(.text+0xe1a): undefined reference to `document_colourise_new'<br>collect2: ld returned 1 exit status<br>make[1]: *** [../geany.exe] Error 1<br>make[1]: Leaving directory `C:/noscan/SVN/geany/src'<br>
make: *** [all] Error 2<br><br>C:\noscan\SVN\geany><br>