Thanks Adam!
I changed the line that says when cross compiling from "guessing no" to
"yes" and now all is fine. gnustep-base builds!
One more step!
Now I am going to document this before I forget.
Dennis
Adam Fedor wrote:
The only way is to modify the configure script. Adding something like:
if test "$cross_compiling" = yes; then
case "$host_os" in
mingw*) cl_cv_c_longlong=yes;;
esac
fi
On Jan 10, 2008, at 1:13 PM, Dennis Leeuw wrote:
Hi Adam,
Yep, cross-compiled ffcall... hmmmmm
The config.log files from ffcall indeed say:
cl_cv_c_longlong='guessing no'
Is there a way to make guessing into yes, or is this a mingw32
limitation?
Dennis
Adam Fedor wrote:
Looks like ffcall was compiled without support for longlong. Did you
try to cross-compile ffcall? That's probably why the configure check
failed for longlong.
On Jan 10, 2008, at 12:45 PM, Dennis Leeuw wrote:
And now I am lost....
Can anybody tell me what this means, because I have no clue:
Making all for library libgnustep-base...
i586-mingw32-gcc GSFFCallInvocation.m -c \
-MMD -MP -I/usr/GNUstep/System/Library/MinGW/include
-DGNUSTEP_TARGET_DIR=\"ix86/mingw32\" -DGNUSTEP_TARGET_CPU=\"ix86\"
-DGNUSTEP_TARGET_OS=\"mingw32\" -DGNUSTEP_IS_FLATTENED=\"no\"
-DLIBRARY_COMBO=\"gnu-gnu-gnu\" -Wall -Wcast-align -DGNUSTEP
-DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1
-DGNUSTEP_WITH_DLL -DBUILD_libgnustep_base_DLL=1 -g -Wall -DDEBUG
-fno-omit-frame-pointer -DGSWARN -DGSDIAGNOSE -Wno-import -g
-fno-strict-aliasing -fgnu-runtime -I../Headers/Additions
-I../Headers -I./ix86/mingw32 -I.
-I/usr/GNUstep/System/Library/MinGW/include
-I/usr/GNUstep/System/Library/Headers
-I/usr/GNUstep/System/Library/Headers/gnu-gnu-gnu
-I/usr/GNUstep/System/Library/MinGW/include/libxml2
-I/home/dennis/GNUstep/Library/Headers/gnu-gnu-gnu/ix86/mingw32
-I/home/dennis/GNUstep/Library/Headers/gnu-gnu-gnu
-I/home/dennis/GNUstep/Library/Headers
-I/usr/GNUstep/Local/Library/Headers/gnu-gnu-gnu/ix86/mingw32
-I/usr/GNUstep/Local/Library/Headers/gnu-gnu-gnu
-I/usr/GNUstep/Local/Library/Headers
-I/usr/GNUstep/System/Library/Headers/gnu-gnu-gnu/ix86/mingw32
-I/usr/GNUstep/System/Library/Headers/gnu-gnu-gnu
-I/usr/GNUstep/System/Library/Headers \
-o obj/ix86/mingw32/gnu-gnu-gnu/GSFFCallInvocation.o
GSFFCallInvocation.m: In function `GSInvocationCallback':
GSFFCallInvocation.m:1079: error: union has no member named `_longlong'
GSFFCallInvocation.m:1080: error: union has no member named
`_ulonglong'
GSFFCallInvocation.m:1079: warning: value computed is not used
GSFFCallInvocation.m:1080: warning: value computed is not used
GSFFCallInvocation.m: At top level:
GSFFCallInvocation.m:186: warning: 'gs_subtype' defined but not used
make[2]: *** [obj/ix86/mingw32/gnu-gnu-gnu/GSFFCallInvocation.o]
Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make[1]: Leaving directory `/Local/tmp/gnustep-base-1.15.2/Source'
make: *** [internal-all] Error 2
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep