This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/
***********************************************************************
***/
[bugs #10816] Latest Modifications:
Changes by:
Gregory John Casamento <greg_casamento@yahoo.com>
'Date:
Thu 10/28/2004 at 04:14 (US/Eastern)
------------------ Additional Follow-up Comments
----------------------------
It's definitely compiled. It's probably not being exported
properly. I'd forgotten about this requirement on win32. Thanks.
/
***********************************************************************
***/
[bugs #10816] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10816>
Project: GNUstep
Submitted by: Gregory John Casamento
On: Thu 10/28/2004 at 03:28
Category: Makefiles
Severity: 7 - Major
Item Group: Change Request
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: Can't build palettes on win32
Original Submission: Compiling file TestPalette.m ...
Compiling file TestNonUIObject.m ...
Compiling file TestView.m ...
Linking palette Test ...
./shared_obj/TestInspector.o(.data+0x47c):TestInspector.m: undefined
reference to `__objc_class_name_IBInspector'
./shared_obj/TestPalette.o(.text+0x3f4):TestPalette.m: undefined
reference to `IBObjectPboardType'
./shared_obj/TestPalette.o(.data+0x564):TestPalette.m: undefined
reference to `__objc_class_name_IBPalette'
collect2: ld returned 1 exit status
c:GNUstepDevelopmentmsys1.0mingwbindllwrap.exe: no export definition
file provided.
Creating one, but that may not be what you want
c:GNUstepDevelopmentmsys1.0mingwbindllwrap.exe: gcc exited with status 1
make[1]: *** [Test.palette/./Test.dll] Error 1
make: *** [Test.all.palette.variables] Error 2
Follow-up Comments
------------------
-------------------------------------------------------
Date: Thu 10/28/2004 at 04:14 By: Gregory John Casamento <gcasa>
It's definitely compiled. It's probably not being exported
properly. I'd forgotten about this requirement on win32. Thanks.
-------------------------------------------------------
Date: Thu 10/28/2004 at 03:38 By: 0 <None>
__objc_class_name_IBInspector usually means the the class IBInspector
was not compiled at all or it is not being exported or we are not
linking against all the libraries