We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsSoftware Bugs › processing-0087 problemes with libstdc++-libc6.2-2
Page Index Toggle Pages: 1
processing-0087 problemes with libstdc++-libc6.2-2 (Read 1624 times)
processing-0087 problemes with libstdc++-libc6.2-2
May 5th, 2005, 4:21pm
 
I think this bug is rather related to my distro then to processing, but i could not find another place in the board to post it, so I will post it here.

Im running debian (unstable) here and installed for processing the following package: libstdc++2.10-glibc2.2 (http://packages.debian.org/unstable/libs/libstdc++2.10-glibc2.2)
It worked fine with processing-0085, but I got the following error when try to run an example with 0087:

/opt/processing-0087/./jikes: relocation error: /opt/processing-0087/./jikes: undefined symbol: __dynamic_cast_2

Is there somebody who uses debian with processing here? It would be cool if could get a package with the lib which is working with processing 0087.
Re: processing-0087 problemes with libstdc++-libc6
Reply #1 - May 5th, 2005, 5:12pm
 
bummer.. i had to build on an older box for rev 87, so it may have broken jikes. i'll have access to a newer box this evening and will try to re-build.

you can either copy jikes from rev 86 and use that, or you might just download jikes:
http://sourceforge.net/project/showfiles.php?group_id=128803
and it's an easy ./configure, make, and then copy src/jikes to the processing folder and you should be all set.
Re: processing-0087 problemes with libstdc++-libc6
Reply #2 - May 5th, 2005, 5:59pm
 
thx! it worked fine for me
Re: processing-0087 problemes with libstdc++-libc6
Reply #3 - May 6th, 2005, 2:59am
 
k, fixed this in the download. i wish i knew how to properly build a version of jikes that would run on a range of linux builds.. i.e. this one ran on both my rh73 box and fc3 box, and didn't run on yours, so...
Re: processing-0087 problemes with libstdc++-libc6
Reply #4 - May 7th, 2005, 4:11am
 
on further consideration, i think i'm gonna go with the build that works across redhat 7.3 -> fedora core 3, and try to make it do a better job of testing for jikes issues that will point people with jikes problems to the proper location for downloading/installing a fresh/working jikes.
Re: processing-0087 problemes with libstdc++-libc6
Reply #5 - May 13th, 2005, 8:23am
 
fixed the startup script for release 91 so that it'll properly warn about this situation and include instructions on how to fix things. that should resolve things as best we can for now, so i'm closing the thread.
Page Index Toggle Pages: 1