bug-gnustep
[Top][All Lists]
Advanced

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

(mingw) error making gnustep-base with profile=yes


From: Michael Scheibler
Subject: (mingw) error making gnustep-base with profile=yes
Date: Wed, 2 May 2001 15:15:21 +0200

base/Source/> make install shared=yes profile=yes

...

gcc -mno-cygwin
SDebug.m -c  -DGNUSTEP_INSTALL_PREFIX=E:/root/usr/GNUstep/System -DGNUSTEP_T
ARGET_DIR=\"ix86/mingw32\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS
=\"mingw32\" -DLIBRARY_COMBO=\"gnu-gnu-gnu-win32\"   -Wall -DGNUSTEP -D
GNUSTEP_VERSION= -DGNUSTEP_MAJOR_VERSION= -DGNUSTEP_MINOR_VERSION= -DGNUSTEP
_BASE_LIBRARY=1   -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -Dlibobjc_ISDLL=1
  -DBUILD_libgnustep_base_DLL=1 -pg -DGSWARN -O2 -Wno-import -fgnu-runtime  
 -I../Headers/gnustep -I../Headers -I./ix86/mingw32    -I. -I/usr/GNUstep/Sy
stem/Headers -IC:/ovde/usr/GNUstep/System/Headers -I//raid1/Entwicklung/User
/msch/GNUstep/Library/Headers -IE:/root/usr/GNUstep/Local/Library/Headers -I
E:/root/usr/GNUstep/Network/Library/Headers -IE:/root/usr/GNUstep/System/Lib
rary/Headers -IE:/root/usr/GNUstep/Network/Headers/gnustep -I//raid1/Entwick
lung/User/msch/GNUstep/Headers/g
nustep -IE:/root/usr/GNUstep/Local/Headers/gnustep -IE:/root/usr/GNUstep/Sys
tem/Headers/gnustep  -IE:/root/usr/GNUstep/Network/Headers/ix86/mingw32 -I//
raid1/Entwicklung/User/msch/GNUstep/Headers/ix86/mingw32 -IE:/root/usr/GNUst
ep/Local/Headers/ix86/mingw32 -IE:/root/usr/GNUstep/System/Headers/ix86/ming
w32 -I//raid1/Entwicklung/User/msch/GNUstep/Headers -IE:/root/usr/GNUstep/Lo
cal/Headers -IE:/root/usr/GNUstep/Network/Headers -IE:/root/usr/GNUstep/Syst
em/Headers  -o shared_profile_obj/ix86/mingw32/gnu-gnu-gnu-win32/NSDebug.o
NSDebug.m:172: conflicting types for `GSDebugAllocationAdd'
../Headers/Foundation/NSDebug.h:74: previous declaration of
`GSDebugAllocationAdd'
NSDebug.m:501: conflicting types for `GSDebugAllocationRemove'
../Headers/Foundation/NSDebug.h:75: previous declaration of
`GSDebugAllocationRemove'
NSDebug.m:666: warning: `_frameOffsets' defined but not used
make[2]: *** [shared_profile_obj/ix86/mingw32/gnu-gnu-gnu-win32/NSDebug.o]
Error 1




File: NSDebug.h

#ifndef NDEBUG
GS_EXPORT void  GSDebugAllocationAdd(Class c);
...
#endif



File: NSDebug.m

void
GSDebugAllocationRemove(Class c, id o)
...




reply via email to

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