discuss-gnustep
[Top][All Lists]
Advanced

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

NSWorkspace issue... build broken...


From: Gregory Casamento
Subject: NSWorkspace issue... build broken...
Date: Mon, 11 Jul 2016 15:26:50 -0400

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/

reply via email to

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