---
** [bugs:#229] abstractions are not found after make install**
**Status:** open **OS:** linux **Release:** 0.93-git **Created:** Thu Aug 21, 2014 06:43 AM UTC by Cyrille Henry **Last Updated:** Thu Aug 21, 2014 06:43 AM UTC **Owner:** nobody
when installing current git with make install, abstraction are copied with all of gem file in : /usr/local/lib/pd/extra/Gem
This is correct, but after loading Gem, this abstractions are not found by pd. according to -verbose option, pd search in /usr/local/lib/pd/extra but not in /usr/local/lib/pd/extra/Gem. help file, that are on the same place can be found.
---
Sent from sourceforge.net because gem-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **status**: open --> closed-fixed - **assigned_to**: IOhannes m zmölnig - **Comment**:
i think i found the problem: If Gem does not detect Pd's `s_stuff.h` header during configure, it will build without support for auto-adding the search path. d commit [d8061a] will make the warnings more prominent, when something goes wrong.
the fix for the problem is to tell configure where to look for Pd's headers:
:::bash ./configure --with-pd=/usr/include/pd
---
** [bugs:#229] abstractions are not found after make install**
**Status:** closed-fixed **OS:** linux **Release:** 0.93-git **Created:** Thu Aug 21, 2014 06:43 AM UTC by Cyrille Henry **Last Updated:** Thu Aug 21, 2014 06:44 AM UTC **Owner:** IOhannes m zmölnig
when installing current git with make install, abstraction are copied with all of gem file in : /usr/local/lib/pd/extra/Gem
This is correct, but after loading Gem, this abstractions are not found by pd. according to -verbose option, pd search in /usr/local/lib/pd/extra but not in /usr/local/lib/pd/extra/Gem. help file, that are on the same place can be found.
---
Sent from sourceforge.net because gem-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
thanks for your reactivity. it work with ./configure --with-pd=/usr/local/include/pd
c
Le 21/08/2014 14:19, "IOhannes m zmölnig" a écrit :
- *status*: open --> closed-fixed
- *assigned_to*: IOhannes m zmölnig
- *Comment*:
i think i found the problem: If Gem does not detect Pd's |s_stuff.h| header during configure, it will build without support for auto-adding the search path. d commit [d8061a] http://sourceforge.net/p/pd-gem/gem/ci/d8061ad4bd90ed0bf892b9862b2c3beca701701f will make the warnings more prominent, when something goes wrong.
the fix for the problem is to tell configure where to look for Pd's headers:
./configure --with-pd=/usr/include/pd
*[bugs:#229] http://sourceforge.net/p/pd-gem/bugs/229 abstractions are not found after make install*
*Status:* closed-fixed *OS:* linux *Release:* 0.93-git *Created:* Thu Aug 21, 2014 06:43 AM UTC by Cyrille Henry *Last Updated:* Thu Aug 21, 2014 06:44 AM UTC *Owner:* IOhannes m zmölnig
when installing current git with make install, abstraction are copied with all of gem file in : /usr/local/lib/pd/extra/Gem
This is correct, but after loading Gem, this abstractions are not found by pd. according to -verbose option, pd search in /usr/local/lib/pd/extra but not in /usr/local/lib/pd/extra/Gem. help file, that are on the same place can be found.
Sent from sourceforge.net because gem-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/ https://sourceforge.net/p/pd-gem/bugs
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
GEM-dev mailing list GEM-dev@lists.iem.at http://lists.puredata.info/listinfo/gem-dev