Excerpts from Andrea Fazzi's message of gio lug 09 11:59:48 +0200 2009:
> Unfortunately, at the moment I'm not able to reproduce the error in a C 
> program. 

I reproduced a similar behaviour in python connecting to libtcc through 
ctypes (python FFI). Here's the console session:

>>> from ctypes import *
>>> lib = cdll.LoadLibrary("libtcc.so")
>>> lib
<CDLL 'libtcc.so', handle 862a5f0 at b7e89dac>
>>> state = lib.tcc_new()
>>> lib.tcc_compile_string(state, "void")
python: : Unknown error 3078220030

Again the pattern %s:%d:%s

Andrea

-- 
Andrea Fazzi @ alca.le.it
Follow me on http://twitter.com/remogatto


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to