Quote:
Originally Posted by MartinZ
sergeyvl12 wrote:
could be true. But I think it is very big and complex, isn't it?
|
No. You can import makefile project in a minute.
Quote:
Originally Posted by MartinZ
Isn't there a posssibility to get a 64-Bit "libinkview.so"
?? 
|
I asked, but without reply.
Please, try the following steps:
1. Install
http://pbsdk.vlasovsoft.net/files/pb....0.6_amd64.deb
2. Download and unpack the ia32-libs (with deps) to your /usr/lib32 (ia32-libs is just libs). Or even better - you can borrow the these libs from your 32-bit Ubuntu.
3. Add -L/usr/lib32 to LDFLAGS of "emu";
4. Use LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH when your run make;
5. Use LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH when your run built application;
Please report the problems to this thread.