search for: oestreicher

Displaying 12 results from an estimated 12 matches for "oestreicher".

2008 Mar 09
2
[LLVMdev] linker error (llvm-config, eclipse)
...projects/mojo2/Debug/../src/mojo.cc:140: undefined reference to `llvm::WriteBitcodeToFile(llvm::Module const*, std::basic_ostream<char, std::char_traits<char> >&)' collect2: ld gab 1 als Ende-Status zurück make: *** [mojo] Fehler 1 What am I missing? thanks in advance, Stefan Oestreicher
2009 Sep 24
0
[LLVMdev] help with llvm make system
Whoops, sending it to to llvm list as well, freaking takes another ~70 seconds to do a reply to all instead of a reply to, headers still not following standards of every other list I have ever been on... On Wed, Sep 23, 2009 at 6:34 AM, Stefan Oestreicher <stefan.oestreicher at deluxe-design.at> wrote: > Hi, >> I have no >> idea why it works now, there is no difference. > the problem was caused by including the ANTLR headers before the LLVM > headers. Correct, ANTLR defines a *LOT* of common-name macros for whatever excee...
2018 Mar 13
3
Argon2i support in CE packages
Hi All, I've been experimenting with the Argon2i password scheme in a local setup, backed by a LDAP server, and Dovecot 2.3.0.1 can't authenticate my users for now. On the LDAP side the user passwords start with {ARGON2I} (and I can authenticate fine to the LDAP server), but it seems that the CE packages are compiled without libsodium. Is that correct? Is at this time the only
2008 Mar 09
0
[LLVMdev] linker error (llvm-config, eclipse)
Hi, Stefan! Stefan Oestreicher wrote: > This is the full command that's executed to link the project and its output: > > g++-4.2 `/home/stefan/projects/llvm/Debug/bin/llvm-config --ldflags > --libs` `pkg-config --libs glibmm-2.4` -o"mojo" ./src/mojo.o The `llvm-config ...` and `pkg-config ...` sectio...
2008 Mar 09
1
[LLVMdev] linker error (llvm-config, eclipse)
Sam Bishop schrieb: > The `llvm-config ...` and `pkg-config ...` sections need to be at the > end. That ought to get you going. Yes, that's it, thank you very much for the quick help. I guess I should've rtfm more carefully, sorry. best regards Stefan Oestreicher
2009 Sep 22
0
[LLVMdev] help with llvm make system
Stefan Oestreicher <stefan.oestreicher at deluxe-design.at> writes: [snip] > Unfortunately no matter what I do to the makefile of the compiler tool > it won't compile. I always get errors in llvm/Support/Annotation.h that > look like some type declarations are missing. Unfortunately my > ex...
2009 Sep 22
3
[LLVMdev] help with llvm make system
Hi, I'm working on a compiler for a small toy language and I'm using the llvm sample project layout, i.e. the llvm make system. I've got one library (lomo-core) which contains my parser and all that stuff and one tool (lomoc) that's my compiler. The tool declares the library as dependency using: USEDLIBS = lomo-core Now that I've started to add IR generation I declared the
2009 Sep 22
2
[LLVMdev] help with llvm make system
Hi, I'm working on a compiler for a small toy language and I'm using the llvm sample project layout, i.e. the llvm make system. I've got one library (lomo-core) which contains my parser and all that stuff and one tool (lomoc) which is my compiler executable. The tool declares the library as dependency using: USEDLIBS = lomo-core Now that I've started to add IR generation I
2018 Mar 14
1
Argon2i support in CE packages
On 14.03.2018 13:23, Gr?gory Oestreicher wrote: > (Messed up the reply on my mobile, re-sending) > > Hi Aki, > > Le Mercredi 14 mars 2018, Aki Tuomi a ?crit : > >> Which operating system is this? > > Damn, I forgot the most important information, my apologies. I'm using the Debian Stretch CE reposit...
2009 Sep 23
0
[LLVMdev] help with llvm make system
Hi again, I managed to compile it now, manually was well as with make. I have no idea why it works now, there is no difference. A simple empty program including llvm/Function.h and my antlr parser and lexer worked fine so I tried to find the problem by copying my code piece by piece into a new project but it never showed up. Something else must be messed up with it but I'm sure I will
2018 Mar 14
0
Argon2i support in CE packages
(Messed up the reply on my mobile, re-sending) Hi Aki, Le Mercredi 14 mars 2018, Aki Tuomi a ?crit : > Which operating system is this? Damn, I forgot the most important information, my apologies. I'm using the Debian Stretch CE repository. Cheers, Gr?gory
2009 Sep 22
1
[LLVMdev] help with llvm make system
Hi, thank you for your response. Óscar Fuentes schrieb: > It would be useful to see the first error messages and the compile > command (do make VERBOSE=1 in case it is hidden the first few errors are: f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h:42: error: expected unqualified-id before numeric constant f:/dev/projects/llvm-2.5/include/llvm/Support/Annotation.h: In