Re: [galaxy-dev] Compiling dependencies in galaxy yields error

2016-11-01 Thread evan clark
I am unsure as it does compile properly outside of galaxy. How do I check these and make sure they are the same? Nate Coraor October 31, 2016 10:25 AM Are your libX* libraries and headers the same version? evan clark October 31, 2016 10:17 AM

Re: [galaxy-dev] Compiling dependencies in galaxy yields error

2016-10-31 Thread Nate Coraor
Are your libX* libraries and headers the same version? On Mon, Oct 31, 2016 at 10:17 AM, evan clark wrote: > All LibX are installed > > freetype/src/base/ftrfork.c:407:3: warning: no previous prototype for > \u2018ft_raccess_rule_by_darwin_vfs\u2019 [-Wmissing-prototypes] >ft_raccess_rule_by

Re: [galaxy-dev] Compiling dependencies in galaxy yields error

2016-10-31 Thread evan clark
All LibX are installed freetype/src/base/ftrfork.c:407:3: warning: no previous prototype for \u2018ft_raccess_rule_by_darwin_vfs\u2019 [-Wmissing-prototypes] ft_raccess_rule_by_darwin_vfs( FT_Library library, ^ freetype/src/psaux/afmparse.c:563:3: warning: no previous prototype for \u20

Re: [galaxy-dev] Compiling dependencies in galaxy yields error

2016-10-31 Thread Nate Coraor
Hi Evan, Can you include the full error you're receiving? Thanks, --nate On Mon, Oct 31, 2016 at 10:11 AM, evan clark wrote: > I was installing a tool from the galaxy toolshed and one of the > dependencies was missing due to a bad link. I modified the install files to > use the same version of

[galaxy-dev] Compiling dependencies in galaxy yields error

2016-10-31 Thread evan clark
I was installing a tool from the galaxy toolshed and one of the dependencies was missing due to a bad link. I modified the install files to use the same version of the the software except from a local directory, however galaxy renders a large error when compiling. If I compile the source in the