search for: d_file_offset_bit

Displaying 20 results from an estimated 339 matches for "d_file_offset_bit".

Did you mean: d_file_offset_bits
2007 Nov 30
0
Cannot install ferret gem on Leopard
...m ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb install ferret creating Makefile make gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2 -fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c analysis.c gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2 -fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c api.c gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...root/software/ffmpeg" -I"/root/software/ffmpeg" -I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg"/libavcodec -I"/root/software/ffmpeg"/libavformat -I"/root/software/ffmpeg"/libswscale -I"/root/software/ffmpeg"/libavdevice -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -MM vhook/fish.c vhook/null.c vhook/watermark.c vhook/drawtext.c vhook/imlib2.c vhook/ppm.c version.h | sed 's,^\([a-z]\),vhook/\1,' > .vhookdep vhook/drawtext.c:61:10: error: #include expects "FILENAME" or <FILENA...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...----------- next part -------------- # gmake Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/include/openssl -O -fast -xtarget=ultra -xarch=v8plusa -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr /local/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/kde/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/va r" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samb a/bin" -DLOCKDIR="/usr/local/samba/var/locks&quot...
2016 Feb 25
2
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
...recollection or maybe it's ancient history, however. I got no warnings with the patch on Debian 8 + MinGW-w64. Here's the relevant compilation excerpt: make[3]: Entering directory '/usr/src/syslinux/bios/win64' x86_64-w64-mingw32-gcc -Wno-sign-compare -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I/usr/src/syslinux/win64 -I/usr/src/syslinux/win64/.. -I/usr/src/syslinux/win64/../win -I/usr/src/syslinux/bios -I/usr/src/syslinux/win64/../libfat -I/usr/src/syslinux/win64/../libinstaller -I/usr/src/syslinux/win64/../libinstaller/getopt -c -o syslinux.obj /usr/src/syslinux/win64/../win/...
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
...usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"2.024\" -DXS_VERSION=\"2.024 \" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-th...
2012 Jul 11
2
[LLVMdev] llvm 'gmake check' errors generating lit.site.cfg
...rror 1 The relevant lines in test/Makefile: @$(ECHOPATH) s=@OCAMLOPT@=$(OCAMLOPT) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml=g >> lit.tmp @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@ And the line in the lit.tmp file: s=@OCAMLOPT@=/bin/ocamlopt -cc "g++ -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64" -I /home/willschm/llvm/Debug+Asserts/lib/ocaml=g So it looks to me like the sed delimiter "=" gets tripped up on the parms such as D_FILE_OFFSET_BITS=64. As a...
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
...; >> Signed-off-by: Kai Kang <kai.kang at windriver.com> > NAK. > > The right thing to do is compile it with #define _FILE_OFFSET_BITS 64 > and change fseek to fseeko with the appropriate type being off_t. > > -hpa Hi hpa, Thanks for your reply. In utils/Makefile, -D_FILE_OFFSET_BITS=64 is added to CFLAGS. isohybrid is compiled with -D_FILE_OFFSET_BITS=64 but it still fails to handle the large offset. make[3]: Entering directory `/home/neil/wrlinux/builds/install-x86-64/bitbake_build/tmp/work/i686-linux/syslinux-native/6.01-r0/syslinux-6.01/bios/utils' gcc -isystem/ho...
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
...;>> >>> The right thing to do is compile it with #define _FILE_OFFSET_BITS 64 >>> and change fseek to fseeko with the appropriate type being off_t. >>> >>> -hpa >> Hi hpa, >> >> Thanks for your reply. >> >> In utils/Makefile, -D_FILE_OFFSET_BITS=64 is added to CFLAGS. isohybrid >> >> is compiled with -D_FILE_OFFSET_BITS=64 but it still fails to handle >> the >> large offset. >> >> make[3]: Entering directory >> `/home/neil/wrlinux/builds/install-x86-64/bitbake_build/tmp/work/i686-linux/syslinux-na...
2011 Jun 30
9
btrfs-progs: integration branch updated
After a reorganisation of patches, and sending a bunch of them to Chris, I''ve also updated the integration branch to match that. It''s available from: http://git.darksatanic.net/repo/btrfs-progs-unstable.git/ integration-20110630 The shortlog of 17 patches in this branch beyond the ones I''ve sent to Chris is below. Hugo. Andreas Philipp (1): print parent
2005 Oct 15
3
res_perl - Compiling error
..." -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR= \"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DMULTIPLICITY -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.7/-linux-thread-multi/CORE -c -o perlxsi.o perlxsi.c gcc -Wall -fPIC -DHAVE_AST_CUST_CONFIG -I/usr/src/asterisk-1.0.9/ -I/usr/src/asterisk-1.0.9//include -I. -DAST_INSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/aste...
2010 Jul 30
4
Ferret installation
...ret-0.11.6.gem: ERROR: Failed to build gem native extension. C:/Ruby191/bin/ruby.exe extconf.rb creating Makefile make gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby191/include/ruby-1 .9.1/ruby/backward -I/C/Ruby191/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-paren theses -D_FILE_OFFSET_BITS=64 -o analysis.o -c analysis.c gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby191/include/ruby-1 .9.1/ruby/backward -I/C/Ruby191/include/ruby-1.9.1 -I. -O2 -g -Wall -Wno-paren theses -D_FILE_OFFSET_BITS=64 -o api.o -c api.c gcc -I. -IC:/Ruby191/include/ruby-1.9.1/i386-mingw32 -...
2009 Nov 20
2
Problem compiling dovecot 1.2.8 on Solaris 10?
...src/lib-mail -I../../src/lib-imap -I../../src/lib-index -I../../src/lib-storage/index/maildir -I../../src/auth -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -I/usr/local/include -I/usr/local/ssl/include -D_XPG6 -L/usr/local/lib -L/usr/local/ssl/lib -KPIC -lm -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc99 -I/usr/local/include -I/usr/local/ssl/include -L/usr/local/lib -L/usr/local/ssl/lib -D_XPG6 -xstrconst -KPIC -lm -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c authtest.c "authtest.c", line 164: warning: implicit function declaration: getopt "authtest.c", line 167: un...
2012 Jul 12
0
[LLVMdev] llvm 'gmake check' errors generating lit.site.cfg
...efile: > @$(ECHOPATH) s=@OCAMLOPT@=$(OCAMLOPT) -cc \"$(CXX_FOR_OCAMLOPT)\" -I $(LibDir)/ocaml=g >> lit.tmp > @sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@ > > And the line in the lit.tmp file: > s=@OCAMLOPT@=/bin/ocamlopt -cc "g++ -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64" -I /home/willschm/llvm/Debug+Asserts/lib/ocaml=g > > So it looks to me like the sed delimiter "=" gets tripped up on the > parms such as D_FILE_OFFSET_B...
2011 Jun 27
0
Errors when installing RSPerl-0.92
...e.PL config.status: creating cleanup config.status: creating src/R.pm config.status: creating R/perl5lib.R making target all in RinPerlMakefile gcc -m64 -std=gnu99 -I/usr/include/R -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -DPERL_POLLUTE -D_R_=1 -DUSE_R=1 -DUSE_TOPLEVEL_EXEC=1 -DWITH_R_IN_PERL=1 -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c Converters.c -o Converters.o Converters....
2008 Jan 10
1
Linux disk quota support
...otas_linux.c builtin support configure:57739: result: yes configure:57748: checking whether to use the lib/sysquotas_xfs.c builtin support configure:57750: result: yes ... configure:57919: checking sys/fs/vx_quota.h usability configure:57936: gcc -c -O -D_SAMBA_BUILD_=3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLDAP_DEPRECATED con\ftest.c >&5 conftest.c:523:29: sys/fs/vx_quota.h: No such file or directory ... configure:59087: checking whether the sys_quota interface works configure:59123: gcc -c -O -D_SAMBA_BUILD_=3 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE...
2002 Feb 19
3
ACL fully functional?
I have compiled both my kernel (2.4.17) and samba (2.2.3a) to support ACL/EAs. It looks like it has gone well, but I get one message that worries me, but I don't know if it should or not. checking whether to support ACLs... checking for acl_get_file in -lacl... yes checking for ACL support... yes Using posix ACLs checking for acl_get_perm_np... no As you can see, the last line is where my
2017 Nov 26
5
Compilation issue "unsupported relocation on symbol" with clang 3.7.1
...dif ^ 1 warning generated. [1915/5024] Building ASM object projects/compiler-rt/lib/built...s/CMakeFiles/clang_rt.builtins-armv6m.dir/arm/aeabi_memcmp.S.o FAILED: projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armv6m.dir/arm/aeabi_memcmp.S.o /usr/bin/clang -DLLVM_BUILD_GLOBAL_ISEL -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins -I../projects/compiler-rt/lib/builtins -Iinclude -I../include -fPIC -O3 -DNDEBUG -march=armv6m -mfloat-abi=soft -fno-lto -MD -MT projects/compiler-rt/lib/b...
2007 Aug 25
1
python bindings not building in 3.0.25c
...u-gcc -pthread -fno-strict-aliasing -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -fPIC -I/usr/include/python2.5 -c python/py_smb.c -o build/temp.linux-x86_64-2.5/python/py_smb.o -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -march=nocona -O2 -fomit-frame-pointer -pipe -D_SAMBA_BUILD_=3 -I/var/tmp/portage/net-fs/samba-3.0.25c/work/samba-3.0.25c/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...ALL) or update PKG_CONFIG_PATH to point to libkate's source folder scons: done reading SConscript files. scons: Building targets ... gcc -o src/avinfo.o -c -DPACKAGE_VERSION=\"0.24\" -DPACKAGE_STRING= \"ffmpeg2theora-0.24\" -DPACKAGE=\"ffmpeg2theora\" - D_FILE_OFFSET_BITS=64 -DHAVE_FRAMEHOOK -I. -I/usr/local/include - Iffmpeg src/avinfo.c gcc -o src/ffmpeg2theora.o -c -DPACKAGE_VERSION=\"0.24\" - DPACKAGE_STRING=\"ffmpeg2theora-0.24\" -DPACKAGE=\"ffmpeg2theora\" - D_FILE_OFFSET_BITS=64 -DHAVE_FRAMEHOOK -I. -I/usr/local/include - If...
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
.../home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd' gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .vhd-util.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../include -D_GNU_SOURCE -Wp,-MD,.vhd-util.d -o vhd-util vhd-util.o -L../../tools/libxc -lxenctrl -L../../tools/libxc -lxenctrl -Llib -lvhd -luuid /usr/bin/ld: cannot find -lxenctrl collect2: ld r...