Problem Manually compiling Wine 20041019 on FreeBSD 5.3

Frank Staals f.staals at zonnet.nl
Sat Nov 27 09:09:26 PST 2004


Hey,

I tried to compile a recent wine release on my system manually, I 
downloaded the source, untarred it, ran a ./configure and did make 
depend && make. Everything went fine, then I did a "make install" what 
hapend is visible in the attachment. While compiling it missed a lot of 
.h files. What should I do about it ?

btw. I ran everything as root so I should have all the rights to ran a 
make install

Frank
-------------- next part --------------
bash-3.00# make install
rm -f libwine_port.a && ln -s port/libwine_port.a libwine_port.a
rm -f libwine.so && ln -s wine/libwine.so libwine.so
rm -f libwine_unicode.so && ln -s unicode/libwine_unicode.so libwine_unicode.so
rm -f libwpp.a && ln -s wpp/libwpp.a libwpp.a
rm -f libwine.so.1 && ln -s wine/libwine.so.1 libwine.so.1
rm -f libwine_unicode.so.1 && ln -s unicode/libwine_unicode.so.1 libwine_unicode.so.1
cd `dirname include/__install__` && make install
../tools/mkinstalldirs -m 755 /usr/local/include/wine /usr/local/include/wine/windows /usr/local/include/wine/msvcrt /usr/local/include/wine/msvcrt/sys
for f in activscp.idl  amstream.idl  amvideo.idl  austream.idl  comcat.idl  control.idl  ddstream.idl  dispex.idl  docobj.idl  exdisp.idl  mediaobj.idl  mlang.idl  mmstream.idl  oaidl.idl  objidl.idl  ocidl.idl  oleidl.idl  propidl.idl  pstore.idl richole.idl  servprov.idl  shldisp.idl  shobjidl.idl  shtypes.idl  strmif.idl  unknwn.idl  urlmon.idl  wtypes.idl  axcore.idl  axextend.idl  devenum.idl  dyngraph.idl  accctrl.h  aclapi.h  advpub.h  audevcod.h  aviriff.h  basetsd.h  cderr.h  cguid.h  commctrl.h  commdlg.h  compobj.h  cpl.h  custcntl.h  cvconst.h  d3d.h  d3d8.h  d3d8caps.h  d3d8types.h  d3d9.h  d3d9caps.h  d3d9types.h  d3dcaps.h  d3dhal.h  d3dtypes.h  d3dvec.inl  d3dx8core.h  dbghelp.h  dbt.h  dde.h  ddeml.h  ddraw.h  ddrawi.h  devguid.h  digitalv.h  dinput.h  dispdib.h  dlgs.h  dls1.h  dls2.h  dmdls.h  dmerror.h  dmo.h  dmoreg.h  dmort.h  dmplugin.h  dmusbuff.h  dmusicc.h  dmusicf.h  dmusici.h  dmusics.h  dpaddr.h  dplay.h  dplay8.h  dplobby.h  dsconf.h  dsdriver.hdshow.h  dsound.h  dxdiag.h  dxerr8.h  dxerr9.h  dxfile.h  evcode.h  excpt.h  exdispid.h  fci.h  fdi.h  guiddef.h  htmlhelp.h  icm.h  icmpapi.h  imagehlp.h  imm.h  initguid.h  ipexport.h  iphlpapi.h  ipifcons.h  iprtrmib.h  iptypes.h  ks.h  ksguid.h  ksmedia.h  lm.h  lmaccess.h  lmapibuf.h  lmbrowsr.h  lmcons.h  lmerr.h  lmserver.h  lmshare.h  lmstats.h  lmwksta.h  lzexpand.h  mapi.h  mapicode.h  mapidefs.h  mapiguid.h  mapitags.h  mapiutil.h  mapival.h  mapix.h  mciavi.h  mcx.h  mediaerr.h minmax.h  mmddk.h  mmreg.h  mmsystem.h  msacm.h  msacmdlg.h  msacmdrv.h  msi.h  msiquery.h  mssip.h  mswsock.h  nb30.h  netspi.h  npapi.h  nspapi.h  ntddcdrm.h  ntddscsi.h  ntddstor.h  ntsecapi.h  ntstatus.h  objbase.h  ole2.h  ole2ver.h  oleauto.h  olectl.h  oledlg.h  pktdef.h  poppack.h  prsht.h  psapi.h  pshpack1.h  pshpack2.h  pshpack4.h  pshpack8.h  ras.h  reason.h  regstr.h  richedit.h  rpc.h  rpcdce.h  rpcdcep.h  rpcndr.h  rpcnterr.h  rpcproxy.h  schemadef.h  sddl.h  secext.h  setupapi.h  shellapi.h  shlguid.h  shlobj.h  shlwapi.h  sipbase.h  sql.h  sqlext.h  sqltypes.h  sspi.h  storage.h  strmif.h  tapi.h  tchar.h  tlhelp32.h  tmschema.h  uuids.h  uxtheme.h  ver.h  vfw.h  vfwmsgs.h  winbase.h  wincon.h  wincrypt.h  windef.hwindows.h  windowsx.h  winerror.h  wingdi.h  wininet.h  winioctl.h  winnetwk.h  winnls.h  winnt.h  winreg.h  winres.h  winresrc.h  winsock.h  winsock2.h  winspool.h  winsvc.h  wintab.h  wintabx.h  winternl.h  winuser.h  winver.h  wnaspi32.h  wownt32.h  ws2spi.h  ws2tcpip.h  wshisotp.h  wsipx.h  wsnwlink.h  xcmc.h  zmouse.h; do /usr/bin/install -c  -m 644  ./$f /usr/local/include/wine/windows/$f; done
for f in activscp.h amstream.h amvideo.h austream.h comcat.h control.h ddstream.h dispex.h docobj.h exdisp.h mediaobj.h mlang.h mmstream.h oaidl.h objidl.h ocidl.h oleidl.h propidl.h pstore.h richole.h servprov.h shldisp.h shobjidl.h shtypes.h strmif.h unknwn.h urlmon.h wtypes.h; do /usr/bin/install -c  -m 644  $f /usr/local/include/wine/windows/$f; done
for f in msvcrt/conio.h  msvcrt/crtdbg.h  msvcrt/ctype.h  msvcrt/direct.h  msvcrt/dirent.h  msvcrt/dos.h  msvcrt/eh.h  msvcrt/errno.h  msvcrt/fcntl.h  msvcrt/float.h  msvcrt/io.h  msvcrt/limits.h  msvcrt/locale.h  msvcrt/malloc.h  msvcrt/math.h  msvcrt/mbctype.h  msvcrt/mbstring.h  msvcrt/process.h  msvcrt/search.h  msvcrt/setjmp.h  msvcrt/share.h  msvcrt/stddef.h  msvcrt/stdio.h  msvcrt/stdlib.h  msvcrt/string.h  msvcrt/sys/locking.h  msvcrt/sys/stat.h  msvcrt/sys/timeb.h  msvcrt/sys/types.h  msvcrt/sys/unistd.h  msvcrt/sys/utime.h  msvcrt/time.h  msvcrt/unistd.h  msvcrt/wchar.h  msvcrt/wctype.h; do /usr/bin/install -c  -m 644  ./$f /usr/local/include/wine/$f; done
for f in debug.h  exception.h  library.h  unicode.h; do /usr/bin/install -c  -m 644  ./wine/$f /usr/local/include/wine/$f; done
cd `dirname tools/__install__` && make install
cd `dirname widl/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1
/usr/bin/install -c   widl /usr/local/bin/widl
/usr/bin/install -c  -m 644  ./widl.man /usr/local/man/man1/widl.1
cd `dirname winebuild/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1
/usr/bin/install -c   winebuild /usr/local/bin/winebuild
/usr/bin/install -c  -m 644  winebuild.man /usr/local/man/man1/winebuild.1
cd `dirname winedump/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1
/usr/bin/install -c   winedump /usr/local/bin/winedump
/usr/bin/install -c  -m 644  ./winedump.man /usr/local/man/man1/winedump.1
/usr/bin/install -c   ./function_grep.pl /usr/local/bin/function_grep.pl
cd `dirname winegcc/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin
/usr/bin/install -c   winegcc /usr/local/bin/winegcc
cd /usr/local/bin && rm -f wineg++ && ln -s winegcc wineg++
cd /usr/local/bin && rm -f winecpp && ln -s winegcc winecpp
cd `dirname wmc/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1
/usr/bin/install -c  -m 644  ./wmc.man /usr/local/man/man1/wmc.1
/usr/bin/install -c   wmc /usr/local/bin/wmc
cd `dirname wrc/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1
/usr/bin/install -c  -m 644  ./wrc.man /usr/local/man/man1/wrc.1
/usr/bin/install -c   wrc /usr/local/bin/wrc
../tools/mkinstalldirs -m 755 /usr/local/bin /usr/local/man/man1 /usr/local/share/wine /usr/local/share/applications
/usr/bin/install -c   ./winemaker /usr/local/bin/winemaker
/usr/bin/install -c   wineprefixcreate /usr/local/bin/wineprefixcreate
/usr/bin/install -c  -m 644  ./winemaker.man /usr/local/man/man1/winemaker.1
/usr/bin/install -c  -m 644  ./wine.inf /usr/local/share/wine/wine.inf
/usr/bin/install -c  -m 644  ./wine.desktop /usr/local/share/applications/wine.desktop
update-desktop-database
update-desktop-database:No such file or directory
*** Error code 1 (ignored)
cd `dirname documentation/__install__` && make install
../tools/mkinstalldirs -m 755 /usr/local/man/man1 /usr/local/man/man5 /usr/local/man/man3w
/usr/bin/install -c  -m 644  wine.man /usr/local/man/man1/wine.1
/usr/bin/install -c  -m 644  ./wine.conf.man /usr/local/man/man5/wine.conf.5
cd `dirname loader/__install__` && make install
../tools/mkinstalldirs -m 755 /usr/local/bin
for f in wine-kthread; do  if [ "wine-kthread" = "$f" ];  then /usr/bin/install -c   $f /usr/local/bin/wine;  else /usr/bin/install -c   $f /usr/local/bin/$f;  fi;  done
cd `dirname dlls/__install-lib__` && make install-lib
rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a
rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a
rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a
rm -f libstrmiids.a && ln -s strmiids/libstrmiids.a libstrmiids.a
rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a
cd `dirname advapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   advapi32.dll.so /usr/local/lib/wine/advapi32.dll.so
cd `dirname advpack/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   advpack.dll.so /usr/local/lib/wine/advpack.dll.so
cd `dirname amstream/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   amstream.dll.so /usr/local/lib/wine/amstream.dll.so
cd `dirname atl/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   atl.dll.so /usr/local/lib/wine/atl.dll.so
cd `dirname avicap32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   avicap32.dll.so /usr/local/lib/wine/avicap32.dll.so
cd `dirname avifil32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   avifil32.dll.so /usr/local/lib/wine/avifil32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/avifile.dll`.so && ln -s avifil32.dll.so `basename _install_/avifile.dll`.so
cd `dirname cabinet/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   cabinet.dll.so /usr/local/lib/wine/cabinet.dll.so
cd `dirname capi2032/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   capi2032.dll.so /usr/local/lib/wine/capi2032.dll.so
cd `dirname cards/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   cards.dll.so /usr/local/lib/wine/cards.dll.so
cd `dirname cfgmgr32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   cfgmgr32.dll.so /usr/local/lib/wine/cfgmgr32.dll.so
cd `dirname comcat/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   comcat.dll.so /usr/local/lib/wine/comcat.dll.so
cd `dirname comctl32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   comctl32.dll.so /usr/local/lib/wine/comctl32.dll.so
cd `dirname commdlg/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   comdlg32.dll.so /usr/local/lib/wine/comdlg32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/commdlg.dll`.so && ln -s comdlg32.dll.so `basename _install_/commdlg.dll`.so
cd `dirname crtdll/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   crtdll.dll.so /usr/local/lib/wine/crtdll.dll.so
cd `dirname crypt32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   crypt32.dll.so /usr/local/lib/wine/crypt32.dll.so
cd `dirname ctl3d/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   ctl3d32.dll.so /usr/local/lib/wine/ctl3d32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/ctl3d.dll`.so && ln -s ctl3d32.dll.so `basename _install_/ctl3d.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ctl3dv2.dll`.so && ln -s ctl3d32.dll.so `basename _install_/ctl3dv2.dll`.so
cd `dirname d3dim/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   d3dim.dll.so /usr/local/lib/wine/d3dim.dll.so
cd `dirname d3drm/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   d3drm.dll.so /usr/local/lib/wine/d3drm.dll.so
cd `dirname d3dxof/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   d3dxof.dll.so /usr/local/lib/wine/d3dxof.dll.so
cd `dirname dbghelp/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dbghelp.dll.so /usr/local/lib/wine/dbghelp.dll.so
cd `dirname dciman32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dciman32.dll.so /usr/local/lib/wine/dciman32.dll.so
cd `dirname devenum/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   devenum.dll.so /usr/local/lib/wine/devenum.dll.so
cd `dirname dinput/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dinput.dll.so /usr/local/lib/wine/dinput.dll.so
cd `dirname dinput8/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dinput8.dll.so /usr/local/lib/wine/dinput8.dll.so
cd `dirname dmband/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmband.dll.so /usr/local/lib/wine/dmband.dll.so
cd `dirname dmcompos/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmcompos.dll.so /usr/local/lib/wine/dmcompos.dll.so
cd `dirname dmime/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmime.dll.so /usr/local/lib/wine/dmime.dll.so
cd `dirname dmloader/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmloader.dll.so /usr/local/lib/wine/dmloader.dll.so
cd `dirname dmscript/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmscript.dll.so /usr/local/lib/wine/dmscript.dll.so
cd `dirname dmstyle/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmstyle.dll.so /usr/local/lib/wine/dmstyle.dll.so
cd `dirname dmsynth/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmsynth.dll.so /usr/local/lib/wine/dmsynth.dll.so
cd `dirname dmusic/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmusic.dll.so /usr/local/lib/wine/dmusic.dll.so
cd `dirname dmusic32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dmusic32.dll.so /usr/local/lib/wine/dmusic32.dll.so
cd `dirname dplay/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dplay.dll.so /usr/local/lib/wine/dplay.dll.so
cd `dirname dplayx/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dplayx.dll.so /usr/local/lib/wine/dplayx.dll.so
cd `dirname dpnet/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dpnet.dll.so /usr/local/lib/wine/dpnet.dll.so
cd `dirname dpnhpast/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dpnhpast.dll.so /usr/local/lib/wine/dpnhpast.dll.so
cd `dirname dsound/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dsound.dll.so /usr/local/lib/wine/dsound.dll.so
cd `dirname dswave/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dswave.dll.so /usr/local/lib/wine/dswave.dll.so
cd `dirname dxdiagn/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   dxdiagn.dll.so /usr/local/lib/wine/dxdiagn.dll.so
cd `dirname gdi/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   gdi32.dll.so /usr/local/lib/wine/gdi32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/dispdib.dll`.so && ln -s gdi32.dll.so `basename _install_/dispdib.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/gdi.exe`.so && ln -s gdi32.dll.so `basename _install_/gdi.exe`.so
cd /usr/local/lib/wine && rm -f `basename _install_/wing.dll`.so && ln -s gdi32.dll.so `basename _install_/wing.dll`.so
cd `dirname hhctrl.ocx/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   hhctrl.ocx.so /usr/local/lib/wine/hhctrl.ocx.so
cd `dirname iccvid/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   iccvid.dll.so /usr/local/lib/wine/iccvid.dll.so
cd `dirname icmp/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   icmp.dll.so /usr/local/lib/wine/icmp.dll.so
cd `dirname ifsmgr.vxd/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   ifsmgr.vxd.so /usr/local/lib/wine/ifsmgr.vxd.so
cd `dirname imagehlp/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   imagehlp.dll.so /usr/local/lib/wine/imagehlp.dll.so
cd `dirname imm32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   imm32.dll.so /usr/local/lib/wine/imm32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/imm.dll`.so && ln -s imm32.dll.so `basename _install_/imm.dll`.so
cd `dirname iphlpapi/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   iphlpapi.dll.so /usr/local/lib/wine/iphlpapi.dll.so
cd `dirname itss/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   itss.dll.so /usr/local/lib/wine/itss.dll.so
cd `dirname kernel/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   kernel32.dll.so /usr/local/lib/wine/kernel32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/comm.drv`.so && ln -s kernel32.dll.so `basename _install_/comm.drv`.so
cd /usr/local/lib/wine && rm -f `basename _install_/krnl386.exe`.so && ln -s kernel32.dll.so `basename _install_/krnl386.exe`.so
cd /usr/local/lib/wine && rm -f `basename _install_/stress.dll`.so && ln -s kernel32.dll.so `basename _install_/stress.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/system.drv`.so && ln -s kernel32.dll.so `basename _install_/system.drv`.so
cd /usr/local/lib/wine && rm -f `basename _install_/toolhelp.dll`.so && ln -s kernel32.dll.so `basename _install_/toolhelp.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/win87em.dll`.so && ln -s kernel32.dll.so `basename _install_/win87em.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/windebug.dll`.so && ln -s kernel32.dll.so `basename _install_/windebug.dll`.so
cd `dirname lzexpand/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   lz32.dll.so /usr/local/lib/wine/lz32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/lzexpand.dll`.so && ln -s lz32.dll.so `basename _install_/lzexpand.dll`.so
cd `dirname mapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mapi32.dll.so /usr/local/lib/wine/mapi32.dll.so
cd `dirname mlang/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mlang.dll.so /usr/local/lib/wine/mlang.dll.so
cd `dirname mmdevldr.vxd/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mmdevldr.vxd.so /usr/local/lib/wine/mmdevldr.vxd.so
cd `dirname monodebg.vxd/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   monodebg.vxd.so /usr/local/lib/wine/monodebg.vxd.so
cd `dirname mpr/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mpr.dll.so /usr/local/lib/wine/mpr.dll.so
cd `dirname msacm/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msacm32.dll.so /usr/local/lib/wine/msacm32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/msacm.dll`.so && ln -s msacm32.dll.so `basename _install_/msacm.dll`.so
cd `dirname msacm/imaadp32/__install__` && make install
../../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   imaadp32.acm.so /usr/local/lib/wine/imaadp32.acm.so
cd `dirname msacm/msadp32/__install__` && make install
../../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msadp32.acm.so /usr/local/lib/wine/msadp32.acm.so
cd `dirname msacm/msg711/__install__` && make install
../../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msg711.acm.so /usr/local/lib/wine/msg711.acm.so
cd `dirname msacm/winemp3/__install__` && make install
../../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   winemp3.acm.so /usr/local/lib/wine/winemp3.acm.so
cd `dirname mscms/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mscms.dll.so /usr/local/lib/wine/mscms.dll.so
cd `dirname msdmo/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msdmo.dll.so /usr/local/lib/wine/msdmo.dll.so
cd `dirname mshtml/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mshtml.dll.so /usr/local/lib/wine/mshtml.dll.so
cd `dirname msi/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msi.dll.so /usr/local/lib/wine/msi.dll.so
cd `dirname msimg32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msimg32.dll.so /usr/local/lib/wine/msimg32.dll.so
cd `dirname msisys/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msisys.ocx.so /usr/local/lib/wine/msisys.ocx.so
cd `dirname msnet32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msnet32.dll.so /usr/local/lib/wine/msnet32.dll.so
cd `dirname msrle32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msrle32.dll.so /usr/local/lib/wine/msrle32.dll.so
cd `dirname msvcrt/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvcrt.dll.so /usr/local/lib/wine/msvcrt.dll.so
cd `dirname msvcrt20/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvcrt20.dll.so /usr/local/lib/wine/msvcrt20.dll.so
cd `dirname msvcrt40/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvcrt40.dll.so /usr/local/lib/wine/msvcrt40.dll.so
cd `dirname msvcrtd/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvcrtd.dll.so /usr/local/lib/wine/msvcrtd.dll.so
cd `dirname msvidc32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvidc32.dll.so /usr/local/lib/wine/msvidc32.dll.so
cd `dirname msvideo/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   msvfw32.dll.so /usr/local/lib/wine/msvfw32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/msvideo.dll`.so && ln -s msvfw32.dll.so `basename _install_/msvideo.dll`.so
cd `dirname mswsock/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   mswsock.dll.so /usr/local/lib/wine/mswsock.dll.so
cd `dirname netapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   netapi32.dll.so /usr/local/lib/wine/netapi32.dll.so
cd `dirname newdev/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   newdev.dll.so /usr/local/lib/wine/newdev.dll.so
cd `dirname ntdll/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   ntdll.dll.so /usr/local/lib/wine/ntdll.dll.so
cd `dirname odbc32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   odbc32.dll.so /usr/local/lib/wine/odbc32.dll.so
cd `dirname ole32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   ole32.dll.so /usr/local/lib/wine/ole32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/compobj.dll`.so && ln -s ole32.dll.so `basename _install_/compobj.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2.dll`.so && ln -s ole32.dll.so `basename _install_/ole2.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2conv.dll`.so && ln -s ole32.dll.so `basename _install_/ole2conv.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2nls.dll`.so && ln -s ole32.dll.so `basename _install_/ole2nls.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2prox.dll`.so && ln -s ole32.dll.so `basename _install_/ole2prox.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2thk.dll`.so && ln -s ole32.dll.so `basename _install_/ole2thk.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/storage.dll`.so && ln -s ole32.dll.so `basename _install_/storage.dll`.so
cd `dirname oleacc/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   oleacc.dll.so /usr/local/lib/wine/oleacc.dll.so
cd `dirname oleaut32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   oleaut32.dll.so /usr/local/lib/wine/oleaut32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/ole2disp.dll`.so && ln -s oleaut32.dll.so `basename _install_/ole2disp.dll`.so
cd /usr/local/lib/wine && rm -f `basename _install_/typelib.dll`.so && ln -s oleaut32.dll.so `basename _install_/typelib.dll`.so
cd `dirname olecli/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   olecli32.dll.so /usr/local/lib/wine/olecli32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/olecli.dll`.so && ln -s olecli32.dll.so `basename _install_/olecli.dll`.so
cd `dirname oledlg/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   oledlg.dll.so /usr/local/lib/wine/oledlg.dll.so
cd `dirname olepro32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   olepro32.dll.so /usr/local/lib/wine/olepro32.dll.so
cd `dirname olesvr/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   olesvr32.dll.so /usr/local/lib/wine/olesvr32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/olesvr.dll`.so && ln -s olesvr32.dll.so `basename _install_/olesvr.dll`.so
cd `dirname psapi/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   psapi.dll.so /usr/local/lib/wine/psapi.dll.so
cd `dirname qcap/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   qcap.dll.so /usr/local/lib/wine/qcap.dll.so
cd `dirname quartz/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   quartz.dll.so /usr/local/lib/wine/quartz.dll.so
cd `dirname rasapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   rasapi32.dll.so /usr/local/lib/wine/rasapi32.dll.so
cd /usr/local/lib/wine && rm -f `basename _install_/rasapi16.dll`.so && ln -s rasapi32.dll.so `basename _install_/rasapi16.dll`.so
cd `dirname richedit/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   riched32.dll.so /usr/local/lib/wine/riched32.dll.so
cd `dirname rpcrt4/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   rpcrt4.dll.so /usr/local/lib/wine/rpcrt4.dll.so
cd `dirname rsabase/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   rsabase.dll.so /usr/local/lib/wine/rsabase.dll.so
cd `dirname secur32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   secur32.dll.so /usr/local/lib/wine/secur32.dll.so
cd `dirname serialui/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c   serialui.dll.so /usr/local/lib/wine/serialui.dll.so
cd `dirname setupapi/__install__` && make install
gcc -g -O2  install.c  -o install
install.c:23:20: windef.h: No such file or directory
install.c:24:21: winbase.h: No such file or directory
install.c:25:20: winreg.h: No such file or directory
install.c:26:22: winternl.h: No such file or directory
install.c:27:22: winerror.h: No such file or directory
install.c:28:20: wingdi.h: No such file or directory
install.c:29:21: winuser.h: No such file or directory
install.c:30:20: winnls.h: No such file or directory
install.c:31:22: setupapi.h: No such file or directory
In file included from install.c:32:
setupapi_private.h:35: error: syntax error before '*' token
setupapi_private.h:35: error: syntax error before "hinf"
setupapi_private.h:35: warning: data definition has no type or storage class
setupapi_private.h:36: error: syntax error before '*' token
setupapi_private.h:38: error: syntax error before '*' token
setupapi_private.h:40: error: syntax error before '*' token
setupapi_private.h:40: error: syntax error before "hinf"
setupapi_private.h:40: warning: data definition has no type or storage class
setupapi_private.h:41: error: syntax error before '*' token
setupapi_private.h:41: error: syntax error before '*' token
setupapi_private.h:41: warning: data definition has no type or storage class
setupapi_private.h:48: error: syntax error before "PSP_FILE_CALLBACK_A"
setupapi_private.h:51: error: syntax error before "CALLBACK"
setupapi_private.h:51: error: syntax error before "UINT"
setupapi_private.h:51: warning: data definition has no type or storage class
install.c:33:26: wine/unicode.h: No such file or directory
install.c:34:24: wine/debug.h: No such file or directory
install.c:36: warning: parameter names (without types) in function declaration
install.c:36: warning: data definition has no type or storage class
install.c:41: error: syntax error before "HSPFILEQ"
install.c:50: error: syntax error before "HKEY"
install.c:57: error: syntax error before "PSP_FILE_CALLBACK_W"
install.c:62: error: syntax error before '*' token
install.c:65: error: syntax error before "CopyFiles"
install.c:65: warning: data definition has no type or storage class
install.c:66: error: syntax error before "DelFiles"
install.c:66: warning: data definition has no type or storage class
install.c:67: error: syntax error before "RenFiles"
install.c:67: warning: data definition has no type or storage class
install.c:68: error: syntax error before "Ini2Reg"
install.c:68: warning: data definition has no type or storage class
install.c:69: error: syntax error before "LogConf"
install.c:69: warning: data definition has no type or storage class
install.c:70: error: syntax error before "AddReg"
install.c:70: warning: data definition has no type or storage class
install.c:71: error: syntax error before "DelReg"
install.c:71: warning: data definition has no type or storage class
install.c:72: error: syntax error before "BitReg"
install.c:72: warning: data definition has no type or storage class
install.c:73: error: syntax error before "UpdateInis"
install.c:73: warning: data definition has no type or storage class
install.c:74: error: syntax error before "CopyINF"
install.c:74: warning: data definition has no type or storage class
install.c:75: error: syntax error before "UpdateIniFields"
install.c:75: warning: data definition has no type or storage class
install.c:76: error: syntax error before "RegisterDlls"
install.c:76: warning: data definition has no type or storage class
install.c:77: error: syntax error before "UnregisterDlls"
install.c:77: warning: data definition has no type or storage class
install.c:78: error: syntax error before "ProfileItems"
install.c:78: warning: data definition has no type or storage class
install.c:86: error: syntax error before '*' token
install.c:86: error: syntax error before '*' token
install.c: In function `get_field_string':
install.c:89: error: syntax error before "required"
install.c:91: error: `context' undeclared (first use in this function)
install.c:91: error: (Each undeclared identifier is reported only once
install.c:91: error: for each function it appears in.)
install.c:91: error: `index' undeclared (first use in this function)
install.c:91: error: `buffer' undeclared (first use in this function)
install.c:91: error: `size' undeclared (first use in this function)
install.c:91: error: `required' undeclared (first use in this function)
install.c:92: error: `ERROR_INSUFFICIENT_BUFFER' undeclared (first use in this function)
install.c:95: error: `static_buffer' undeclared (first use in this function)
install.c:96: error: `WCHAR' undeclared (first use in this function)
install.c:96: error: `NULL' undeclared (first use in this function)
install.c: At top level:
install.c:110: error: syntax error before "copy_files_callback"
install.c:110: error: syntax error before "hinf"
install.c: In function `copy_files_callback':
install.c:112: error: `arg' undeclared (first use in this function)
install.c:114: error: `field' undeclared (first use in this function)
install.c:115: error: structure has no member named `queue'
install.c:115: error: structure has no member named `layout'
install.c:115: error: structure has no member named `src_root'
install.c:115: error: `NULL' undeclared (first use in this function)
install.c:115: error: structure has no member named `copy_flags'
install.c:117: error: structure has no member named `queue'
install.c:117: error: structure has no member named `src_root'
install.c:117: error: structure has no member named `layout'
install.c:117: error: `hinf' undeclared (first use in this function)
install.c:117: error: structure has no member named `copy_flags'
install.c:118: error: `TRUE' undeclared (first use in this function)
install.c: At top level:
install.c:127: error: syntax error before "delete_files_callback"
install.c:127: error: syntax error before "hinf"
install.c: In function `delete_files_callback':
install.c:129: error: `arg' undeclared (first use in this function)
install.c:130: error: structure has no member named `queue'
install.c:130: error: `hinf' undeclared (first use in this function)
install.c:130: error: `field' undeclared (first use in this function)
install.c:131: error: `TRUE' undeclared (first use in this function)
install.c: At top level:
install.c:140: error: syntax error before "rename_files_callback"
install.c:140: error: syntax error before "hinf"
install.c: In function `rename_files_callback':
install.c:142: error: `arg' undeclared (first use in this function)
install.c:143: error: structure has no member named `queue'
install.c:143: error: `hinf' undeclared (first use in this function)
install.c:143: error: `field' undeclared (first use in this function)
install.c:144: error: `TRUE' undeclared (first use in this function)
install.c: At top level:
install.c:153: error: syntax error before "get_root_key"
install.c:153: error: syntax error before '*' token
install.c: In function `get_root_key':
install.c:155: error: syntax error before "HKCR"
install.c: At top level:
install.c:156: error: syntax error before "HKCU"
install.c:156: warning: data definition has no type or storage class
install.c:157: error: syntax error before "HKLM"
install.c:157: warning: data definition has no type or storage class
install.c:158: error: syntax error before "HKU"
install.c:158: warning: data definition has no type or storage class
install.c:159: error: syntax error before "HKR"
install.c:159: warning: data definition has no type or storage class
install.c:161: error: syntax error before "if"
*** Error code 1

Stop in /home/admin/wine-20041019/dlls/setupapi.
*** Error code 1

Stop in /home/admin/wine-20041019/dlls.
*** Error code 1

Stop in /home/admin/wine-20041019.
bash-3.00#  


More information about the freebsd-emulation mailing list