[Bug 18925] New: OS X build broken

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 13 02:59:20 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18925

           Summary: OS X build broken
           Product: Wine
           Version: unspecified
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: regression, source
          Severity: blocker
          Priority: P2
         Component: build-env
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com
                CC: julliard at winehq.org


../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../..
-shared ./riched20.spec    caret.o clipboard.o context.o editor.o list.o
paint.o para.o reader.o richole.o row.o run.o string.o style.o table.o
txthost.o txtsrv.o undo.o wrap.o writer.o    version.res   -o riched20.dll.so 
-luuid -lole32 -loleaut32 -limm32 -luser32 -lgdi32 -lkernel32 
../../libs/port/libwine_port.a  -L/Users/austin/wine-deps/usr/lib 
ld: absolute addressing (perhaps -mdynamic-no-pic) used in
_itextHostStdcallVtbl from txthost.o not allowed in slidable image
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [riched20.dll.so] Error 2
make[1]: *** [riched20] Error 2
make: *** [dlls] Error 2

Regression caused by: configure: Detect the appropriate form for the
__ASM_GLOBAL_FUNC macro.
http://source.winehq.org/git/wine.git/?a=commitdiff;h=857f1e0924f23865038a608ee6834ef524371f20

Build script is:
#!/bin/sh

export BUILDDIRECTORY=$HOME/wine-deps

export CPPFLAGS="-I$BUILDDIRECTORY/usr/include
-I$BUILDDIRECTORY/usr/include/libxml2 -I$BUILDDIRECTORY/usr/include/libxslt
-I$BUILDDIRECTORY/usr/include/libpng12 -I$BUILDDIRECTORY/usr/include/gphoto2
-I$BUILDDIRECTORY/usr/include/sane"
export CFLAGS="-I$BUILDDIRECTORY/usr/include"
export LDFLAGS="-L$BUILDDIRECTORY/usr/lib"
export PATH=$PATH:"$BUILDDIRECTORY/usr/bin"
export PKG_CONFIG_PATH="$BUILDDIRECTORY/usr/lib/pkgconfig"

export CONFIGUREFLAGS='--without-hal --without-gnutls --without-capi'

./configure $CONFIGUREFLAGS &&
make depend &&
make &&
exit

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list