[Gambas-user] Issue 564 in gambas: gambas3 doesn't build with llvm-3.5 [PATCH]

gambas at ...2524... gambas at ...2524...
Mon Sep 29 14:23:53 CEST 2014


Updates:
	Status: NeedsInfo

Comment #2 on issue 564 by benoit.m... at ...626...: gambas3 doesn't build  
with llvm-3.5 [PATCH]
https://code.google.com/p/gambas/issues/detail?id=564

The 'configure.ac' patch didn't work. Here is what I did:

  GB_COMPONENT(
    jit, JIT, gb.jit, [src],
-  [GB_FIND(llvm/AutoUpgrade.h llvm-c/Core.h, /usr/lib/llvm* /usr/local/lib  
/usr/local /usr/lib /usr `$LLVM_CONFIG --prefix`, include)],
+  [GB_FIND(llvm/Config/llvm-config.h llvm-c/Core.h, /usr/lib/llvm*  
/usr/local/lib /usr/local /usr/lib /usr `$LLVM_CONFIG --prefix`, include)],
   [GB_FIND(libLLVM-$LLVM_VERSION.$SHLIBEXT, /usr/lib/llvm* /usr/local /usr  
`$LLVM_CONFIG --prefix`, lib)],
   [$C_LIB `$LLVM_CONFIG --ldflags` -lLLVM-$LLVM_VERSION],
   [-I../../main/gbx -I../../main/share -D_DEBUG -D_GNU_SOURCE  
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS])

It has been committed in revision #6516. Tell me if it fixes the  
compilation with llvm 3.5, and I will close the issue.


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list