Off-Topic > SCM EXtensions

mtpaint Bug Feedback

(1/1)

SamK:
mtpaint does not start from the JWM menu.  Starting within a terminal produces the following:

--- Code: ---/apps/mtpaint/bin/mtpaint
/apps/mtpaint/localbin/mtpaint: error while loading shared libraries: libgif.so.4: cannot open shared object file: No such file or directory
--- End code ---
Seems to be looking for graphics-libs-1.



mtpaint1 works OK.  How about keeping the naming consistent with recent scms i.e. mtpaint-gtk1.scm?
   

Jason W:
It needs giflib installed in it, I will add it in.

Mptaint1 was one of the first in the latest string of gtk1 apps, and I initially went with the naming similar to beaver and beaver2 in the tcz area.  But being already an mtpaint, I used mtpaint1.  After that , the -gtk1 suffix seemed more descriptive as mtpaint1 may seem to refer to the the version of mtpaint as being mtpaint 1.x.

If I have to rebuild mtpaint1, I will rename it like the rest.

Jason W:
ligbif.so.4 is available in the mtpaint.scm extension and should be found, but for some reason it was hardcoded upon building to look in /usr/local/lib, I tested by simply copying the libgif.so* files from /apps/mtpaint/lib/ to /usr/local/lib/. 

That I fixed for now by adding a LD_PRELOAD line in /apps/mtpaint/bin/mtpaint wrapper to use the included libgif.so.4.

SamK:

--- Quote from: Jason W on June 01, 2012, 08:52:12 PM ---...I fixed for now by adding a LD_PRELOAD line in /apps/mtpaint/bin/mtpaint wrapper to use the included libgif.so.4.
--- End quote ---
Downloaded the update and it now starts OK.


Edit: Correct typo
   

Navigation

[0] Message Index

Go to full version