And the latest nightly build fixes this. Thanks!!

When I try to do a build on windows xp from svn I get errors - I'm attaching the full output from make as a text file.

Gcc version:

$ gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../gcc-4.3.2/configure --prefix=/mingw --build=mingw32 --enable-languages=c,ada,c++,fortran,objc,obj-c++ --with-bugurl=http://www.tdragon.net/recentgcc/bugs.php --disable-nls --disable-win32-registry --enable-libgomp --disable-werror --enable-threads --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections' --enable-fully-dynamic-string --enable-version-specific-runtime-libs --enable-sjlj-exceptions --with-pkgversion='4.3.2-tdm-2 mingw32'
Thread model: win32
gcc version 4.3.2 (4.3.2-tdm-2 mingw32) 

This below is just an excerpt of the first error I see:

make[1]: Entering directory `/c/noscan/SVN/geany/plugins'
makefile.win32:70: deps.mak: No such file or directory
gcc -MM -O2 -Wall -pipe -mms-bitfields -DHAVE_CONFIG_H  -I.. -I../src -I../scintilla/include -I../tagmanager/include -I/c/libs/include/gtk-2.0 -I/c/libs/lib/gtk-2.0/include -I/c/libs/include/atk-1.0 -I/c/libs/include/pango-1.0 -I/c/libs/include/cairo -I/c/libs/include/glib-2.0 -I/c/libs/lib/glib-2.0/include -I/c/libs/include/gettext -I/c/libs/include *.c >deps.mak
make[1]: Leaving directory `/c/noscan/SVN/geany/plugins'
make[1]: Entering directory `/c/noscan/SVN/geany/plugins'
gcc -O2 -Wall -pipe -mms-bitfields -DHAVE_CONFIG_H  -I.. -I../src -I../scintilla/include -I../tagmanager/include -I/c/libs/include/gtk-2.0 -I/c/libs/lib/gtk-2.0/include -I/c/libs/include/atk-1.0 -I/c/libs/include/pango-1.0 -I/c/libs/include/cairo -I/c/libs/include/glib-2.0 -I/c/libs/lib/glib-2.0/include -I/c/libs/include/gettext -I/c/libs/include -o htmlchars.dll.o -c htmlchars.c
In file included from htmlchars.c:32:
../src/plugindata.h:389: error: expected ':', ',', ';', '}' or '__attribute__' before 'G_GNUC_NULL_TERMINATED'
In file included from htmlchars.c:36:


On Wed, Apr 29, 2009 at 1:01 PM, Dennis Sacks <dennis.sacks@gmail.com> wrote:
It look like by default *.jsp is associated with java, and (I don't know why) the javascript functions show up, but the html isn't styled.

But when I switched *.jsp to be associated with HTML, no more javascript functions. So I'm glad you found something!

Dennis


On Wed, Apr 29, 2009 at 12:54 PM, Dennis Sacks <dennis.sacks@gmail.com> wrote:
Actually, I got the problem solved. It was a configuration problem on my end. Something I did for .16 in my Application Data\geany must have been the problem, because I moved that geany directory out of the way and the javascript symbols are showing up now.



2009/4/29 Enrico Tröger <enrico.troeger@uvena.de>
On Wed, 29 Apr 2009 10:10:46 -0700, Dennis wrote:


>On windows. I didn't change any code (I've not been able to compile on
>windows recently, but I haven't gotten to that yet).
>
>I wasn't thinking about escaping issues, I just put that regex into
>geany's search...

Ah ok, don't do that!
This regex is used in the source code, it can't be used in the search
dialogs (at least it doesn't make any sense)  :).

Still no example code to test with :(.

But if you are using the Windows nightly builds, it might be related to
that since they are cross-compiled while the release builds are
natively compiled on Windows. I'll try this later but some example to
test with would be very helpful.

Regards,
Enrico

--
Get my GPG key from http://www.uvena.de/pub.asc

_______________________________________________
Geany mailing list
Geany@uvena.de
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany