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.
Page Index Toggle Pages: 1
port to OpenBSD (Read 4456 times)
port to OpenBSD
Jan 10th, 2010, 6:39am
 
I am trying to run Processing-0176 on OpenBSD-4.6/i386 and
it seems to be no problem.

The patch is now on my website, but YaBB prevents to link.
So, please tell me the place to post.
Re: port to OpenBSD
Reply #1 - Jan 10th, 2010, 9:36am
 
Link should just work fine... just paste the url... should auto hyperlink
Re: port to OpenBSD
Reply #2 - Jan 10th, 2010, 12:53pm
 
It won't work, but you can post links like processing.org or java.sun.com/javase/6/docs/api/, at least copy/paste can work.
On Firefox and some other browsers, I can even copy the address and drag'n'drop it between tabs or on a tab to open the URL in a new tab or replacing the existing tab.
Re: port to OpenBSD
Reply #3 - Jan 10th, 2010, 1:34pm
 
YaBB prevents new-comer to post which contains link.

Error: Sorry, you are not allowed to post messages containing active links to websites or images before you have posted 5 normal messages.

...Well, I will post some dummies, please ignore them.
(please ignore - dummy #1)
Reply #4 - Jan 10th, 2010, 1:35pm
 
(please ignore - dummy #1)
(please ignore - dummy #2)
Reply #5 - Jan 10th, 2010, 1:36pm
 
(please ignore - dummy #2)
(please ignore - dummy #3)
Reply #6 - Jan 10th, 2010, 1:36pm
 
(please ignore - dummy #3)
Re: port to OpenBSD
Reply #7 - Jan 10th, 2010, 1:43pm
 
Okay, it's time to paste URL.

the patch is :-

http://www.uaa.org.uk/gomitext/2010/20100110/20100110.diff

and screenshot:-

http://www.uaa.org.uk/gomitext/2010/20100110/20100110.png

Simply these files are added (taken from Linux, and modified).

app/src/processing/app/openbsd/Platform.java
build/openbsd/dist/processing
build/openbsd/dist.sh
build/openbsd/make.sh
build/openbsd/run.sh

It seems that Processing-0176 contains JRE-1.6.0 for Linux,
but I used JDK-1.5.0 because -source 1.5 and -target 1.5 option
is written in make.sh.

OpenBSD also have JDK-1.6.0 and JDK-1.7.0, so please tell me which JDK
I should use.
Page Index Toggle Pages: 1