Ed/Zaki/All-
Here are the branches on the current sf.net git repository:
RedoDimsCode-fix
> alienhdf4
> coretarget-parallel
> doc/vsearch-example
> hainest-assgn_badflag
> hist_bin_calc
> master
> pdl-core-only
> pdl-core-only-update
> pdldocfix
> pgplot-dep-warn
> range-speedup
> test-cleanup-3
I just cloned the master branch from "https://github.com/PDLPorters/pdl.git”,
and it won’t compile on MacOS — several argument type errors kill the
compilation. Is this a known issue? Should I still be using sourceforget
instead?
---
I don't have a Mac but I can report it does build on cygwin.
Try checking if all the dependencies are up to date. That can cause build
problems.
--Chris
On Mon, Sep 28, 2015 at 1:34 PM, Craig DeForest
wrote:
> I just cloned the master branch from "
> https://github.com/PDLPorters/pdl.git”, and
On 2015-09-28 at 11:34:00 -0600, Craig DeForest wrote:
> I just cloned the master branch from
> "https://github.com/PDLPorters/pdl.git”, and it won’t compile on MacOS
> — several argument type errors kill the compilation. Is this a known
> issue? Should I still be using sourceforget instead?
H
So my issue is I clone the repository, check the dependencies (all OK), say
“perl Makefile.PL; make”, and end up with:
>cc -c "-I/usr/local/src/pdl/Basic/Core" "-I/usr/include" -arch i386 -arch
>x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing
>-fstack-protector -Os -DVERSIO
Looks like it’s a weird MZERO_BRAINDAMAGE flag that is activated under legacy
MacOS — some sort of duct tape solution for an ancient problem. I diked out
the logic and it compiles and tests fine.
Er, what’s the Right workflow these days? E-mail patches, issue pull requests,
or start my own
On Sep 28, 2015 4:54 PM, "Craig DeForest" wrote:
>
> Looks like it’s a weird MZERO_BRAINDAMAGE flag that is activated under
legacy MacOS — some sort of duct tape solution for an ancient problem. I
diked out the logic and it compiles and tests fine.
>
> Er, what’s the Right workflow these days? E