Displaying 20 results from an estimated 30 matches for "lole32".
Did you mean:
ole32
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
...ols/winebuild --sysroot=../../.. -fasynchronous-unwind-tables dispatch.o olefont.o olepicture.o safearray.o tmarshal.o typelib.o usrmarshal.o varformat.o vartest.o vartype.o test_reg_i.o tmarshal_i.o tmarshal.res testlist.o -o oleaut32_test.exe.so ../../../libs/port/libwine_port.a -loleaut32 -lole32 -lrpcrt4 -luser32 -lgdi32 -ladvapi32 -L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib
winebuild: vartest.o is an empty file
winegcc: ../../../tools/winebuild/winebuild failed
make[1]: *** [oleaut32_test.exe.so] Error 2
make[1]: Leaving directory `/wine-git/dlls/oleaut32/tests'
make: *** [dlls/...
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
....o main.o palette_hal.o palette_main.o regsvr.o surface_dib.o
surface_fakezbuffer.o surface_gamma.o surface_hal.o surface_main.o
surface_thunks.o surface_user.o surface_wndproc.o version.res
-Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine
/usr/local/lib` -o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32
-ladvapi32 -lkernel32 -lntdll -L../../libs -lwine -ldxguid -luuid
-L/usr/X11R6/lib64 -lXext -lX11 -L../../libs/port -lwine_port
/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when
searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned
1 exit...
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All
I'm trying to compile the following program
int main()
{
return 0;
}
I generated a makefile using winemaker
running make I get
wineg++ -c -mno-cygwin -o test.o test.cpp
wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid
ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (test.UzYhKg.o) is not supported
winebuild: ld -r failed with status 256
winegcc: winebuild failed
make: *** [test.exe.so] Error 2
uname -a...
2019 Jun 08
2
Help Building LLVM for Android
...Sdk\ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe
> CMakeFiles/cmTC_4a28c.dir/testCCompiler.c.obj -o cmTC_4a28c.exe
> -Wl,--out-implib,libcmTC_4a28c.dll.a
> -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32
> -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32
> -ladvapi32 && cd ."
>
> clang: error: unable to execute command: program not executable
>
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
>
> ninja: build stopped: subcommand failed.
&g...
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...lizers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -std=gnu++11 -g utils/not/CMakeFiles/not.dir/not.cpp.obj -o bin/not.exe -Wl,--major-image-version,0,--minor-image-version,0 lib/libLLVMSupportD.a -limagehlp -lpsapi -lshell32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
lib/libLLVMSupportD.a(Signals.cpp.obj): In function `llvm::sys::PrintStackTraceOnErrorSignal()':
D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined reference to `__imp__set_abort_behavior'
D:/Slave/llvm-mingw/bu...
2004 Sep 19
0
MFC compile problem
...g project files...
.
src
3 make
make[1]: Entering directory `/home/ken/.wine/drive_c/mfc/src'
wrc -I. -I/home/ken/.wine/drive_c/VC_Include -I/home/ken/.wine/drive_c/mfc/Include -fomfcdb.res mfcdb.rc
wineg++ -mwindows -mno-cygwin -o mfcdb.so mfcdb.res mfcdb.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool -lmfc.dll -luuid -lmfc
/usr/bin/ld: cannot find -lmfc.dll
collect2: ld returned 1 exit status
winegcc: g++ failed.
make[1]: *** [mfcdb.so] Error 2
make[1]: Leaving directory `/home/ken/.wine/drive_c/mfc/src'
make: *** [src] Error 2
4 modify src/Makefile
delete 'mfc...
2005 Feb 23
1
Wine-20040505 and vstserver
...ld -o win.exe.dbg.c --debug -C. dummy.c main.c windowsstuff.c
winwin.c
winegcc -c -mno-cygwin -I. -o win.exe.dbg.o win.exe.dbg.c
winegcc -c -mno-cygwin -I. -o dummy.o dummy.c
winegcc -mwindows -mno-cygwin -o win.exe.so dummy.o main.o windowsstuff.o
winwin.o rsrc.res win.exe.dbg.o -lodbc32 -lole32 -loleaut32 -lwinspool
-luuid
main.o(.text+0x151): In function `WinMain':
: undefined reference to `MAINHANDLER_control'
windowsstuff.o(.text+0x224): In function `WINDOWS_new':
: undefined reference to `VSTS_audioMaster'
collect2: ld gab 1 als Ende-Status zur?ck (translation: ld retu...
2004 Sep 30
0
Building wine-i386 on x86_64 linux
...thunks.o
ddraw/user.o dpalette/hal.o dpalette/main.o dsurface/dib.o
dsurface/fakezbuffer.o dsurface/gamma.o dsurface/hal.o dsurface/main.o
dsurface/thunks.o dsurface/user.o dsurface/wndproc.o helper.o main.o
regsvr.o struct_convert.o ddraw.dll.dbg.o version.res -o ddraw.dll.so
-L../../dlls -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32
-L../../libs/wine -lwine -ldxguid -luuid -L/usr/X11R6/lib64 -lXext
-lX11 -L../../libs/port -lwine_port
ld: Relocatable linking with relocations from format elf32-i386
(convert.o) to format elf64-x86-64 (ddraw.dll-FPjYN2.spec.c.uxQvD5.o) is
not supporte...
2004 Aug 30
0
Building 20040813 on debian ppc
.../thunks.o ddraw/user.o dpalette/hal.o dpalette/main.o
dsurface/dib.o dsurface/fakezbuffer.o dsurface/gamma.o dsurface/hal.o
dsurface/main.o dsurface/thunks.o dsurface/user.o dsurface/wndproc.o
helper.o main.o regsvr.o struct_convert.o ddraw.dll.dbg.o version.res
-o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32 -ladvapi32
-lkernel32 -L../../libs/wine -lwine -ldxguid -luuid -L/usr/X11R6/lib
-lSM -lICE -lXxf86dga -lXxf86vm -lXv -lXext -lX11 -L../../libs/port
-lwine_port
ddraw.dll-W953mt.spec.c:20:1: warning: "__stdcall" redefined
<command line>:22:1: warning: this is...
2003 Jul 26
0
compile problems with libwine
...r is printed out:
[....]
LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/bin/winebuild -fPIC -o koordkonsole2.exe.spec.c --exe koordkonsole2.exe -mcui Game.o KoordKonsole.o Marshalling.o Network.o Socket.o Sync.o -L/usr/lib -L/usr/lib/wine -ladvapi32 -lcomdlg32 -lgdi32 -lkernel32 -lodbc32 -lole32 -loleaut32 -lshell32 -luser32 -lwinspool
/opt/gcc-3.2/bin/gcc -c -I/usr/include/wine/ -I. -I/usr/include/wine/windows -g -O2 -fPIC -D_REENTRANT -o koordkonsole2.exe.spec.o koordkonsole2.exe.spec.c
g++ -shared -Wl,-Bsymbolic -o koordkonsole2.exe.so Game.o KoordKonsole.o Marshalling.o Network.o...
2005 Feb 03
0
Fix for win32-shortcut
...it worked.
How does this look for the extconf.rb for win32-shortcut?
# extconf.rb
require "mkmf"
require "ftools"
if RUBY_PLATFORM =~ /cygwin|mingw/i
CONFIG["CC"] = "g++"
CONFIG["LDSHARED"] = "g++ -shared"
$LIBS += '' -lole32 -luuid''
else
# -Tp tells cl to compile as c++
CONFIG["COMPILE_C"].sub!(/-Tc/,''-Tp'')
$LIBS += '' ole32.lib ''
end
File.copy("lib/win32/shortcut.c",".")
File.copy("lib/win32/shortcut.h",".")
create...
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
...16.o connpt.o dispatch.o hash.o oleaut.o olefont.o olepicture.o recinfo.o regsvr.o safearray.o stubs.o tmarshal.o typelib.o typelib2.o ungif.o usrmarshal.o varformat.o variant.o vartype.o oleaut32_oaidl_p.o oleaut32_ocidl_p.o dlldata.o oleaut32.res -o oleaut32.dll.so -lcomctl32 -lurlmon -luuid -lole32 -lrpcrt4 -luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -Wb,-dcomctl32 -Wb,-durlmon ../../libs/port/libwine_port.a
olepicture.o: In function `OLEPictureImpl_LoadPNG':
/home/ole/Desktop/newine/dlls/oleaut32/olepicture.c:1478: undefined reference to `png_set_longjmp_fn'
collect2: ld return...
2009 Oct 07
0
[LLVMdev] patch for CIndex linakge error on Mingw, set the proper LINKER_LANGUAGE for CIndex and c-index-test
...Support.a ..\..\..\..\lib\libLLVMSystem.a
..\..\..\..\lib\libclangFrontend.a ..\..\..\..\lib\libclangIndex.a
..\..\..\..\lib\libclangSema.a ..\..\..\..\lib\libclangAST.a
..\..\..\..\lib\libclangLex.a ..\..\..\..\lib\libclangBasic.a -lgcc_eh
-lgcc_eh -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32
-luuid -lcomdlg32 -ladvapi32
..\..\..\..\lib\libclangFrontend.a(ASTUnit.cpp.obj):ASTUnit.cpp:(.text$_ZN5clang13SourceManagerC1Ev[clang::SourceManager::SourceManager()]+0xf):
undefined reference to `llvm::BumpPtrAllocator::DefaultSlabAllocator'
..\..\..\..\lib\libclangFrontend.a(ASTUn...
2005 Oct 26
0
Any wine-0.9 build instructions for AMD64 b4-bit systems?
...lette_main.o
regsvr.o surface_dib.o surface_fakezbuffer.o surface_gamma.o
surface_hal.o surface_main.o surface_thunks.o surface_user.o
surface_wndproc.o version.res -o ddraw.dll.so -L../../dlls
-L../../dlls/ole32 -L../../dlls/user32 -L../../dlls/gdi32
-L../../dlls/advapi32 -L../../dlls/kernel32 -lole32 -luser32 -lgdi32
-ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -luuid
-L/usr/lib64 -lXext -lX11 -L../../libs/port -lwine_port
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
skipping incompatible /usr/lib64/libXext.so when searching for -lXext
/usr/lib/g...
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
...cc/winegcc -B../../tools/winebuild -shared
./ddraw.spec clip
per.o ddraw.o ddraw_thunks.o device.o direct3d.o executebuffer.o
gamma.o light.o
main.o material.o palette.o parent.o regsvr.o surface.o
surface_thunks.o textur
e.o utils.o vertexbuffer.o viewport.o version.res -o ddraw.dll.so
-lole32
-luser32 -lgdi32 -ladvapi32 -lkernel32 -lntdll -ldxguid -luuid
-L/usr/X11R6/l
ib -lXext -lX11 ../../libs/port/libwine_port.a
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/home/zheng/Desk...
2009 Feb 26
2
Wine asio compile error
Yesterday I tried to compile wine asio.I am running debian Squeeze and tried both the lenny and sid wine repos..but on compiling wine asio.it errors out and cant find ..now this was yesterday so i cant remember the exact name ..but it was something like lobc32 ..something like that..maybe logbc32..but anyway..I uninstalled wine and wine-dev..and installed debian version of wine..it 1.0.1
along
2003 Nov 06
2
MinGW build (static linking) problem
Hi!
I am trying to build wxruby with statically linked wxWindows library, but
so far - no luck - bunch of unresolved references during the linking phase.
I''ve seen on the list that Curt was being able to build it, so any hint
would be helpful.
gcc 3.2.3 (MinGW 3.1.0) & MSYS 1.0.10rc2.
Sincerely,
Gour
--
Gour
gour@mail.inet.hr
Registered Linux User #278493
2009 Feb 17
5
Problems in Compiling MFC
...rning: the above warning is issued only once
Generating project files...
2) when the "make" command is given, this is how the output looks like
admin at XXX:~/.wine/drive_c/windows/system32/MFC> make
wineg++ -shared dicom_io.dll.spec -mno-cygwin -o dicom_io.dll.so -lodbc32 -lole32 -loleaut32 -lwinspool -luuid
winegcc: File does not exist: dicom_io.dll.spec
make: *** [dicom_io.dll.so] Error 2
3) Can u please let me know how to create solve problem regarding .spec and .so files
4) Should i install wine through source archive or RPM installation is sufficent to compile any M...
2009 Dec 08
0
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
...plib,../../lib/libopt.dll.a -Wl,--major-image-version,0,--minor-image-version,0
../../lib/libLLVMipo.a ../../lib/libLLVMScalarOpts.a
../../lib/libLLVMInstrumentation.a ../../lib/libLLVMBitWriter.a
../../lib/libLLVMBitReader.a -limagehlp -lpsapi -lkernel32 -luser32 -lgdi32
-lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
Which clearly doesn't link against LLVMCore.
--Mike Ness
--------------------------------------------------
From: "Samuel Crow" <samuraileumas at yahoo.com>
Sent: Tuesday, December 08, 2009 12:11 PM
To: "LLVM Developers Mailing Lis...
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
...long-long
> -Wno-maybe-uninitialized -Wno-comment -std=gnu++11 -g
> utils/not/CMakeFiles/not.dir/not.cpp.obj -o bin/not.exe
> -Wl,--major-image-version,0,--minor-image-version,0 lib/libLLVMSupportD.a
> -limagehlp -lpsapi -lshell32 -lkernel32 -luser32 -lgdi32 -lwinspool
> -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd .
>
> lib/libLLVMSupportD.a(Signals.cpp.obj): In function
> `llvm::sys::PrintStackTraceOnErrorSignal()':
>
>
>
> D:/Slave/llvm-mingw/build/lib/Support/Windows/Signals.inc:284: undefined
> reference to `__imp__set_abor...