[PD-dev] [ pure-data-Bugs-2894227 ] canvas_setgraph bug

2009-11-09 Thread SourceForge.net
Bugs item #2894227, was opened at 2009-11-08 19:39
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=2894227group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.42
Status: Deleted
Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: canvas_setgraph bug

Initial Comment:
canvas_setgraph can't go from flag=3 to flag=0 directly, else the objectbox 
stays uneditable, as if it were still a gop. this also affects the canvas 
properties dialogue (hide object name checkbox)

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=2894227group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [PD] pd-extended build on 9.10

2009-11-09 Thread András Murányi

 ...and i got my package successfully built on Hardy 8.04 amd64. Thanks
 Hans!
 It starts up and seems to run smoothly - there's just some font weirdness.

 I imagined that upon this, pd-gui-rewite would happily load the libraries
 but it's not the situation. Do you how i might help it?


Sorry for bouncing this - will my pd-gui-rewrite be ever happy with the
libraries from my new 64-bit install? If yes, how can i help it?

Thanks,
-- 
Muranyi Andras
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [PD] pd-extended build on 9.10

2009-11-09 Thread Hans-Christoph Steiner


On Nov 9, 2009, at 12:59 PM, András Murányi wrote:




...and i got my package successfully built on Hardy 8.04 amd64.  
Thanks Hans!
It starts up and seems to run smoothly - there's just some font  
weirdness.


I imagined that upon this, pd-gui-rewite would happily load the  
libraries but it's not the situation. Do you how i might help it?



Sorry for bouncing this - will my pd-gui-rewrite be ever happy with  
the libraries from my new 64-bit install? If yes, how can i help it?



You'll have to expand on what you mean, its not clear here.

.hc





[T]he greatest purveyor of violence in the world today [is] my own  
government. - Martin Luther King, Jr.





___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [PD] pd-extended build on 9.10

2009-11-09 Thread András Murányi
2009/11/9 Hans-Christoph Steiner h...@at.or.at


 On Nov 9, 2009, at 12:59 PM, András Murányi wrote:



 ...and i got my package successfully built on Hardy 8.04 amd64. Thanks
 Hans!
 It starts up and seems to run smoothly - there's just some font weirdness.

 I imagined that upon this, pd-gui-rewite would happily load the libraries
 but it's not the situation. Do you how i might help it?


 Sorry for bouncing this - will my pd-gui-rewrite be ever happy with the
 libraries from my new 64-bit install? If yes, how can i help it?



 You'll have to expand on what you mean, its not clear here.


Let's see. I'm on 64-bit Ubuntu. Until now, I've been using a 32-bit binary
of Pd-extended, and i had set up the new pd-gui-rewrite stuff alongside. I
was not surprised that it couldn't load the libraries from the 32-bit
Pd-extended installation, but now that i have made and installed my 64-bit
Pd-extended, i expected that it would load its libraries: they are 64-bit
now, pd-gui-rewrite is 64-bit too, what a nice couple, i thought.
Apparently, pd-gui-rewrite still doesn't load the libs, no ELF32 messages
any more but all couldn't load plus a few unknown sybol errors.
That's where i am, and what i wish is that i can try pd-gui-rewrite in its
full functionality, which would be, loading the libs listed in .pdsettings.

Thanks,

-- 
Muranyi Andras
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [PD] pd-extended build on 9.10

2009-11-09 Thread IOhannes m zmoelnig
András Murányi wrote:

 Apparently, pd-gui-rewrite still doesn't load the libs, no ELF32 messages
 any more but all couldn't load plus a few unknown sybol errors.

which unknown symbols?
obviously the dynamic linker will fail to load a library, if it cannot
resolve all symbols.

do all externals have the problem, or just a few?

fgmasdr
IOhannes



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [PD] pd-extended build on 9.10

2009-11-09 Thread András Murányi
2009/11/9 IOhannes m zmoelnig zmoel...@iem.at

 András Murányi wrote:
 
  Apparently, pd-gui-rewrite still doesn't load the libs, no ELF32 messages
  any more but all couldn't load plus a few unknown sybol errors.

 which unknown symbols?
 obviously the dynamic linker will fail to load a library, if it cannot
 resolve all symbols.

 do all externals have the problem, or just a few?


mmm, seems to me that none of them load.

this is the relevant part of my .pdsettings:

loadlib1: libdir
 loadlib2: Gem
 loadlib3: cyclone
 loadlib4: zexy
 loadlib5: cxc
 loadlib6: iemlib
 loadlib7: list-abs
 loadlib8: mapping
 loadlib9: pidip
 loadlib10: creb
 loadlib11: markex
 loadlib12: memento
 loadlib13: mjlib
 loadlib14: motex
 loadlib15: oscx
 loadlib16: pddp
 loadlib17: maxlib
 loadlib18: pdogg
 loadlib19: pixeltango
 loadlib20: pmpd
 loadlib21: rradical
 loadlib22: sigpack
 loadlib23: smlib
 loadlib24: toxy
 loadlib25: unauthorized
 loadlib26: vbap
 loadlib27: pan
 loadlib28: freeverb
 loadlib29: hcs
 loadlib30: jmmmp
 loadlib31: ext13
 loadlib32: ggee
 loadlib33: iem_anything
 loadlib34: flib
 loadlib35: ekext
 loadlib36: flatspace
 loadlib37: pdp
 nloadlib: 37


this is from the Console:

/usr/lib/pd/extra/libdir.pd_linux: /usr/lib/pd/extra/libdir.pd_linux:
 undefined symbol: sys_helppath
 libdir: can't load library
 /usr/lib/pd/extra/Gem/Gem.pd_linux: /usr/lib/pd/extra/Gem/Gem.pd_linux:
 undefined symbol: s_symbol
 Gem: can't load library
 cyclone: can't load library
 zexy: can't load library
 cxc: can't load library
 iemlib: can't load library
 list-abs: can't load library
 mapping: can't load library
 /usr/lib/pd/extra/pidip/pidip.pd_linux:
 /usr/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: s_float
 pidip: can't load library
 creb: can't load library
 markex: can't load library
 memento: can't load library
 mjlib: can't load library
 motex: can't load library
 oscx: can't load library
 pddp: can't load library
 maxlib: can't load library
 pdogg: can't load library
 pixeltango: can't load library
 /usr/lib/pd/extra/flatspace/pmpd.pd_linux:
 /usr/lib/pd/extra/flatspace/pmpd.pd_linux: undefined symbol: class_new
 pmpd: can't load library
 rradical: can't load library
 sigpack: can't load library
 smlib: can't load library
 toxy: can't load library
 unauthorized: can't load library
 /usr/lib/pd/extra/ggee/vbap.pd_linux: /usr/lib/pd/extra/ggee/vbap.pd_linux:
 undefined symbol: s_
 vbap: can't load library
 pan: can't load library
 freeverb: can't load library
 hcs: can't load library
 jmmmp: can't load library
 ext13: can't load library
 ggee: can't load library
 /usr/lib/pd/extra/iemlib/iem_anything.pd_linux:
 /usr/lib/pd/extra/iemlib/iem_anything.pd_linux: undefined symbol: s_bang
 iem_anything: can't load library
 flib: can't load library
 ekext: can't load library
 flatspace: can't load library
 /usr/lib/pd/extra/pdp/pdp.pd_linux: /usr/lib/pd/extra/pdp/pdp.pd_linux:
 undefined symbol: s_float
 pdp: can't load library


I could send verbose mode Console output too, but it's very long.

Andras
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev