SA-MP Forums Archive
QuickPawn Linux Mint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: QuickPawn Linux Mint (/showthread.php?tid=264542)



QuickPawn Linux Mint - Willow - 26.06.2011

Hi, I have error when compiling my scripts using QuickPawn on linux Mint 11.
I have QuickPawn under my home folder and when I try to compile It gives me error:

Код:
pawncc: error while loading shared libraries: libpawnc.so: cannot open shared object file: No such file or directory
I have libpawnc.so in my QuickPawn folder, haven't deleted or changed anything...

What could be wrong? (screen-shot below!)



Re: QuickPawn Linux Mint - Skaizo - 26.06.2011

libpawnc.so must be in folder pawno


Re: QuickPawn Linux Mint - Willow - 26.06.2011

There is no folder called 'pawno', so I assume not.


Re: QuickPawn Linux Mint - Willow - 26.06.2011

So why QuickPawn is called multi-platform compiler? I found it on wiki.sa-mp.com. It's based on java. Also there is file libpawnc.so file in my quickpawn folder..


Re: QuickPawn Linux Mint - Double-O-Seven - 26.06.2011

pawncc.exe works on Linux when you use WINE.


Re: QuickPawn Linux Mint - Omega-300 - 26.06.2011

The problem is that the Pawn compiler at ******code differs from the Pawn compiler that is supplied with SA-MP, only devs have a source code that can be compiled and that can work correctly with SA-MP.


Re: QuickPawn Linux Mint - Willow - 27.06.2011

Is there any possibility to compile on Linux? Because I tried pawno with wine and it doesn't compile correctly. On windows my script compiles with no errors and warnings, but on Linux it gives me warnings...


Re: QuickPawn Linux Mint - StatusRed - 25.09.2011

Quote:
Originally Posted by ******
Посмотреть сообщение
QuickPawn isn't a compiler, it's an IDE. And it's probably the old version which won't compile many modern modes.
Incorrect. I made QuickPawn and it is both a compiler and an IDE.

I'll look into this error. It should compile properly, it does on my system.

If you try looking at this thread: https://sampforum.blast.hk/showthread.php?tid=247689

Some people did have problems with includes not working, it is due to the way the "Current Working Directory" works in Linux (Ubuntu) which Mint is based off. Have you tried making sure that all the QuickPawn files are contained within a folder titled: "QuickPawn"?