How to solve env problem?

Questions about Wine on Linux
Locked
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

How to solve env problem?

Post by hanfeng »

When I started Wine ,I met this problem:
Shell:

Code: Select all

~$wine C.exe
em32\winemenubuilder.exe: env.c:256: RtlSetEnvironmentVariable: Assertion `len > 0' failed.
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (1359)
em32\services.exe: env.c:256: RtlSetEnvironmentVariable: Assertion `len > 0' failed.
err:wineboot:start_services_process Couldn't start services.exe: error 1359
C.exe: env.c:256: RtlSetEnvironmentVariable: Assertion `len > 0' failed.
Aborted
~$echo $?
134
By the way ,I installed the Wine by compilering the source package.
System is:Debian
Thx.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve env problem?

Post by dimesio »

If that happens when you run one of Wine's builtin programs (winecfg, notepad, etc.), you have a broken build.
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

dimesio wrote:If that happens when you run one of Wine's builtin programs (winecfg, notepad, etc.), you have a broken build.
I ran winecfg ,it shows the same log.But I saw the make said:Done.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve env problem?

Post by dimesio »

Just because it compiled doesn't mean it's not broken. Were there any warnings/messages at the end of ./configure?
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

dimesio wrote:Just because it compiled doesn't mean it's not broken. Were there any warnings/messages at the end of ./configure?
I saw nothing error at the end of the configure.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve env problem?

Post by dimesio »

Check the config.log.
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

dimesio wrote:Check the config.log.
I checked my config.log ,and I saw so many errors in it ,most in conftest.c.
Shell shows:

Code: Select all

~/wine-1.6.2 $ cat config.log |grep error
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
g++: error: unrecognized option '-V'
g++: fatal error: no input files
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
conftest.c:16:7: error: variably modified 'off_t_is_large' at file scope
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
conftest.c:55:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
conftest.c:22:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
conftest.c:55:41: fatal error: AudioToolbox/AudioConverter.h: No such file or directory
conftest.c:22:41: fatal error: AudioToolbox/AudioConverter.h: No such file or directory
conftest.c:55:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
conftest.c:22:33: fatal error: AudioUnit/AudioUnit.h: No such file or directory
conftest.c:55:38: fatal error: AudioUnit/AudioComponent.h: No such file or directory
conftest.c:22:38: fatal error: AudioUnit/AudioComponent.h: No such file or directory
conftest.c:56:27: fatal error: Carbon/Carbon.h: No such file or directory
conftest.c:23:27: fatal error: Carbon/Carbon.h: No such file or directory
conftest.c:56:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory
conftest.c:23:33: fatal error: CoreAudio/CoreAudio.h: No such file or directory
conftest.c:56:39: fatal error: CoreServices/CoreServices.h: No such file or directory
conftest.c:23:39: fatal error: CoreServices/CoreServices.h: No such file or directory
conftest.c:56:45: fatal error: DiskArbitration/DiskArbitration.h: No such file or directory
conftest.c:23:45: fatal error: DiskArbitration/DiskArbitration.h: No such file or directory
conftest.c:56:28: fatal error: IOKit/IOKitLib.h: No such file or directory
conftest.c:23:28: fatal error: IOKit/IOKitLib.h: No such file or directory
conftest.c:56:32: fatal error: IOKit/hid/IOHIDLib.h: No such file or directory
conftest.c:23:32: fatal error: IOKit/hid/IOHIDLib.h: No such file or directory
conftest.c:56:23: fatal error: OpenAL/al.h: No such file or directory
conftest.c:23:23: fatal error: OpenAL/al.h: No such file or directory
conftest.c:56:27: fatal error: OpenCL/opencl.h: No such file or directory
conftest.c:23:27: fatal error: OpenCL/opencl.h: No such file or directory
conftest.c:56:40: fatal error: QuickTime/ImageCompression.h: No such file or directory
conftest.c:23:40: fatal error: QuickTime/ImageCompression.h: No such file or directory
conftest.c:56:31: fatal error: Security/Security.h: No such file or directory
conftest.c:23:31: fatal error: Security/Security.h: No such file or directory
conftest.c:56:19: fatal error: alias.h: No such file or directory
conftest.c:23:19: fatal error: alias.h: No such file or directory
conftest.c:62:20: fatal error: direct.h: No such file or directory
conftest.c:29:20: fatal error: direct.h: No such file or directory
conftest.c:73:20: fatal error: ieeefp.h: No such file or directory
conftest.c:40:20: fatal error: ieeefp.h: No such file or directory
conftest.c:73:23: fatal error: inet/mib2.h: No such file or directory
conftest.c:40:23: fatal error: inet/mib2.h: No such file or directory
conftest.c:73:16: fatal error: io.h: No such file or directory
conftest.c:40:16: fatal error: io.h: No such file or directory
conftest.c:74:19: fatal error: kstat.h: No such file or directory
conftest.c:41:19: fatal error: kstat.h: No such file or directory
conftest.c:78:28: fatal error: linux/compiler.h: No such file or directory
conftest.c:45:28: fatal error: linux/compiler.h: No such file or directory
conftest.c:87:26: fatal error: linux/ucdrom.h: No such file or directory
conftest.c:54:26: fatal error: linux/ucdrom.h: No such file or directory
conftest.c:87:17: fatal error: lwp.h: No such file or directory
conftest.c:54:17: fatal error: lwp.h: No such file or directory
conftest.c:87:26: fatal error: mach-o/nlist.h: No such file or directory
conftest.c:54:26: fatal error: mach-o/nlist.h: No such file or directory
conftest.c:87:27: fatal error: mach-o/loader.h: No such file or directory
conftest.c:54:27: fatal error: mach-o/loader.h: No such file or directory
conftest.c:87:23: fatal error: mach/mach.h: No such file or directory
conftest.c:54:23: fatal error: mach/mach.h: No such file or directory
conftest.c:87:26: fatal error: mach/machine.h: No such file or directory
conftest.c:54:26: fatal error: mach/machine.h: No such file or directory
conftest.c:87:25: fatal error: machine/cpu.h: No such file or directory
conftest.c:54:25: fatal error: machine/cpu.h: No such file or directory
conftest.c:87:28: fatal error: machine/limits.h: No such file or directory
conftest.c:54:28: fatal error: machine/limits.h: No such file or directory
conftest.c:87:29: fatal error: machine/sysarch.h: No such file or directory
conftest.c:54:29: fatal error: machine/sysarch.h: No such file or directory
conftest.c:94:29: fatal error: netinet/tcp_fsm.h: No such file or directory
conftest.c:61:29: fatal error: netinet/tcp_fsm.h: No such file or directory
conftest.c:95:18: fatal error: port.h: No such file or directory
conftest.c:62:18: fatal error: port.h: No such file or directory
conftest.c:95:21: fatal error: process.h: No such file or directory
conftest.c:62:21: fatal error: process.h: No such file or directory
conftest.c:105:22: fatal error: sys/attr.h: No such file or directory
conftest.c:72:22: fatal error: sys/attr.h: No such file or directory
conftest.c:105:22: fatal error: sys/cdio.h: No such file or directory
conftest.c:72:22: fatal error: sys/cdio.h: No such file or directory
conftest.c:105:23: fatal error: sys/elf32.h: No such file or directory
conftest.c:72:23: fatal error: sys/elf32.h: No such file or directory
conftest.c:106:23: fatal error: sys/event.h: No such file or directory
conftest.c:73:23: fatal error: sys/event.h: No such file or directory
conftest.c:106:26: fatal error: sys/exec_elf.h: No such file or directory
conftest.c:73:26: fatal error: sys/exec_elf.h: No such file or directory
conftest.c:106:23: fatal error: sys/filio.h: No such file or directory
conftest.c:73:23: fatal error: sys/filio.h: No such file or directory
conftest.c:109:24: fatal error: sys/limits.h: No such file or directory
conftest.c:76:24: fatal error: sys/limits.h: No such file or directory
conftest.c:109:22: fatal error: sys/link.h: No such file or directory
conftest.c:76:22: fatal error: sys/link.h: No such file or directory
conftest.c:110:23: fatal error: sys/modem.h: No such file or directory
conftest.c:77:23: fatal error: sys/modem.h: No such file or directory
conftest.c:115:25: fatal error: sys/protosw.h: No such file or directory
conftest.c:82:25: fatal error: sys/protosw.h: No such file or directory
conftest.c:117:24: fatal error: sys/scsiio.h: No such file or directory
conftest.c:84:24: fatal error: sys/scsiio.h: No such file or directory
conftest.c:121:24: fatal error: sys/sockio.h: No such file or directory
conftest.c:88:24: fatal error: sys/sockio.h: No such file or directory
conftest.c:122:24: fatal error: sys/strtio.h: No such file or directory
conftest.c:89:24: fatal error: sys/strtio.h: No such file or directory
conftest.c:123:23: fatal error: sys/tihdr.h: No such file or directory
conftest.c:90:23: fatal error: sys/tihdr.h: No such file or directory
conftest.c:124:25: fatal error: sys/timeout.h: No such file or directory
conftest.c:91:25: fatal error: sys/timeout.h: No such file or directory
conftest.c:127:22: fatal error: sys/vm86.h: No such file or directory
conftest.c:94:22: fatal error: sys/vm86.h: No such file or directory
conftest.c:133:31: fatal error: valgrind/memcheck.h: No such file or directory
conftest.c:100:31: fatal error: valgrind/memcheck.h: No such file or directory
conftest.c:133:31: fatal error: valgrind/valgrind.h: No such file or directory
conftest.c:100:31: fatal error: valgrind/valgrind.h: No such file or directory
conftest.c:132:23: fatal error: net/if_dl.h: No such file or directory
conftest.c:132:26: fatal error: net/if_types.h: No such file or directory
conftest.c:134:30: fatal error: netinet/if_inarp.h: No such file or directory
conftest.c:134:28: fatal error: netinet/in_pcb.h: No such file or directory
conftest.c:135:28: fatal error: netinet/ip_var.h: No such file or directory
conftest.c:153:31: fatal error: netinet/tcp_timer.h: No such file or directory
conftest.c:153:29: fatal error: netinet/udp_var.h: No such file or directory
conftest.c:153:30: fatal error: netinet/icmp_var.h: No such file or directory
conftest.c:153:29: fatal error: netinet/tcp_var.h: No such file or directory
conftest.c:124:32: fatal error: mach-o/dyld_images.h: No such file or directory
conftest.c:125:21: fatal error: sys/thr.h: No such file or directory
conftest.c:124:24: fatal error: pthread_np.h: No such file or directory
conftest.c:128:28: fatal error: linux/videodev.h: No such file or directory
| /* Override any GCC internal prototype to avoid an error.
conftest.c:161:5: error: used struct type value where scalar is required
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
conftest.c:169:31: error: expected expression before ')' token
conftest.c:202:24: fatal error: hal/libhal.h: No such file or directory
conftest.c:169:24: fatal error: hal/libhal.h: No such file or directory
conftest.c:210:19: fatal error: lcms2.h: No such file or directory
conftest.c:177:19: fatal error: lcms2.h: No such file or directory
conftest.c:186:36: error: expected expression before ')' token
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
configure:12330: checking whether the compiler supports -Werror=unknown-warning-option
configure:12341: gcc -o conftest -g -O2 -marm -Werror=unknown-warning-option   conftest.c  >&5
cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option
configure:12572: gcc -c -g -O2 -marm -Wpointer-arith -Werror  conftest.c >&5
configure:12627: gcc -c -g -O2 -marm -Wlogical-op -Werror  conftest.c >&5
configure:12827: gcc -c -g -O2 -marm -Werror  conftest.c >&5
conftest.c:199:1: error: '__ms_hook_prologue__' attribute directive ignored [-Werror=attributes]
cc1: all warnings being treated as errors
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
configure:13276: checking for strerror
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
conftest.c:276:26: error: expected expression before ')' token
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
conftest.c:282:1: error: too few arguments to function 'mkdir'
conftest.c:316:21: error: expected expression before ')' token
conftest.c:317:20: error: expected expression before ')' token
conftest.c:318:20: error: expected expression before ')' token
conftest.c:319:21: error: expected expression before ')' token
conftest.c:320:22: error: expected expression before ')' token
conftest.c:321:24: error: expected expression before ')' token
conftest.c:322:25: error: expected expression before ')' token
conftest.c:323:25: error: expected expression before ')' token
conftest.c:294:23: error: expected expression before ')' token
conftest.c:294:13: error: 'request_sense' undeclared (first use in this function)
conftest.c:315:13: error: invalid application of 'sizeof' to incomplete type 'struct xinpgen'
conftest.c:315:12: error: 'struct statfs' has no member named 'f_favail'
conftest.c:315:19: error: 'struct statfs' has no member named 'f_favail'
conftest.c:312:12: error: 'struct msghdr' has no member named 'msg_accrights'
conftest.c:312:19: error: 'struct msghdr' has no member named 'msg_accrights'
conftest.c:312:12: error: 'struct sockaddr' has no member named 'sa_len'
conftest.c:312:19: error: 'struct sockaddr' has no member named 'sa_len'
conftest.c:312:12: error: 'struct sockaddr_un' has no member named 'sun_len'
conftest.c:312:19: error: 'struct sockaddr_un' has no member named 'sun_len'
conftest.c:308:1: error: unknown type name 'scsireq_t'
conftest.c:309:12: error: request for member 'cmd' in something not a structure or union
conftest.c:308:1: error: unknown type name 'scsireq_t'
conftest.c:309:19: error: request for member 'cmd' in something not a structure or union
conftest.c:311:12: error: 'struct mtget' has no member named 'mt_blksiz'
conftest.c:311:19: error: 'struct mtget' has no member named 'mt_blksiz'
conftest.c:343:5: error: used struct type value where scalar is required
conftest.c:344:12: error: 'struct stat' has no member named 'st_mtimespec'
conftest.c:344:19: error: 'struct stat' has no member named 'st_mtimespec'
conftest.c:344:5: error: used struct type value where scalar is required
conftest.c:345:12: error: 'struct stat' has no member named 'st_ctimespec'
conftest.c:345:19: error: 'struct stat' has no member named 'st_ctimespec'
conftest.c:345:5: error: used struct type value where scalar is required
conftest.c:346:12: error: 'struct stat' has no member named 'st_atimespec'
conftest.c:346:19: error: 'struct stat' has no member named 'st_atimespec'
conftest.c:346:12: error: 'struct stat' has no member named 'st_birthtime'
conftest.c:346:19: error: 'struct stat' has no member named 'st_birthtime'
conftest.c:346:12: error: 'struct stat' has no member named 'st_birthtim'
conftest.c:346:19: error: 'struct stat' has no member named 'st_birthtim'
conftest.c:346:12: error: 'struct stat' has no member named 'st_birthtimespec'
conftest.c:346:19: error: 'struct stat' has no member named 'st_birthtimespec'
conftest.c:346:12: error: 'struct stat' has no member named '__st_birthtime'
conftest.c:346:19: error: 'struct stat' has no member named '__st_birthtime'
conftest.c:346:12: error: 'struct stat' has no member named '__st_birthtim'
conftest.c:346:19: error: 'struct stat' has no member named '__st_birthtim'
conftest.c:327:24: error: storage size of 'ac_aggr' isn't known
conftest.c:327:24: error: storage size of 'ac_aggr' isn't known
conftest.c:348:24: error: storage size of 'ac_aggr' isn't known
conftest.c:348:24: error: storage size of 'ac_aggr' isn't known
conftest.c:327:22: error: storage size of 'ac_aggr' isn't known
conftest.c:327:22: error: storage size of 'ac_aggr' isn't known
conftest.c:318:24: error: storage size of 'ac_aggr' isn't known
conftest.c:318:24: error: storage size of 'ac_aggr' isn't known
conftest.c:330:23: error: storage size of 'ac_aggr' isn't known
conftest.c:330:23: error: storage size of 'ac_aggr' isn't known
conftest.c:318:25: error: storage size of 'ac_aggr' isn't known
conftest.c:318:25: error: storage size of 'ac_aggr' isn't known
conftest.c:330:23: error: storage size of 'ac_aggr' isn't known
conftest.c:330:23: error: storage size of 'ac_aggr' isn't known
conftest.c:322:5: error: used struct type value where scalar is required
ac_cv_cflags__Werror_unknown_warning_option=no
ac_cv_func_strerror=yes
  $ ./config.status --file dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile:Make.vars.in:dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile.in
config.status:19323: creating dlls/api-ms-win-core-winrt-error-l1-1-0/Makefile
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: How to solve env problem?

Post by spoon0042 »

Most of those are normal from configure needing to check whether every library is available.

Maybe just try configure again and attach the output. (./configure &>conflog.txt or something.)
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

spoon0042 wrote:Most of those are normal from configure needing to check whether every library is available.

Maybe just try configure again and attach the output. (./configure &>conflog.txt or something.)
And then rebuild?
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

spoon0042 wrote:Most of those are normal from configure needing to check whether every library is available.

Maybe just try configure again and attach the output. (./configure &>conflog.txt or something.)
I do it again.
Shell:

Code: Select all

~/wine-1.6.2 $ cat configlog.txt
checking build system type... armv6l-unknown-linux-gnueabihf
checking host system type... armv6l-unknown-linux-gnueabihf
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc supports Thumb... yes
checking for the directory containing the Wine tools... $(top_builddir)
checking for flex... flex
checking whether flex is recent enough... yes
checking for bison... bison
checking for ar... ar
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ldconfig... /sbin/ldconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking for lclint... no
checking for lint... no
checking for fontforge... fontforge
checking for rsvg... no
checking for convert... no
checking for icotool... no
checking for msgfmt... msgfmt
checking for pkg-config... pkg-config
checking whether msgfmt supports contexts... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking AL/al.h usability... yes
checking AL/al.h presence... yes
checking for AL/al.h... yes
checking ApplicationServices/ApplicationServices.h usability... no
checking ApplicationServices/ApplicationServices.h presence... no
checking for ApplicationServices/ApplicationServices.h... no
checking AudioToolbox/AudioConverter.h usability... no
checking AudioToolbox/AudioConverter.h presence... no
checking for AudioToolbox/AudioConverter.h... no
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking AudioUnit/AudioComponent.h usability... nochecking AudioUnit/AudioComponent.h presence... no
checking for AudioUnit/AudioComponent.h... no
checking CL/cl.h usability... yes
checking CL/cl.h presence... yes
checking for CL/cl.h... yes
checking Carbon/Carbon.h usability... no
checking Carbon/Carbon.h presence... no
checking for Carbon/Carbon.h... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking CoreServices/CoreServices.h usability... no
checking CoreServices/CoreServices.h presence... nochecking for CoreServices/CoreServices.h... no
checking DiskArbitration/DiskArbitration.h usability... no
checking DiskArbitration/DiskArbitration.h presence... no
checking for DiskArbitration/DiskArbitration.h... no
checking IOKit/IOKitLib.h usability... no
checking IOKit/IOKitLib.h presence... no
checking for IOKit/IOKitLib.h... no
checking IOKit/hid/IOHIDLib.h usability... no
checking IOKit/hid/IOHIDLib.h presence... no
checking for IOKit/hid/IOHIDLib.h... no
checking OpenAL/al.h usability... no
checking OpenAL/al.h presence... no
checking for OpenAL/al.h... no
checking OpenCL/opencl.h usability... no
checking OpenCL/opencl.h presence... no
checking for OpenCL/opencl.h... no
checking QuickTime/ImageCompression.h usability... no
checking QuickTime/ImageCompression.h presence... no
checking for QuickTime/ImageCompression.h... no
checking Security/Security.h usability... no
checking Security/Security.h presence... no
checking for Security/Security.h... no
checking alias.h usability... no
checking alias.h presence... no
checking for alias.h... no
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking capi20.h usability... yes
checking capi20.h presence... yes
checking for capi20.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking gettext-po.h usability... yes
checking gettext-po.h presence... yes
checking for gettext-po.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking gsm.h usability... yes
checking gsm.h presence... yes
checking for gsm.h... yes
checking gsm/gsm.h usability... yes
checking gsm/gsm.h presence... yes
checking for gsm/gsm.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking inet/mib2.h usability... no
checking inet/mib2.h presence... no
checking for inet/mib2.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/filter.h usability... yes
checking linux/filter.h presence... yes
checking for linux/filter.h... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/ioctl.h usability... yes
checking linux/ioctl.h presence... yes
checking for linux/ioctl.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking linux/param.h usability... yes
checking linux/param.h presence... yes
checking for linux/param.h... yes
checking linux/serial.h usability... yes
checking linux/serial.h presence... yes
checking for linux/serial.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking lwp.h usability... no
checking lwp.h presence... no
checking for lwp.h... no
checking mach-o/nlist.h usability... no
checking mach-o/nlist.h presence... no
checking for mach-o/nlist.h... no
checking mach-o/loader.h usability... no
checking mach-o/loader.h presence... no
checking for mach-o/loader.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking mach/machine.h usability... no
checking mach/machine.h presence... no
checking for mach/machine.h... no
checking machine/cpu.h usability... no
checking machine/cpu.h presence... no
checking for machine/cpu.h... no
checking machine/limits.h usability... no
checking machine/limits.h presence... no
checking for machine/limits.h... no
checking machine/sysarch.h usability... no
checking machine/sysarch.h presence... no
checking for machine/sysarch.h... no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking mpg123.h usability... yes
checking mpg123.h presence... yes
checking for mpg123.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking netinet/tcp_fsm.h usability... no
checking netinet/tcp_fsm.h presence... no
checking for netinet/tcp_fsm.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking scsi/scsi_ioctl.h usability... yes
checking scsi/scsi_ioctl.h presence... yes
checking for scsi/scsi_ioctl.h... yes
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/asoundlib.h usability... yes
checking sys/asoundlib.h presence... yes
checking for sys/asoundlib.h... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/cdio.h usability... no
checking sys/cdio.h presence... no
checking for sys/cdio.h... no
checking sys/elf32.h usability... no
checking sys/elf32.h presence... no
checking for sys/elf32.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/exec_elf.h usability... no
checking sys/exec_elf.h presence... no
checking for sys/exec_elf.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/limits.h usability... no
checking sys/limits.h presence... no
checking for sys/limits.h... no
checking sys/link.h usability... no
checking sys/link.h presence... no
checking for sys/link.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/mtio.h usability... yes
checking sys/mtio.h presence... yes
checking for sys/mtio.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/protosw.h usability... no
checking sys/protosw.h presence... no
checking for sys/protosw.h... no
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/scsiio.h usability... no
checking sys/scsiio.h presence... no
checking for sys/scsiio.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/socketvar.h usability... yes
checking sys/socketvar.h presence... yes
checking for sys/socketvar.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/strtio.h usability... no
checking sys/strtio.h presence... no
checking for sys/strtio.h... no
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/tihdr.h usability... no
checking sys/tihdr.h presence... no
checking for sys/tihdr.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeout.h usability... no
checking sys/timeout.h presence... no
checking for sys/timeout.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/vm86.h usability... no
checking sys/vm86.h presence... no
checking for sys/vm86.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether stat file-mode macros are broken... no
checking for sys/mount.h... yes
checking for sys/statfs.h... yes
checking for sys/sysctl.h... yes
checking for sys/user.h... yes
checking for sys/vfs.h... yes
checking for netinet/ip.h... yes
checking for net/if.h... yes
checking for net/if_arp.h... yes
checking for net/if_dl.h... no
checking for net/if_types.h... no
checking for net/route.h... yes
checking for netinet/if_ether.h... yes
checking for netinet/if_inarp.h... no
checking for netinet/in_pcb.h... no
checking for netinet/ip_icmp.h... yes
checking for netinet/ip_var.h... no
checking for netinet/udp.h... yes
checking for netipx/ipx.h... yes
checking for sys/un.h... yes
checking for netinet/tcp_timer.h... no
checking for netinet/udp_var.h... no
checking for netinet/icmp_var.h... no
checking for netinet/tcp_var.h... no
checking for linux/ipx.h... yes
checking for linux/irda.h... yes
checking for mach-o/dyld_images.h... no
checking for resolv.h... yes
checking for ifaddrs.h... yes
checking for ucontext.h... yes
checking for sys/thr.h... no
checking for pthread_np.h... no
checking for linux/videodev.h... no
checking for linux/videodev2.h... yes
checking for libv4l1.h... yes
checking for linux/capi.h... yes
checking for ldd... /usr/bin/ldd
checking for readelf... readelf
checking whether we can build a GNU style ELF dll... yes
checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... yes
checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... yes
checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... yes
checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... yes
checking whether the compiler supports -fPIC -Wl,--export-dynamic... yes
checking whether the compiler supports -fPIC -Wl,--rpath,$ORIGIN/../lib... yes
checking whether the compiler supports -Wl,--enable-new-dtags... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for -lX11... libX11.so.6
checking for -lXext... libXext.so.6
checking for X11/Xlib.h... yes
checking for X11/XKBlib.h... yes
checking for X11/Xutil.h... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for X11/extensions/shape.h... yes
checking for X11/extensions/XInput.h... yes
checking for X11/extensions/XInput2.h... yes
checking for X11/extensions/XShm.h... yes
checking for X11/extensions/Xcomposite.h... yes
checking for X11/extensions/Xinerama.h... yes
checking for X11/extensions/Xrandr.h... yes
checking for X11/extensions/Xrender.h... yes
checking for X11/extensions/xf86vmode.h... yes
checking for X11/extensions/xf86vmproto.h... yes
checking for XkbQueryExtension in -lX11... yes
checking for -lXcursor... libXcursor.so.1
checking for -lXi... libXi.so.6
checking for XShmQueryExtension in -lXext... yes
checking for XShapeQueryExtension in -lXext... yes
checking for -lXxf86vm... libXxf86vm.so.1
checking for -lXrender... libXrender.so.1
checking for XRenderSetPictureTransform in -lXrender... yes
checking for XRenderCreateLinearGradient in -lXrender... yes
checking for -lXrandr... libXrandr.so.2
checking for -lXinerama... libXinerama.so.1
checking for -lXcomposite... libXcomposite.so.1
checking for XICCallback.callback... yes
checking for XEvent.xcookie... yes
checking for -lGL... libGL.so.1
checking for gluLookAt in -lGLU... yes
checking for -lOSMesa... not found
checking for clGetPlatformInfo in -lOpenCL... no
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking libxml/xmlsave.h usability... yes
checking libxml/xmlsave.h presence... yes
checking for libxml/xmlsave.h... yes
checking libxml/SAX2.h usability... yes
checking libxml/SAX2.h presence... yes
checking for libxml/SAX2.h... yes
checking for xmlParseMemory in -lxml2... yes
checking for xmlReadMemory in -lxml2... yes
checking for xmlNewDocPI in -lxml2... yes
checking for xmlSchemaSetParserStructuredErrors in -lxml2... yes
checking for xmlSchemaSetValidStructuredErrors in -lxml2... yes
checking for xmlFirstElementChild in -lxml2... yes
checking for xmlDocProperties... yes
checking for libxslt/pattern.h... yes
checking for libxslt/transform.h... yes
checking for -lxslt... libxslt.so.1
checking dbus/dbus.h usability... yes
checking dbus/dbus.h presence... yes
checking for dbus/dbus.h... yes
checking for -ldbus-1... libdbus-1.so.3
checking hal/libhal.h usability... no
checking hal/libhal.h presence... no
checking for hal/libhal.h... no
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for -lgnutls... libgnutls.so.26
checking for -lncurses... libncurses.so.5
checking for mousemask... yes
checking sane/sane.h usability... yes
checking sane/sane.h presence... yes
checking for sane/sane.h... yes
checking for -lsane... libsane.so.1
checking for -lv4l1... libv4l1.so.0
checking gphoto2-camera.h usability... yes
checking gphoto2-camera.h presence... yes
checking for gphoto2-camera.h... yes
checking for gp_camera_new in -lgphoto2... yes
checking gphoto2-port.h usability... yes
checking gphoto2-port.h presence... yes
checking for gphoto2-port.h... yes
checking for gp_port_info_list_new in -lgphoto2_port... yes
checking lcms2.h usability... no
checking lcms2.h presence... no
checking for lcms2.h... no
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for -lfreetype... libfreetype.so.6
checking for FT_TrueTypeEngineType... yes
checking for parport header/ppdev.h... yes
checking for pthread_attr_get_np... no
checking for pthread_getattr_np... yes
checking for pthread_getthreadid_np... no
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for inflate in -lz... yes
checking for po_message_msgctxt in -lgettextpo... yes
checking gst/gstpad.h usability... yes
checking gst/gstpad.h presence... yes
checking for gst/gstpad.h... yes
checking gst/app/gstappsink.h usability... yes
checking gst/app/gstappsink.h presence... yes
checking for gst/app/gstappsink.h... yes
checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... yes
checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... yes
checking for gst_app_buffer_new in -lgstapp-0.10... yes
checking for snd_pcm_hw_params_get_access_mask in -lasound... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for oss_sysinfo.numaudioengines... yes
checking for -lcapi20... libcapi20.so.3
checking cups/cups.h usability... yes
checking cups/cups.h presence... yes
checking for cups/cups.h... yes
checking for -lcups... libcups.so.2
checking for -lfontconfig... libfontconfig.so.1
checking for -lgsm... libgsm.so.1
checking for -ljpeg... libjpeg.so.8
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for -lpng... libpng12.so.0
checking for -ltiff... libtiff.so.4
checking for mpg123_feed in -lmpg123... yes
checking for -lopenal... libopenal.so.1
checking for -lodbc... libodbc.so.1
checking for gcc strength-reduce bug... no
checking whether the compiler supports -fno-builtin... yes
checking whether the compiler supports -fno-strict-aliasing... yes
checking whether the compiler supports -Werror=unknown-warning-option... no
checking whether the compiler supports -Wdeclaration-after-statement... yes
checking whether the compiler supports -Wempty-body... yes
checking whether the compiler supports -Wignored-qualifiers... yes
checking whether the compiler supports -Wstrict-prototypes... yes
checking whether the compiler supports -Wtype-limits... yes
checking whether the compiler supports -Wunused-but-set-parameter... yes
checking whether the compiler supports -Wwrite-strings... yes
checking whether the compiler supports -Wpointer-arith... yes
checking for broken string.h that generates warnings with -Wpointer-arith... no
checking whether the compiler supports -Wlogical-op... yes
checking for broken string.h that generates warnings with -Wlogical-op... no
checking whether the compiler supports -gdwarf-2... yes
checking whether the compiler supports -gstrict-dwarf... yes
checking for ms_hook_prologue attribute... no
checking for the need to disable Fortify... no
checking whether external symbols need an underscore prefix... no
checking how to define a function in assembly code... .type 2
checking whether asm() works outside of functions... yes
checking whether .previous is supported in assembly code... yes
checking whether CFI directives are supported in assembly code... yes
checking for _finite... no
checking for _isnan... no
checking for _pclose... no
checking for _popen... no
checking for _snprintf... no
checking for _spawnvp... no
checking for _strdup... no
checking for _stricmp... no
checking for _strnicmp... no
checking for _strtoi64... no
checking for _strtoui64... no
checking for _vsnprintf... no
checking for asctime_r... yes
checking for chsize... no
checking for dlopen... no
checking for epoll_create... yes
checking for ffs... yes
checking for finite... yes
checking for fnmatch... yes
checking for fork... yes
checking for fpclass... no
checking for fstatfs... yes
checking for fstatvfs... yes
checking for ftruncate... yes
checking for futimens... yes
checking for futimes... yes
checking for futimesat... yes
checking for getattrlist... no
checking for getdirentries... yes
checking for getopt_long_only... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for kqueue... no
checking for lstat... yes
checking for memmove... yes
checking for mmap... yes
checking for pclose... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for port_create... no
checking for prctl... yes
checking for pread... yes
checking for pwrite... yes
checking for readdir... yes
checking for readlink... yes
checking for sched_yield... yes
checking for select... yes
checking for setproctitle... no
checking for setrlimit... yes
checking for settimeofday... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for snprintf... yes
checking for statfs... yes
checking for statvfs... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtold... yes
checking for strtoll... yes
checking for strtoull... yes
checking for symlink... yes
checking for tcdrain... yes
checking for thr_kill2... no
checking for timegm... yes
checking for usleep... yes
checking for vsnprintf... yes
checking for dlopen in -ldl... yes
checking for dladdr... yes
checking for library containing gethostbyname... none required
checking for library containing connect... none required
checking for library containing inet_aton... none required
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for getnetbyname... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyport... yes
checking for inet_network... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for sendmsg... yes
checking for socketpair... yes
checking for library containing clock_gettime... -lrt
checking for LDAPSortKey... yes
checking for ldap_initialize in -lldap_r... yes
checking for ber_init in -llber... yes
checking for ldap_count_references... yes
checking for ldap_first_reference... yes
checking for ldap_next_reference... yes
checking for ldap_parse_reference... yes
checking for ldap_parse_sort_control... no
checking for ldap_parse_sortresponse_control... yeschecking for ldap_parse_vlv_control... no
checking for ldap_parse_vlvresponse_control... yes
checking whether mkdir takes only one argument... no
checking for sched_setaffinity... yes
checking for fallocate... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for long long... yes
checking for fsblkcnt_t... yes
checking for fsfilcnt_t... yes
checking for sigset_t... yes
checking for request_sense... no
checking for struct xinpgen... no
checking for struct ff_effect.direction... yes
checking for sigaddset... yes
checking whether we can use re-entrant gethostbyname_r Linux style... yes
checking whether linux/joystick.h uses the Linux 2.2+ API... yes
checking for struct statfs.f_bfree... yes
checking for struct statfs.f_bavail... yes
checking for struct statfs.f_frsize... yes
checking for struct statfs.f_ffree... yes
checking for struct statfs.f_favail... no
checking for struct statfs.f_namelen... yes
checking for struct statvfs.f_blocks... yes
checking for struct dirent.d_reclen... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_un.sun_len... no
checking for scsireq_t.cmd... no
checking for sg_io_hdr_t.interface_id... yes
checking for siginfo_t.si_fd... yes
checking for struct mtget.mt_blksiz... no
checking for struct mtget.mt_gstat... yes
checking for struct mtget.mt_blkno... yes
checking for struct option.name... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_birthtime... no
checking for struct stat.st_birthtim... no
checking for struct stat.st_birthtimespec... no
checking for struct stat.__st_birthtime... no
checking for struct stat.__st_birthtim... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for ns_msg._msg_ptr... yes
checking for struct icmpstat.icps_inhist... no
checking for struct icmpstat.icps_outhist... no
checking for struct ipstat.ips_total... no
checking for struct ip_stats.ips_total... no
checking for struct tcpstat.tcps_connattempt... no
checking for struct tcp_stats.tcps_connattempt... no
checking for struct udpstat.udps_ipackets... no
checking for struct ifreq.ifr_hwaddr... yes
checking for timezone variable... yes
checking for daylight variable... yes
checking for isinf... yes
checking for isnan... yes
checking whether we need to define __arm__... no
configure: creating ./config.status
config.status: creating Make.rules
config.status: creating Maketest.rules
config.status: creating dlls/Makedll.rules
config.status: creating dlls/Makeimplib.rules
config.status: creating programs/Makeprog.rules
config.status: creating Make.tmp
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: linking AUTHORS to dlls/shell32/AUTHORS
config.status: linking tools/winewrapper to wine
config.status: executing include/stamp-h commands
config.status: executing dlls/gdi32/dibdrv commandsconfig.status: executing dlls/gdi32/enhmfdrv commands
config.status: executing dlls/gdi32/mfdrv commands
config.status: executing dlls/kernel32/nls commandsconfig.status: executing dlls/user32/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands
config.status: executing Makefile commands

configure: libOSMesa development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL development files not found, OpenCL won't be supported.
configure: libhal development files not found, no legacy dynamic device support.
configure: liblcms2 development files not found, Color Management won't be supported.

configure: Finished.  Do 'make' to compile Wine.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: How to solve env problem?

Post by spoon0042 »

huh, I don't really know anything about building wine on arm. Have you tried building a current version of wine (latest is 1.7.41).
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

spoon0042 wrote:huh, I don't really know anything about building wine on arm. Have you tried building a current version of wine (latest is 1.7.41).
Isn't it a development version?:O
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to solve env problem?

Post by dimesio »

You should have said you were on ARM from the start. Take a look at these threads:

viewtopic.php?f=2&t=10535
viewtopic.php?f=8&t=17701

You should build the latest development release, as there has been work on ARM support since 1.6.x.
hanfeng
Level 1
Level 1
Posts: 8
Joined: Mon Apr 20, 2015 7:24 am

Re: How to solve env problem?

Post by hanfeng »

dimesio wrote:You should have said you were on ARM from the start. Take a look at these threads:

viewtopic.php?f=2&t=10535
viewtopic.php?f=8&t=17701

You should build the latest development release, as there has been work on ARM support since 1.6.x.
I'm sorry.I download the lastest development version.And rebuild it.But the problem still exists.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: How to solve env problem?

Post by spoon0042 »

It would help to know what hardware and software you're trying to run; depending on those there may be better uses of your time. :)
Locked