-
Fixed in CVS. makefile.dj had the same bug so I fixed that, too.
2009-03-19 15:14:17 UTC by glennrp
-
glennrp committed patchset 435 of module libmng-devel to the libmng CVS repository, changing 2 files.
2009-03-19 15:12:28 UTC by glennrp
-
thanks.
2009-03-19 15:08:15 UTC by glennrp
-
After making minor modification in gtk-mng-view it works fine on gtk-directfb backgroud.
Sven Neumann provided the solution.
This is a bug in gtk-mng-view.c. It tries to
draw outside the expose handler. Simply replace the function
mng_refresh_callback() in gtk-mng-view.c with the following code and it
will work just fine:
static mng_bool
mng_refresh_callback (mng_handle mng_h,
2009-03-18 06:12:34 UTC by monilparmar
-
in libmng-1.0.10, in file makefiles/makefile.linux, at line 87:
OBJSDLL = $(OBJS:.0=.pic.o)
is wrong, should be
OBJSDLL = $(OBJS:.o=.pic.o)
(lowercase o instead of zero), otherwise libmng.so will be built from non-PIC objects.
2009-03-13 11:06:22 UTC by peppepz
-
hi,
I have used mng library (libmng-1.0.10). In which one gtk based widget
"gtk-mng-view" is available for displaying MNG animations. Also there is one
sample mng file (linux.mng), to test the mng animation. When iam running this
mng file with gtk-mng-view (./gmngview linux.mng) on gtk-x11 background it
works fine. But when trying it on gtk-directfb background it stops after
showing a...
2009-03-10 07:52:29 UTC by monilparmar
-
I removed "-lm" as you suggested me and it still compiles & link fine.
I also removed "-s" from CFLAGS, since this option is used only when linking (LDFLAGS still provides it).
Sincerely,
Carlo Bramini.
2008-04-21 14:45:16 UTC by carlo_bramini
-
> 3) Into makefile/makefile.mingwdll, Remove the "-lmng" from LDFLAGS
What about "-lm"?
Glenn.
2008-03-29 21:06:34 UTC by glennrp
-
Added a check for NULL hClip in CopyToClipboard() and checked in to CVS.
2008-03-29 21:03:13 UTC by glennrp
-
glennrp committed patchset 434 of module libmng-devel to the libmng CVS repository, changing 1 files.
2008-03-29 20:59:58 UTC by glennrp