[Pdl-devel] need git branch cleanup for PDL-2.014

2015-09-28 Thread Chris Marshall
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

[Pdl-devel] Problems with current master in git?

2015-09-28 Thread Craig DeForest
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? ---

Re: [Pdl-devel] Problems with current master in git?

2015-09-28 Thread Chris Marshall
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

Re: [Pdl-devel] Problems with current master in git?

2015-09-28 Thread Zakariyya Mughal
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

Re: [Pdl-devel] Problems with current master in git?

2015-09-28 Thread Craig DeForest
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

Re: [Pdl-devel] Problems with current master in git?

2015-09-28 Thread Craig DeForest
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

Re: [Pdl-devel] Problems with current master in git?

2015-09-28 Thread Zakariyya Mughal
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