search for: lt_dlloader_exit

Displaying 3 results from an estimated 3 matches for "lt_dlloader_exit".

2004 Dec 05
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...s from 'lt_module_close (__cdecl *)' \llvm\lib\System\ltdl.c(2121) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 'lt_find_sym (__cdecl *)' \llvm\lib\System\ltdl.c(2121) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'lt_dlloader_exit (__cdecl *)' \llvm\lib\System\ltdl.c(2742) : warning C4090: 'initializing' : different 'const' qualifiers \llvm\lib\System\ltdl.c(2775) : warning C4013: 'access' undefined; assuming extern returning int \llvm\lib\System\ltdl.c(3089) : warning C4090: '=' : differe...
2004 Dec 28
1
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...9;lt_module_close (__cdecl *)' > \llvm\lib\System\ltdl.c(2121) : warning C4113: 'void *(__cdecl *)()' differs in parameter lists from 'lt_find_sym (__cdecl *)' > \llvm\lib\System\ltdl.c(2121) : warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'lt_dlloader_exit (__cdecl *)' > \llvm\lib\System\ltdl.c(2742) : warning C4090: 'initializing' : different 'const' qualifiers > \llvm\lib\System\ltdl.c(2775) : warning C4013: 'access' undefined; assuming extern returning int > \llvm\lib\System\ltdl.c(3089) : warning C4090: '=...
2004 Dec 04
3
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
ltdl.h fully supports windows platforms (lots of them). That isn't the issue. The issue is setting up the #defines to reflect the windows system. e.g. HAVE_DLOPEN needs to be false Reid. On Fri, 2004-12-03 at 20:35, Chris Lattner wrote: > On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > the