discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exporting NSStringPboardType etc on Win32?


From: Stephen Brandon
Subject: Exporting NSStringPboardType etc on Win32?
Date: Fri, 05 Oct 2001 17:13:55 +0100

Hi,
I am having some trouble compiling
gnustep-gui/Tools/example.service on MinGW. The rest of the
gui has compiled ok as a dll, but this particular bit is
complaining about NSStringPboardType not being found at (I
think) linking stage.

I wondered if it was as simple as putting in an entry for
NSStringPboardType in libgnustep-gui.def and recompiling the
gui library, but although I have done that and recompiled
without error, the example service still does not link.
Doing a "strings" on libgnustep-gui.dll shows that
NSStringPboardType is definitely in there somewhere though
that's not a guarantee that it sees it as exported.

Does anyone have any deeper knowledge about this issue? I
imagine that the same will happen for other types as well
that should be exported. Certainly for the pboard ones.

It's a bit annoying that this is happening because I can't
do a normal install of the gui kit until all its constituent
parts compile successfully :-(  [ok I could cheat].

Cheers,
Stephen Brandon
stephen@brandonitconsulting.co.uk

ps I see that getopt is also unknown here -- anyone know off
the top of your head if there's something I should link to
for that to be found?

shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x59):example.m:
undefined reference to `NSStringPboardType'
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x8f):example.m:
undefined reference to `NSStringPboardType'
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x19c):example.m:
undefined reference to `NSStringPboardType'
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x1cf):example.m:
undefined reference to `NSStringPboardType'
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x233):example.m:
undefined reference to `NSStringPboardType'
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x270):example.m:
more undefined references to `NSStringPboardType' follow
shared_obj/ix86/mingw32/gnu-gnu-gnu/example.o(.text+0x502):example.m:
undefined reference to `getopt'
make[2]: *** [example.service/ix86/mingw32/gnu-gnu-gnu/example]
Error 1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]