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@winehq.org ReportedBy: austinenglish@gmail.com CC: julliard@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=857f1e0924f23865038a60...
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