Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found
[gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error)
[gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)
So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have Gem
src from CVS:
:GEM_SOURCE => "/home/paris/src/gem/Gem/src",
But I still get the message that it isn't found.
Any advice?
Thanks, paris
paris@parisgraphics.com wrote:
Hello List,
I changed line 87 of the configure script to point to where I have Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",
But I still get the message that it isn't found.
Any advice?
a good idea might be to have a look at the config.log (at least this helped me when i tried to compile the GridFlow that is currently in the pure-data cvs)
fmasdr. IOhannes
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi IOhannes,
Thanks, I'm working on that now.
There are two sections related to Gem in the config file "with
m_holdname" and "without m_holdname".
Which of these refers to Gem from CVS?
Thanks, p
On May 22, 2006, at 11:04 AM, IOhannes m zmoelnig wrote:
paris@parisgraphics.com wrote:
Hello List, I changed line 87 of the configure script to point to where I have
Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src", But I still get the message that it isn't found. Any advice?a good idea might be to have a look at the config.log (at least
this helped me when i tried to compile the GridFlow that is
currently in the pure-data cvs)fmasdr. IOhannes
Thanks, paris _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Paris Treantafeles wrote:
Hi IOhannes,
Thanks, I'm working on that now.
There are two sections related to Gem in the config file "with m_holdname" and "without m_holdname".
Which of these refers to Gem from CVS?
i guess it is "with m_holdname" but actually that is why the test is there: to find out whether the installed version of Gem provides the m_holdname field or not.
however, the interesting question (which i more or less stripped from my previous mail) is, what the actual error in config.log is (in my case it turned out to be the wrong path...)
fmg.asdr. IOhannes
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data: --------------------------------------> found [gem09] PureData GEM (source code) with m_holdname: --------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname: -----------------------> missing (gcc compilation error)
So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",
But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Olsen,
Nice! I will try that next and hopefully will dress 4 success as well!
Thanks, p
On May 23, 2006, at 1:21 AM, olsen wrote:
He Paris did you tried it with ./configure --gem-source / hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have
Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- "Loosing is like winning, only the other way round." Marc-Kevin Goellner
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Hi Olsen,
Guess what? "configure" now works but then during "make" i get /usr/bin/ld: cannot find -lruby collect2: ld returned 1 exit status make: *** [gridflow.so] Error 1
and searching the archives i find you had this too: http://lists.puredata.info/pipermail/pd-list/2006-05/038332.html
Do you recall the solution?
Thanks! p
Quoting olsen olsen@konsum.net:
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have
Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list-- "Loosing is like winning, only the other way round." Marc-Kevin Goellner
pardon - i'm also stuck at this point - couldn't find a solution yet... pommes schranke olsen
paris@parisgraphics.com wrote:
Hi Olsen,
Guess what? "configure" now works but then during "make" i get /usr/bin/ld: cannot find -lruby collect2: ld returned 1 exit status make: *** [gridflow.so] Error 1
and searching the archives i find you had this too: http://lists.puredata.info/pipermail/pd-list/2006-05/038332.html
Do you recall the solution?
Thanks! p
Quoting olsen olsen@konsum.net:
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have
Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
ok - no problem. if i figure it out, i'll let you know.
best, p
On May 23, 2006, at 11:58 AM, olsen wrote:
pardon - i'm also stuck at this point - couldn't find a solution
yet... pommes schranke olsenparis@parisgraphics.com wrote:
Hi Olsen,
Guess what? "configure" now works but then during "make" i get /usr/bin/ld: cannot find -lruby collect2: ld returned 1 exit status make: *** [gridflow.so] Error 1
and searching the archives i find you had this too: http://lists.puredata.info/pipermail/pd-list/2006-05/038332.html
Do you recall the solution?
Thanks! p
Quoting olsen olsen@konsum.net:
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I
have Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http:// lists.puredata.info/listinfo/pd-list
--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
-- "Loosing is like winning, only the other way round." Marc-Kevin Goellner
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
hi paris l-right poking around i found the solution - as reported from jerome on his message from 09/04/06: ... BTW the link I made to /usr/lib/libruby1.9.so.1.9.0 was indeed /usr/lib/libruby.so it was a typing mistake from me in my previous mail...
so the dress 4 success should be ln -s /usr/lib/libruby1.9.so.1.9.0 /usr/lib/libruby.so check it out salettis olsen
Paris Treantafeles wrote:
ok - no problem. if i figure it out, i'll let you know.
best, p
On May 23, 2006, at 11:58 AM, olsen wrote:
pardon - i'm also stuck at this point - couldn't find a solution yet... pommes schranke olsen
paris@parisgraphics.com wrote:
Hi Olsen,
Guess what? "configure" now works but then during "make" i get /usr/bin/ld: cannot find -lruby collect2: ld returned 1 exit status make: *** [gridflow.so] Error 1
and searching the archives i find you had this too: http://lists.puredata.info/pipermail/pd-list/2006-05/038332.html
Do you recall the solution?
Thanks! p
Quoting olsen olsen@konsum.net:
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get this:
[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I have Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",
But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Olsen,
That's great! Thanks for the info.
I can't wait to get home and try it out :-)
Best, p
On Jun 14, 2006, at 2:53 AM, olsen wrote:
hi paris l-right poking around i found the solution - as reported from
jerome on his message from 09/04/06: ... BTW the link I made to /usr/lib/libruby1.9.so.1.9.0 was indeed /usr/ lib/libruby.so it was a typing mistake from me in my previous mail...so the dress 4 success should be ln -s /usr/lib/libruby1.9.so. 1.9.0 /usr/lib/libruby.so check it out salettis olsen
Paris Treantafeles wrote:
ok - no problem. if i figure it out, i'll let you know.
best, p
On May 23, 2006, at 11:58 AM, olsen wrote:
pardon - i'm also stuck at this point - couldn't find a solution
yet... pommes schranke olsenparis@parisgraphics.com wrote:
Hi Olsen,
Guess what? "configure" now works but then during "make" i get /usr/bin/ld: cannot find -lruby collect2: ld returned 1 exit status make: *** [gridflow.so] Error 1
and searching the archives i find you had this too: http://lists.puredata.info/pipermail/pd-list/2006-05/038332.html
Do you recall the solution?
Thanks! p
Quoting olsen olsen@konsum.net:
He Paris did you tried it with ./configure --gem-source /hereismygemsource/Gem/src/ ? concerning the configure i got dressed 4 success with that line! check it out - hth salutis olsen
paris@parisgraphics.com wrote:
Hello List,
I am trying to compile GridFlow on linux.
When I run configure, most of the output looks good but I get
this:[puredata] Miller Puckette's Pure Data:
--------------------------------------> found [gem09] PureData GEM (source code) with m_holdname:
--------------------------> missing (gcc compilation error) [gem08] PureData GEM (source code) without m_holdname:
-----------------------> missing (gcc compilation error)So it seems that Gem isn't being found.
I changed line 87 of the configure script to point to where I
have Gem src from CVS: :GEM_SOURCE => "/home/paris/src/gem/Gem/src",But I still get the message that it isn't found.
Any advice?
Thanks, paris
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http:// lists.puredata.info/listinfo/pd-list
--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
--"Loosing is like winning, only the other way round." Marc-Kevin Goellner
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- "Loosing is like winning, only the other way round." Marc-Kevin Goellner
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http:// messenger.yahoo.de
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list