Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-05 Thread gambas
Updates: Status: WontFix Comment #16 on issue 398 by benoit.m...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 (No comment was entered for this change.) -- Free Next-G

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #15 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 PS. Updated OpenSUSE 12.2 since this ticket was opened and gambas3 works fine. -- Free N

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #14 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Success! Replaced "llvm::Attribute:" with "llvm::Attributes:", two changes at jit_codegen.cpp:3617 and jit_codegen.cpp:3668. Gambas compiles and runs. Issue solved. T

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #13 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 in jit_codegen.cpp -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen fire

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #12 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Re: #10 Should I rename it in llvm or jit_codegen.cpp? -- Free Next-Gen Firewall Hardware

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #11 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Actually, looking back at output, --enable-optimized failed, so it's just the --enable-shared flag that builds the .so object that gambas needs. ---

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #10 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 The LLVM team seems to be renaming "llvm::Attribute" to "llvm::Attributes" forth and back. Try renaming it. ---

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #9 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Success! After poking through the llvm Makefile for clues, I compiled llvm with make --enable-shared --enable-optimized. Then in gambas src, I wrote reconf-all --for

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #8 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 I'll try doing some config stuff, I'm a newbie, though. I'll also try the forums for llvm to see if I can get a specific recommendation or at least something you can

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-04 Thread gambas
Comment #7 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 The packaging/versioning system for LLVM is a mess. Some distributions use the static libraries, some use the dynamic libraries. Some distributions put the llvm-spe

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-03 Thread gambas
Comment #6 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 That's correct, the version of LLVM in the OpenSUSE repository was less than the version required to compile the jit package of gambas, so I downloaded the tar.gz of

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-03 Thread gambas
Comment #5 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 It sounds like you have compiled llvm yourself if it has ended up in /usr/local? Or does openSUSE put files there? -

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-02 Thread gambas
Comment #4 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Header files are in /usr/include/llvm* and /usr/local/include/llvm* Object files are .a files in /usr/local/lib/ only.

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-02-01 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 398 by benoit.m...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 (No comment was entered for this change.) -- Everyone h

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-01-29 Thread gambas
Comment #2 on issue 398 by emil.len...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Does openSUSE install the LLVM libraries as .a static object libraries, or as shared object libraries (.so)? ---

Re: [Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-01-29 Thread gambas
Comment #1 on issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 config.log attached. Attachments: config.log 13.6 KB -- Master Visual Studio, Sha

[Gambas-user] Issue 398 in gambas: configure can't find LLVM

2013-01-28 Thread gambas
Status: New Owner: Labels: Version-3.3.0 Type-Bug Priority-Medium OpSys-Linux Dist-OpenSUSE Arch-Any Desktop-Gnome GUI-Any New issue 398 by duchyde...@gmail.com: configure can't find LLVM http://code.google.com/p/gambas/issues/detail?id=398 Configure 2) GIVE THE FOLLOWING INFORMATIONS (if