Wine-Devel
By thread
wine-devel@list.winehq.org
By month
Messages by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
February 2008
- 141 participants
- 841 messages
winedbg pdb issue - n00b
by Michel Jacques
Hi.
I've have setup my debug build (with pdbs) and MSVCRT debug dlls.
When stopping on a breakpoint with winedbg, I get a stack of calls in winedbg which does not
contains any function info from my dlls or app. I only get hex offset of call within my dll. But
I do see the information for wine sources though, function name + line number.
What do I need to do so that winedbg can extract info from my pdb?
Thanks,
Michel
Découvrez les styles qui font sensation sur Yahoo! Québec Avatars.
http://cf.avatars.yahoo.com/
Feb. 4, 2008
Re: running "make test" results in an error
by Reece Dunn
On 04/02/2008, Christopher <raccoonone(a)procyongames.com> wrote:
> I tried running "make test" under Ubuntu 7.10, and I just updated to the
> latest cvs this morning so it's not too old. However, after only running
> a couple of tests it exited with an error. Is this normal, and if so how
> do I run the rest of the tests? I attached a log showing which test fails.
You can check the state of the tests at
http://test.winehq.org/data/200801301937/. I also get test failures on
Ubuntu 7.10, so this is normal, even though it is undesirable.
You can run make -k test (the -k tells make to continue on error).
What I do is:
make -k test | tee results.log
cat results.log | grep -F Error
- Reece
Feb. 4, 2008
running "make test" results in an error
by Christopher
I tried running "make test" under Ubuntu 7.10, and I just updated to the
latest cvs this morning so it's not too old. However, after only running
a couple of tests it exited with an error. Is this normal, and if so how
do I run the rest of the tests? I attached a log showing which test fails.
Christopher
make[1]: Entering directory `/home/christopher/wine-git/tools'
make[1]: `makedep' is up to date.
make[1]: Leaving directory `/home/christopher/wine-git/tools'
make[1]: Entering directory `/home/christopher/wine-git/dlls'
make[2]: Entering directory `/home/christopher/wine-git/dlls/advapi32/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/advapi32/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/advpack/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/advpack/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/browseui/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/browseui/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/cabinet/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/cabinet/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/comcat/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/comcat/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/comctl32/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/comctl32/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/comdlg32/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/comdlg32/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/credui/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/credui/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/crypt32/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/crypt32/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/cryptnet/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/cryptnet/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/d3d8/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/home/christopher/wine-git/dlls/d3d8/tests'
make[2]: Entering directory `/home/christopher/wine-git/dlls/d3d9/tests'
../../../tools/runtest -q -P wine -M d3d9.dll -T ../../.. -p d3d9_test.exe.so device.c && touch device.ok
fixme:win:EnumDisplayDevicesW ((null),0,0x34f8c0,0x00000000), stub!
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more than one back buffer, this can't be supported properly. Please configure the application to use double buffering(=1 back buffer) if possible
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
device.c:753: Test failed: Screen width is 1680
device.c:754: Test failed: Screen height is 1050
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful -- perhaps display has changed?
device.c:798: Test failed: Screen width is 1680
device.c:799: Test failed: Screen height is 1050
err:d3d:IWineD3DDeviceImpl_DrawIndexedPrimitive (0x144548) : Called without a valid index buffer set, returning WINED3DERR_INVALIDCALL
fixme:d3d:SetupForBlit >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glOrtho @ context.c / 622
fixme:d3d_surface:flush_to_framebuffer_drawpixels >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glDrawPixels @ surface.c / 1061
fixme:d3d:transform_projection >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glOrtho @ state.c / 2802
fixme:d3d_surface:flush_to_framebuffer_drawpixels >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glDrawPixels @ surface.c / 1061
fixme:d3d:IWineD3DDeviceImpl_SetLightEnable Too many concurrently active lights
make[2]: *** [device.ok] Error 4
make[2]: Leaving directory `/home/christopher/wine-git/dlls/d3d9/tests'
make[1]: *** [d3d9/tests/__test__] Error 2
make[1]: Leaving directory `/home/christopher/wine-git/dlls'
make: *** [dlls/__test__] Error 2
Feb. 4, 2008
Re: attempt to install Wine from source
by Reece Dunn
On 04/02/2008, Chris Spencer <spencercw(a)googlemail.com> wrote:
> You do not have the gcc compiler installed. On Ubuntu you will need to
> install build-essentials (I think that's what it's called), and also run
> 'sudo apt-get build-dep wine'. I'm not sure what the process is on Debian.
See http://wiki.winehq.org/Recommended_Packages. Specifically:
The easiest way to set up an Ubuntu system is to use a shell script
that installs the above packages:
* Gutsy Gibbon (Ubuntu 7.10) http://kegel.com/wine/gutsy.sh
* Feisty Fawn (Ubuntu 7.04) http://kegel.com/wine/feisty.sh
* Edgy Eft (Ubuntu 6.10) http://kegel.com/wine/edgy.sh
* Dapper Drake (Ubuntu 6.06) http://kegel.com/wine/dapper.sh
* Breezy Badger (Ubuntu 5.11) http://kegel.com/wine/breezy.sh
After which, you can follow the instructions at
http://www.winehq.org/site/git to get the lastest version of the code.
- Reece
Feb. 4, 2008
Re: winehq.org down?
by Jeremy Newman
WineHQ.org, AppDB, and Bugzilla are all on the same server.
We have been having some issues with mysqld crashing the entire server.
It so far has been a hard issue to track down. I've been tweaking the
mysql config settings to hopefully prevent this issue.
James McKenzie wrote:
> Austin English wrote:
>> On Feb 3, 2008 3:32 PM, Reece Dunn <msclrhd(a)googlemail.com> wrote:
>>
>>> On 03/02/2008, James Hawkins <truiken(a)gmail.com> wrote:
>>>
>>>> Hey guys,
>>>>
>>>> I'm having problems connecting to the winehq.org server. Is this a known issue?
>>>>
>>> It's working my side. Is there a problem with your connection? Do
>>> other sites work?
>>>
>>> - Reece
>>>
>>>
>> It's off and on...Seems to be up right now (and has been for a couple
>> hours), but earlier today was out.
>>
>>
> And bugs.winehq.org seemed to have crashed last night around 200 GMT.
> Of course, the problem may have been me.
>
> James McKenzie
>
>
Feb. 4, 2008
Re: attempt to install Wine from source
by Gardou Jérôme
By the way, 20050803 seems to be a very old source package.
Chris Spencer <spencercw(a)googlemail.com> a écrit : You do not have the gcc compiler installed. On Ubuntu you will need to
install build-essentials (I think that's what it's called), and also run
'sudo apt-get build-dep wine'. I'm not sure what the process is on Debian.
Mike Harrison wrote:
> Dear Sir;
> This below is the config.log I got from trying to install Wine (a source
> archive from a British Linux mag) on to my AMD64 m/c under Debian 4.0.
> 64 bit OS.
> A similar message was obtained from an attempt to install Wine on my
> AMD64 laptop under Ubuntu 7.04. (not 64 bit).
> From the report log I can't identify just what went wrong.
> My aim is to use Wine to run Windows XP applications on both machines,
> and if possible Windows Vista applic'ns on the laptop - both machines
> running 32 bit applic'ns. My first priority for this is MS Excel XP pro.
>
> From a brief visit to WineHQ today (the connection died for some
> unknown reason) I believe it may not be as straightforward a project as
> I had hoped. Please tell me either what I must do to load/install my
> Wine source package, or where I have to go for help to go a little further.
> I prefer to load the sources I already have, plus supplementary
> programs, if that's possible.
> Any advice you can give would be appreciated.
> Thanks;
> Mike Harrison
>
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by Wine configure 20050830, which was
> generated by GNU Autoconf 2.59. Invocation command line was
>
> $ ./configure -C --prefix=/usr/local
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ultima
> uname -m = x86_64
> uname -r = 2.6.18-4-amd64
> uname -s = Linux
> uname -v = #1 SMP Mon Mar 26 11:36:53 CEST 2007
>
> /usr/bin/uname -p = unknown
> /bin/uname -X = unknown
>
> /bin/arch = x86_64
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/bin/X11
> PATH: /usr/games
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1249: creating cache config.cache
> configure:1424: checking build system type
> configure:1442: result: x86_64-unknown-linux-gnu
> configure:1450: checking host system type
> configure:1464: result: x86_64-unknown-linux-gnu
> configure:1504: checking whether make sets $(MAKE)
> configure:1524: result: yes
> configure:1579: checking for gcc
> configure:1605: result: gcc -m32
> configure:1849: checking for C compiler version
> configure:1852: gcc -m32 --version &5
> ./configure: line 1853: gcc: command not found
> configure:1855: $? = 127
> configure:1857: gcc -m32 -v &5
> ./configure: line 1858: gcc: command not found
> configure:1860: $? = 127
> configure:1862: gcc -m32 -V &5
> ./configure: line 1863: gcc: command not found
> configure:1865: $? = 127
> configure:1888: checking for C compiler default output file name
> configure:1891: gcc -m32 conftest.c >&5
> ./configure: line 1892: gcc: command not found
> configure:1894: $? = 127
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME "Wine"
> | #define PACKAGE_TARNAME "wine"
> | #define PACKAGE_VERSION "20050830"
> | #define PACKAGE_STRING "Wine 20050830"
> | #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
> | /* end confdefs.h. */
> |
> | int
> | main ()
> | {
> |
> | ;
> | return 0;
> | }
> configure:1933: error: C compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_build_alias=x86_64-unknown-linux-gnu
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_host=x86_64-unknown-linux-gnu
> ac_cv_host_alias=x86_64-unknown-linux-gnu
> ac_cv_prog_ac_ct_CC='gcc -m32'
> ac_cv_prog_make_make_set=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ALSALIBS=''
> AR=''
> ARTSCCONFIG=''
> ARTSINCL=''
> ARTSLIBS=''
> AS='as --32'
> AUDIOIOLIBS=''
> BISON=''
> BUILTINFLAG=''
> CC='gcc -m32'
> CFLAGS=''
> COREFOUNDATIONLIB=''
> CPP=''
> CPPBIN=''
> CPPFLAGS=''
> CROSSCC=''
> CROSSTEST=''
> CROSSWINDRES=''
> CRTLIBS=''
> CURSESLIBS=''
> CXX=''
> CXXFLAGS=''
> DEFS=''
> DLLDEFS=''
> DLLEXT=''
> DLLFLAGS=''
> DLLIBS=''
> DLLTOOL=''
> DLLWRAP=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ESDCONFIG=''
> ESDINCL=''
> ESDLIBS=''
> EXEEXT=''
> EXTRACFLAGS=''
> FONTFORGE=''
> FONTSSUBDIRS=''
> FREETYPEINCL=''
> FREETYPELIBS=''
> GLU32FILES=''
> GLUT32FILES=''
> GLUT_LIBS=''
> ICULIBS=''
> IMPLIBEXT=''
> INSTALL_DATA=''
> INSTALL_PROGRAM=''
> INSTALL_SCRIPT=''
> IOKITLIB=''
> LCMSLIBS=''
> LD='ld -m elf_i386'
> LDAPLIBS=''
> LDCONFIG=''
> LDD=''
> LDDLLFLAGS=''
> LDEXECFLAGS=''
> LDFLAGS=''
> LDLIBWINEFLAGS=''
> LDPATH=''
> LDSHARED=''
> LEX=''
> LEXLIB=''
> LEX_OUTPUT_ROOT=''
> LIBEXT=''
> LIBOBJS=''
> LIBPTHREAD=''
> LIBS=''
> LINT=''
> LINTFLAGS=''
> LN=''
> LN_S=''
> LTLIBOBJS=''
> MAIN_BINARY=''
> NASLIBS=''
> OBJEXT=''
> OPENGLFILES=''
> OPENGL_LIBS=''
> PACKAGE_BUGREPORT='wine-devel(a)winehq.org'
> PACKAGE_NAME='Wine'
> PACKAGE_STRING='Wine 20050830'
> PACKAGE_TARNAME='wine'
> PACKAGE_VERSION='20050830'
> PATH_SEPARATOR=':'
> PKG_CONFIG=''
> PRELINK=''
> RANLIB=''
> SANEINCL=''
> SANELIBS=''
> SET_MAKE=''
> SHELL='/bin/sh'
> SOCKETLIBS=''
> STRIP=''
> TOOLSDIR=''
> WIN16_FILES='$(WIN16_FILES)'
> WIN16_INSTALL='$(WIN16_INSTALL)'
> WINDRES=''
> WINE_BINARIES=''
> XFILES=''
> XLEX=''
> XLIB=''
> XML2INCL=''
> XML2LIBS=''
> X_CFLAGS=''
> X_EXTRA_LIBS=''
> X_LIBS=''
> X_PRE_LIBS=''
> ac_ct_AR=''
> ac_ct_AS=''
> ac_ct_CC='gcc -m32'
> ac_ct_CPPBIN=''
> ac_ct_CXX=''
> ac_ct_DLLTOOL=''
> ac_ct_DLLWRAP=''
> ac_ct_LD=''
> ac_ct_RANLIB=''
> ac_ct_STRIP=''
> ac_ct_WINDRES=''
> bindir='${exec_prefix}/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> datadir='${prefix}/share'
> exec_prefix='NONE'
> ft_devel2=''
> ft_devel=''
> host='x86_64-unknown-linux-gnu'
> host_alias=''
> host_cpu='i386'
> host_os='linux-gnu'
> host_vendor='unknown'
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> sane_devel=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ------------- ##
> ## Output files. ##
> ## ------------- ##
>
> MAKE_DLL_RULES=''
> MAKE_IMPLIB_RULES=''
> MAKE_LIB_RULES=''
> MAKE_PROG_RULES=''
> MAKE_RULES=''
> MAKE_TEST_RULES=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
> #define PACKAGE_NAME "Wine"
> #define PACKAGE_STRING "Wine 20050830"
> #define PACKAGE_TARNAME "wine"
> #define PACKAGE_VERSION "20050830"
>
> configure: exit 77
>
>
>
---------------------------------
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Feb. 4, 2008
Re: attempt to install Wine from source
by Chris Spencer
You do not have the gcc compiler installed. On Ubuntu you will need to
install build-essentials (I think that's what it's called), and also run
'sudo apt-get build-dep wine'. I'm not sure what the process is on Debian.
Mike Harrison wrote:
> Dear Sir;
> This below is the config.log I got from trying to install Wine (a source
> archive from a British Linux mag) on to my AMD64 m/c under Debian 4.0.
> 64 bit OS.
> A similar message was obtained from an attempt to install Wine on my
> AMD64 laptop under Ubuntu 7.04. (not 64 bit).
> From the report log I can't identify just what went wrong.
> My aim is to use Wine to run Windows XP applications on both machines,
> and if possible Windows Vista applic'ns on the laptop - both machines
> running 32 bit applic'ns. My first priority for this is MS Excel XP pro.
>
> From a brief visit to WineHQ today (the connection died for some
> unknown reason) I believe it may not be as straightforward a project as
> I had hoped. Please tell me either what I must do to load/install my
> Wine source package, or where I have to go for help to go a little further.
> I prefer to load the sources I already have, plus supplementary
> programs, if that's possible.
> Any advice you can give would be appreciated.
> Thanks;
> Mike Harrison
>
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by Wine configure 20050830, which was
> generated by GNU Autoconf 2.59. Invocation command line was
>
> $ ./configure -C --prefix=/usr/local
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ultima
> uname -m = x86_64
> uname -r = 2.6.18-4-amd64
> uname -s = Linux
> uname -v = #1 SMP Mon Mar 26 11:36:53 CEST 2007
>
> /usr/bin/uname -p = unknown
> /bin/uname -X = unknown
>
> /bin/arch = x86_64
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/bin/X11
> PATH: /usr/games
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1249: creating cache config.cache
> configure:1424: checking build system type
> configure:1442: result: x86_64-unknown-linux-gnu
> configure:1450: checking host system type
> configure:1464: result: x86_64-unknown-linux-gnu
> configure:1504: checking whether make sets $(MAKE)
> configure:1524: result: yes
> configure:1579: checking for gcc
> configure:1605: result: gcc -m32
> configure:1849: checking for C compiler version
> configure:1852: gcc -m32 --version </dev/null >&5
> ./configure: line 1853: gcc: command not found
> configure:1855: $? = 127
> configure:1857: gcc -m32 -v </dev/null >&5
> ./configure: line 1858: gcc: command not found
> configure:1860: $? = 127
> configure:1862: gcc -m32 -V </dev/null >&5
> ./configure: line 1863: gcc: command not found
> configure:1865: $? = 127
> configure:1888: checking for C compiler default output file name
> configure:1891: gcc -m32 conftest.c >&5
> ./configure: line 1892: gcc: command not found
> configure:1894: $? = 127
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME "Wine"
> | #define PACKAGE_TARNAME "wine"
> | #define PACKAGE_VERSION "20050830"
> | #define PACKAGE_STRING "Wine 20050830"
> | #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
> | /* end confdefs.h. */
> |
> | int
> | main ()
> | {
> |
> | ;
> | return 0;
> | }
> configure:1933: error: C compiler cannot create executables
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=x86_64-unknown-linux-gnu
> ac_cv_build_alias=x86_64-unknown-linux-gnu
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_host=x86_64-unknown-linux-gnu
> ac_cv_host_alias=x86_64-unknown-linux-gnu
> ac_cv_prog_ac_ct_CC='gcc -m32'
> ac_cv_prog_make_make_set=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ALSALIBS=''
> AR=''
> ARTSCCONFIG=''
> ARTSINCL=''
> ARTSLIBS=''
> AS='as --32'
> AUDIOIOLIBS=''
> BISON=''
> BUILTINFLAG=''
> CC='gcc -m32'
> CFLAGS=''
> COREFOUNDATIONLIB=''
> CPP=''
> CPPBIN=''
> CPPFLAGS=''
> CROSSCC=''
> CROSSTEST=''
> CROSSWINDRES=''
> CRTLIBS=''
> CURSESLIBS=''
> CXX=''
> CXXFLAGS=''
> DEFS=''
> DLLDEFS=''
> DLLEXT=''
> DLLFLAGS=''
> DLLIBS=''
> DLLTOOL=''
> DLLWRAP=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> ESDCONFIG=''
> ESDINCL=''
> ESDLIBS=''
> EXEEXT=''
> EXTRACFLAGS=''
> FONTFORGE=''
> FONTSSUBDIRS=''
> FREETYPEINCL=''
> FREETYPELIBS=''
> GLU32FILES=''
> GLUT32FILES=''
> GLUT_LIBS=''
> ICULIBS=''
> IMPLIBEXT=''
> INSTALL_DATA=''
> INSTALL_PROGRAM=''
> INSTALL_SCRIPT=''
> IOKITLIB=''
> LCMSLIBS=''
> LD='ld -m elf_i386'
> LDAPLIBS=''
> LDCONFIG=''
> LDD=''
> LDDLLFLAGS=''
> LDEXECFLAGS=''
> LDFLAGS=''
> LDLIBWINEFLAGS=''
> LDPATH=''
> LDSHARED=''
> LEX=''
> LEXLIB=''
> LEX_OUTPUT_ROOT=''
> LIBEXT=''
> LIBOBJS=''
> LIBPTHREAD=''
> LIBS=''
> LINT=''
> LINTFLAGS=''
> LN=''
> LN_S=''
> LTLIBOBJS=''
> MAIN_BINARY=''
> NASLIBS=''
> OBJEXT=''
> OPENGLFILES=''
> OPENGL_LIBS=''
> PACKAGE_BUGREPORT='wine-devel(a)winehq.org'
> PACKAGE_NAME='Wine'
> PACKAGE_STRING='Wine 20050830'
> PACKAGE_TARNAME='wine'
> PACKAGE_VERSION='20050830'
> PATH_SEPARATOR=':'
> PKG_CONFIG=''
> PRELINK=''
> RANLIB=''
> SANEINCL=''
> SANELIBS=''
> SET_MAKE=''
> SHELL='/bin/sh'
> SOCKETLIBS=''
> STRIP=''
> TOOLSDIR=''
> WIN16_FILES='$(WIN16_FILES)'
> WIN16_INSTALL='$(WIN16_INSTALL)'
> WINDRES=''
> WINE_BINARIES=''
> XFILES=''
> XLEX=''
> XLIB=''
> XML2INCL=''
> XML2LIBS=''
> X_CFLAGS=''
> X_EXTRA_LIBS=''
> X_LIBS=''
> X_PRE_LIBS=''
> ac_ct_AR=''
> ac_ct_AS=''
> ac_ct_CC='gcc -m32'
> ac_ct_CPPBIN=''
> ac_ct_CXX=''
> ac_ct_DLLTOOL=''
> ac_ct_DLLWRAP=''
> ac_ct_LD=''
> ac_ct_RANLIB=''
> ac_ct_STRIP=''
> ac_ct_WINDRES=''
> bindir='${exec_prefix}/bin'
> build='x86_64-unknown-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='unknown'
> datadir='${prefix}/share'
> exec_prefix='NONE'
> ft_devel2=''
> ft_devel=''
> host='x86_64-unknown-linux-gnu'
> host_alias=''
> host_cpu='i386'
> host_os='linux-gnu'
> host_vendor='unknown'
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> sane_devel=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ------------- ##
> ## Output files. ##
> ## ------------- ##
>
> MAKE_DLL_RULES=''
> MAKE_IMPLIB_RULES=''
> MAKE_LIB_RULES=''
> MAKE_PROG_RULES=''
> MAKE_RULES=''
> MAKE_TEST_RULES=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
> #define PACKAGE_NAME "Wine"
> #define PACKAGE_STRING "Wine 20050830"
> #define PACKAGE_TARNAME "wine"
> #define PACKAGE_VERSION "20050830"
>
> configure: exit 77
>
>
>
Feb. 4, 2008
Re: winehq.org down?
by James McKenzie
Austin English wrote:
> On Feb 3, 2008 3:32 PM, Reece Dunn <msclrhd(a)googlemail.com> wrote:
>
>> On 03/02/2008, James Hawkins <truiken(a)gmail.com> wrote:
>>
>>> Hey guys,
>>>
>>> I'm having problems connecting to the winehq.org server. Is this a known issue?
>>>
>> It's working my side. Is there a problem with your connection? Do
>> other sites work?
>>
>> - Reece
>>
>>
>
> It's off and on...Seems to be up right now (and has been for a couple
> hours), but earlier today was out.
>
>
And bugs.winehq.org seemed to have crashed last night around 200 GMT.
Of course, the problem may have been me.
James McKenzie
Feb. 4, 2008
Re: winehq.org down?
by Austin English
On Feb 3, 2008 3:32 PM, Reece Dunn <msclrhd(a)googlemail.com> wrote:
> On 03/02/2008, James Hawkins <truiken(a)gmail.com> wrote:
> > Hey guys,
> >
> > I'm having problems connecting to the winehq.org server. Is this a known issue?
>
> It's working my side. Is there a problem with your connection? Do
> other sites work?
>
> - Reece
>
It's off and on...Seems to be up right now (and has been for a couple
hours), but earlier today was out.
-Austin
Feb. 4, 2008
attempt to install Wine from source
by Mike Harrison
Dear Sir;
This below is the config.log I got from trying to install Wine (a source
archive from a British Linux mag) on to my AMD64 m/c under Debian 4.0.
64 bit OS.
A similar message was obtained from an attempt to install Wine on my
AMD64 laptop under Ubuntu 7.04. (not 64 bit).
From the report log I can't identify just what went wrong.
My aim is to use Wine to run Windows XP applications on both machines,
and if possible Windows Vista applic'ns on the laptop - both machines
running 32 bit applic'ns. My first priority for this is MS Excel XP pro.
From a brief visit to WineHQ today (the connection died for some
unknown reason) I believe it may not be as straightforward a project as
I had hoped. Please tell me either what I must do to load/install my
Wine source package, or where I have to go for help to go a little further.
I prefer to load the sources I already have, plus supplementary
programs, if that's possible.
Any advice you can give would be appreciated.
Thanks;
Mike Harrison
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Wine configure 20050830, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure -C --prefix=/usr/local
## --------- ##
## Platform. ##
## --------- ##
hostname = ultima
uname -m = x86_64
uname -r = 2.6.18-4-amd64
uname -s = Linux
uname -v = #1 SMP Mon Mar 26 11:36:53 CEST 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1249: creating cache config.cache
configure:1424: checking build system type
configure:1442: result: x86_64-unknown-linux-gnu
configure:1450: checking host system type
configure:1464: result: x86_64-unknown-linux-gnu
configure:1504: checking whether make sets $(MAKE)
configure:1524: result: yes
configure:1579: checking for gcc
configure:1605: result: gcc -m32
configure:1849: checking for C compiler version
configure:1852: gcc -m32 --version </dev/null >&5
./configure: line 1853: gcc: command not found
configure:1855: $? = 127
configure:1857: gcc -m32 -v </dev/null >&5
./configure: line 1858: gcc: command not found
configure:1860: $? = 127
configure:1862: gcc -m32 -V </dev/null >&5
./configure: line 1863: gcc: command not found
configure:1865: $? = 127
configure:1888: checking for C compiler default output file name
configure:1891: gcc -m32 conftest.c >&5
./configure: line 1892: gcc: command not found
configure:1894: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20050830"
| #define PACKAGE_STRING "Wine 20050830"
| #define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1933: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_prog_ac_ct_CC='gcc -m32'
ac_cv_prog_make_make_set=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALSALIBS=''
AR=''
ARTSCCONFIG=''
ARTSINCL=''
ARTSLIBS=''
AS='as --32'
AUDIOIOLIBS=''
BISON=''
BUILTINFLAG=''
CC='gcc -m32'
CFLAGS=''
COREFOUNDATIONLIB=''
CPP=''
CPPBIN=''
CPPFLAGS=''
CROSSCC=''
CROSSTEST=''
CROSSWINDRES=''
CRTLIBS=''
CURSESLIBS=''
CXX=''
CXXFLAGS=''
DEFS=''
DLLDEFS=''
DLLEXT=''
DLLFLAGS=''
DLLIBS=''
DLLTOOL=''
DLLWRAP=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ESDCONFIG=''
ESDINCL=''
ESDLIBS=''
EXEEXT=''
EXTRACFLAGS=''
FONTFORGE=''
FONTSSUBDIRS=''
FREETYPEINCL=''
FREETYPELIBS=''
GLU32FILES=''
GLUT32FILES=''
GLUT_LIBS=''
ICULIBS=''
IMPLIBEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
IOKITLIB=''
LCMSLIBS=''
LD='ld -m elf_i386'
LDAPLIBS=''
LDCONFIG=''
LDD=''
LDDLLFLAGS=''
LDEXECFLAGS=''
LDFLAGS=''
LDLIBWINEFLAGS=''
LDPATH=''
LDSHARED=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBEXT=''
LIBOBJS=''
LIBPTHREAD=''
LIBS=''
LINT=''
LINTFLAGS=''
LN=''
LN_S=''
LTLIBOBJS=''
MAIN_BINARY=''
NASLIBS=''
OBJEXT=''
OPENGLFILES=''
OPENGL_LIBS=''
PACKAGE_BUGREPORT='wine-devel(a)winehq.org'
PACKAGE_NAME='Wine'
PACKAGE_STRING='Wine 20050830'
PACKAGE_TARNAME='wine'
PACKAGE_VERSION='20050830'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PRELINK=''
RANLIB=''
SANEINCL=''
SANELIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SOCKETLIBS=''
STRIP=''
TOOLSDIR=''
WIN16_FILES='$(WIN16_FILES)'
WIN16_INSTALL='$(WIN16_INSTALL)'
WINDRES=''
WINE_BINARIES=''
XFILES=''
XLEX=''
XLIB=''
XML2INCL=''
XML2LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC='gcc -m32'
ac_ct_CPPBIN=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_DLLWRAP=''
ac_ct_LD=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_ct_WINDRES=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
ft_devel2=''
ft_devel=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='i386'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sane_devel=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ------------- ##
## Output files. ##
## ------------- ##
MAKE_DLL_RULES=''
MAKE_IMPLIB_RULES=''
MAKE_LIB_RULES=''
MAKE_PROG_RULES=''
MAKE_RULES=''
MAKE_TEST_RULES=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT "wine-devel(a)winehq.org"
#define PACKAGE_NAME "Wine"
#define PACKAGE_STRING "Wine 20050830"
#define PACKAGE_TARNAME "wine"
#define PACKAGE_VERSION "20050830"
configure: exit 77
Feb. 4, 2008