mrg icon indicating copy to clipboard operation
mrg copied to clipboard

Issues w/ make

Open 3dsf opened this issue 6 years ago • 1 comments

I'm in the process of trying to install GEDL on a f29 x64 system and I'm spinning my wheels; this is currently where I'm at

sudo dnf install gtk3-devel SDL-devel gegl04-tools ffmpeg

  • mmm - make && make install no warnings or alerts
  • mrg - issues with make
    • sudo cp /usr/local/lib/pkgconfig/mmm.pc /usr/lib64/pkgconfig/.
    • PKG_CONFIG_PATH="/usr/lib64/pkgconfig/"; export PKG_CONFIG_PATH
    • added the following to the CFLAGS of my Makefile -I/usr/include/gtk-3.0/ -I/usr/include/pango-1.0/ -I/usr/include/gdk-pixbuf-2.0/ -I/usr/include/atk-1.0/

I moved mmm.pc to /usr/lib64/pkgconfig/ because that is where my cairo.h and some others are

Here are my current errors mrg.errors.txt

Any help would be appreciated, thx.

As a side note, I have removed tracker from my system, I don't know if that is making a difference; i mention it because see you are heavily involved with gnome and might be related as all my problems seem to be lost references (it was loading up my cpu to the point it would freeze)

3dsf avatar Mar 01 '19 20:03 3dsf

Try to do: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/

instead, when doing that both mrg and mmm build successfully for me in a f29 live image and are found by a gegl checkout (which contains the latest version of gcut embedded within it.) Parts of the animation functionality of gcut is likely to find its way into the new c/lua based used which also uses mrg, additional dependencies needed for that is luajit-devel lua-lgi and gobject introspection. See https://www.patreon.com/posts/24123574 for some screenshots of this new UI.

Another note: both of these UIs would greatly benefit from internal pre-caching of next video/audio frame in gegl:ff-load, as well as moving all decoding there into separate threads.

/pippin

On Fri, Mar 1, 2019 at 9:10 PM 3dsf [email protected] wrote:

I'm in the process of trying to install GEDL on a f29 x64 system and I'm spinning my wheels; this is currently where I'm at

sudo dnf install gtk3-devel SDL-devel gegl04-tools ffmpeg

  • mmm - make && make install no warnings or alerts
  • mrg - issues with make
    • sudo cp /usr/local/lib/pkgconfig/mmm.pc /usr/lib64/pkgconfig/.
    • PKG_CONFIG_PATH="/usr/lib64/pkgconfig/"; export PKG_CONFIG_PATH
    • added the following to the CFLAGS of my Makefile -I/usr/include/gtk-3.0/ -I/usr/include/pango-1.0/ -I/usr/include/gdk-pixbuf-2.0/ -I/usr/include/atk-1.0/

I moved mmm.pc to /usr/lib64/pkgconfig/ because that is where my cairo.h and some others are

Here are my current errors mrg.errors.txt https://github.com/hodefoting/mrg/files/2920869/mrg.errors.txt

Any help would be appreciated, thx.

As a side note, I have removed tracker from my system, I don't know if that is making a difference; i mention it because see you are heavily involved with gnome and might be related as all my problems seem to be lost references (it was loading up my cpu to the point it would freeze)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hodefoting/mrg/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ABOB2TT4rwal_804xmWKttPETqgRbVv9ks5vSYk-gaJpZM4bZuyj .

hodefoting avatar Mar 01 '19 23:03 hodefoting