Comment 4 for bug 362224

Revision history for this message
Barser (baraserg) wrote :

I used official sources.... Just didn't know about that package, want to try it now, thanks )

Here is one interesting thing I just found, maybe it's bug...
If i enter following before compiling:

cmake -DCMAKE_BUILD_TYPE=Debug ../cuneiform-0.6.0
or
cmake -DCMAKE_BUILD_TYPE=Release ../cuneiform-0.6.0
then make then optionally make install
I recieve the bug from the top of this thread.

BUT

if i enter this:
cmake ../cuneiform-0.6.0
i.e. without any definition of CMAKE_BUILD_TYPE variable, it's ok!
strace tells that cuneiform now tries to open libpuma.so instead of PUMA.DLL.

Btw, thanks guys for your support!