Re: Problem compiling gnome-libs

2014-06-15 Thread Brandon Allbery
On Sun, Jun 15, 2014 at 8:07 PM, John Ruschmeyer wrote: > I ultimately want to build cheops-ng (which is not a port) which has > gnome-libs as a dependency. Oh dear, that is ancient. (Last update I see is from 2005.) No wonder it requires gnome1 libraries. Good luck; you'll need it. -- brand

Re: Problem compiling gnome-libs

2014-06-15 Thread John Ruschmeyer
On Sun, Jun 15, 2014 at 5:07 PM, David Evans wrote: > > Please also note that gnome-libs is part of the GNOME 1 desktop suite > based on gtk1 which is really outdated. Current GNOME version is 3.12. > There are only 2 ports currently that directly depend on this one, > gtk-canvas and gtktalog.

Re: Problem compiling gnome-libs

2014-06-15 Thread John Ruschmeyer
On Sun, Jun 15, 2014 at 4:46 PM, Clemens Lang wrote: > Do you use MacPorts 2.3.0? Does it warn you about missing Command Line > Tools? > > There's a db.h in /usr/include, installed by the Command Line Tools, which > should be picked up by configure. Since that doesn't happen for you, I > assume >

Re: Problem compiling gnome-libs

2014-06-15 Thread David Evans
On 6/15/14 12:38 PM, John Ruschmeyer wrote: > I'm trying to build gnome-libs, but can't seem to get it to recognize > that I have the db46 (Berkeley Database) port installed. As near as I > can tell, configure goes on a search for db.h which it can't find. > Anyone see this before? > > Log file is

Re: Problem compiling gnome-libs

2014-06-15 Thread Clemens Lang
Hi, > I'm trying to build gnome-libs, but can't seem to get it to recognize that I > have the db46 (Berkeley Database) port installed. As near as I can tell, > configure goes on a search for db.h which it can't find. Anyone see this > before? Do you use MacPorts 2.3.0? Does it warn you about miss

Re: Installing along Homebrew

2014-06-15 Thread Clemens Lang
Hi, > This is a know problem and has been a problem for years. Mkvtoolnix > needs C++11 and has to be built with ... well ... either gcc or > clang/libc++. so since semaphore45 uses Snow Leopard his/her mkvtoolnix is built using GCC against MacPorts' copy of libstdc++ (because the host one doesn'

Re: Installing along Homebrew

2014-06-15 Thread Mojca Miklavec
On Sun, Jun 15, 2014 at 10:46 AM, Clemens Lang wrote: > Hi, > >> On command >> $ mkvmerge -v -o lplde.mkv cd1.avi + cd2.avi >> >> it gave: >> mkvmerge(36577) malloc: *** error for object 0x7fff70726500: pointer being >> freed was not allocated >> *** set a breakpoint in malloc_error_break to debug

Re: Installing along Homebrew

2014-06-15 Thread Clemens Lang
Hi, > On command > $ mkvmerge -v -o lplde.mkv cd1.avi + cd2.avi > > it gave: > mkvmerge(36577) malloc: *** error for object 0x7fff70726500: pointer being > freed was not allocated > *** set a breakpoint in malloc_error_break to debug > Abort trap > > Any idea? That looks a lot like a standard l