Displaying 11 results from an estimated 11 matches for "lcomdlg32".
Did you mean:
comdlg32
2019 Jun 08
2
Help Building LLVM for Android
...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.
>
Thanks!
-------------- ne...
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
...-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/build/lib/Support/Windows/Signa...
2003 Aug 19
1
Problems building dlls for use with winelib
...y library, the
imported libraries from winelib and with a spec-file containing the
functions to be exported from the dll and compile it (omitted here)
with the same flags as used above for the original source files:
> winebuild -fPIC -L/usr/local/lib/wine -lntdll -lkernel32 -luser32
> -lgdi32-lcomdlg32 -lcrtdll -o libdll.spec.c --spec libdll.spec
> libdll.temp.o
Finally, I (at least try to) tie everything together in a single
library:
> winegcc -shared -Wl,-soname,libdll.so -DSTRICT -D_REENTRANT
> -L/usr/local/lib/wine -lntdll -lkernel32 -luser32 -lgdi32 -lcomdlg32
> -lstdc++ -lcrt...
2003 Jul 26
0
compile problems with libwine
...or errors, but while linking
this error 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 Ko...
2009 Oct 07
0
[LLVMdev] patch for CIndex linakge error on Mingw, set the proper LINKER_LANGUAGE for CIndex and c-index-test
...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(ASTUnit.cpp.obj):ASTUnit.cpp:(.tex...
2001 Aug 13
1
WineLib Linker Error?
...-o test.spec.c -spec test.spec
gcc -c -g -Wall -I/usr/X11R6/include -I. -I../../wine-20010731/include
-fno-builtin -o test.spec.o test.spec.c
echo Linking.....
gcc -shared -Wl,-Bsymbolic test.o test.res test.spec.o -o test.so
-L../../wine-20010731/library -lwine -lshell32 -lcomctl32
-lcomdlg32 -luser32 -lkernel32 -lgdi32 -lm -lutil -ldl
-L../ilib -L../clib -L../xlib -L../apollo -lilib -lclib -lxlib
-lapollo
test.spec.o: In function `__wine_exe_main':
/test/test.spec.c:68: undefined reference to `GetCommandLineA'
/test/test.spec.c:71: undefined reference to `GetStartupI...
2009 Dec 08
0
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
...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 List" <llvmdev at cs.uiu...
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
...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'
>
>
>...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Please report any bugs or feature requests here:
http://rubyforge.org/tracker/?group_id=35
Changes in this release include:
* Added XRC (Xml Resource File) support.
* Added totally awesome HTML widget from Tobi
2009 Dec 08
4
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
Hello again,
In order to avoid the set jump/long jump dependency of DLLs built under Visual C++, we're trying to build the libraries and tools under LLVM-GCC so it will use DWARF exception handling instead of SJ/LJ. The problem we're running into is that the libraries that we just finished creating cannot be found later in the build process when OPT tries to build. My partner has MinGW
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...Files/unwind_shared.dir/UnwindLevel1-gcc-ext.c.obj
src/CMakeFiles/unwind_shared.dir/Unwind-sjlj.c.obj
src/CMakeFiles/unwind_shared.dir/UnwindRegistersRestore.S.obj
src/CMakeFiles/unwind_shared.dir/UnwindRegistersSave.S.obj -lkernel32
-luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32
-ladvapi32 -loldnames && cd ."
Creating library lib\unwind.lib and object lib\unwind.exp
libunwind.cpp.obj :
error LNK2019: *unresolved external symbol "public: void __thiscall
libunwind::Registers_x86::jumpto(void)"
(?jumpto at Registers_x86@libunwind@@QAEXXZ) referenced...