Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-20 Thread IOhannes m zmoelnig
On 2017-07-19 22:57, me.grimm wrote: >>> Try deleting that line from the source :) > > oh sorry... are you suggesting deleting the line from the Gem source NOT > the pd source? > > IOhannes, if I DO delete Setup.cpp:189 in Gem source what does this do? > > I guess I am just confused what I am

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
>> Try deleting that line from the source :) oh sorry... are you suggesting deleting the line from the Gem source NOT the pd source? IOhannes, if I DO delete Setup.cpp:189 in Gem source what does this do? I guess I am just confused what I am deleting and why in order to get Gem to build...

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread IOhannes m zmölnig
On 07/19/2017 07:08 PM, Miller Puckette wrote: > If desired, the offending line on the source could be replaced with this instead, i would love to have a *function* that allows me to add a search-path from an external (either globally, or just for the current abstraction). that function could

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
Try deleting that line from the source :) >>yes this works and Gem compiles shit sorry i spoke too soon... I still am getting: Setup.cpp:189:2: error: use of undeclared identifier 'sys_searchpath' sys_searchpath = namelist_append(sys_searchpath, mypath, 0); ^

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
>> Try deleting that line from the source :) yes this works and Gem compiles >>If desired, the offending line on the source could be replaced with this >>pd_this->pd_stuff->st_namelist = >>namelist_append(pd_this->pd_stuff->st_namelist, mypath, 0); with this error: s_main.c:119:1: error:

Re: [PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread Miller Puckette
Try deleting that line from the source :) The fix should have restored binary compatibility for existing compiled Gem installations, but new ones wont' compile with the offending line. If desired, the offending line on the source could be replaced with this pd_this->pd_stuff->st_namelist =

[PD] Setup.cpp:189:2: error: compiling Gem against latest pd git pull 0.48-0-test

2017-07-19 Thread me.grimm
compiling Gem from latest git pull (just now) with this fix? pure-data/pure-data@c34380a I get: clang: *warning: *optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument] clang: