discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSWorkspace issue... build broken...


From: Fred Kiefer
Subject: Re: NSWorkspace issue... build broken...
Date: Mon, 11 Jul 2016 21:36:42 +0200

Same here. This was caused by Riccardo's last commit. There he checks HAVE_STATFS which never gets set. I am still in the process of finding out whether it is sufficient to add this variable to config.h.in or if more changes are needed.

Fred

On the road

Am 11.07.2016 um 21:26 schrieb Gregory Casamento <greg.casamento@gmail.com>:

fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fgnu-runtime -Wall -fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers -I./. -I. -I/var/lib/jenkins/GNUstep/Library/Headers -I/home/ubuntu/jenkins/gnustep/gcc/GNUstep/Local/Library/Headers -I/home/ubuntu/jenkins/gnustep/gcc/GNUstep/System/Library/Headers -I/usr/include/libpng12 \
14:24:39 	       -o obj/libgnustep-gui.obj/NSWorkspace.m.o
14:24:39 NSWorkspace.m: In function ‘-[NSWorkspace getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:]’:
14:24:39 NSWorkspace.m:1248:8: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    if (m.f_type == EXT2_SUPER_MAGIC)
14:24:39         ^
14:24:39 NSWorkspace.m:1250:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == EXT3_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1252:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == EXT4_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1254:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == ISOFS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1260:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == MSDOS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1262:13: error: ‘struct statvfs’ has no member named ‘f_type’
14:24:39    else if (m.f_type == NFS_SUPER_MAGIC)
14:24:39              ^
14:24:39 NSWorkspace.m:1219:20: warning: variable ‘enc’ set but not used [-Wunused-but-set-variable]
14:24:39    NSStringEncoding enc;
14:24:39                     ^
14:24:39 NSWorkspace.m:1217:9: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
14:24:39    uid_t uid;
14:24:39          ^
14:24:39 make[4]: *** [obj/libgnustep-gui.obj/NSWorkspace.m.o] Error 1
14:24:39 make[3]: *** [internal-library-all_] Error 2
14:24:39 make[2]: *** [libgnustep-gui.all.library.variables] Error 2
14:24:39 make[1]: *** [internal-all] Error 2
14:24:39 make[1]: Leaving directory `/var/lib/jenkins/workspace/gnustep-linux-amd64/core/gui/Source'
14:24:39 make: *** [internal-all] Error 2
14:24:39 Build step 'Execute shell' marked build as failure
14:24:39 Finished: FAILURE

--
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
http://ind.ie/phoenix/
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

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