Fyi: this list, classpath, just had it's subject [tag] and footer removed

2019-10-24 Thread sysadmin
The Free Software Foundation has changed the GNU Mailman settings on this list. The short version is that any subject prefix or message footer has been removed, allowing us to turn off DMARC from munging. Any list administrator for this list is free to change these settings back, instructions are b

Re: Autoconf problem in classpath-0.99

2016-02-02 Thread Guillermo Rodriguez Garcia
Hello, Did someone look into this? Is there something else I can do to help? Thank you, Guillermo 2015-12-22 16:18 GMT+01:00 Guillermo Rodriguez Garcia < guille.rodrig...@gmail.com>: > Hi all, > > There seems to be some problem with the autoconf macros in > classpath-

Autoconf problem in classpath-0.99

2015-12-22 Thread Guillermo Rodriguez Garcia
Hi all, There seems to be some problem with the autoconf macros in classpath-0.99 which was not present in 0.98. Looks like passing --disable-tools to configure also disables the javac detection code, resulting in the following error: === $ ./configure --disable-tools [...] checking whether

Re: createFont method of java.awt.Font class in GNU Classpath library‏

2015-01-22 Thread Christopher Friedt
an 22, 2015 7:08 AM, "Roman Davidenko" wrote: >> >> Hi, >> >> I built the GNU Classpath library (classpath-0.98). >> >> Now I'd like to create a font using createFont method of java.awt.Font class providing InputStream stream. It returns null valu

createFont method of java.awt.Font class in GNU Classpath library‏

2015-01-22 Thread Roman Davidenko
Hi,I built the GNU Classpath library (classpath-0.98).Now I'd like to create a font using createFont method of java.awt.Font class providing InputStream stream. It returns null value.Looking at a source code of XToolkit.java, I can see that its createFont method returns null.Is any way

problem about classpath-0.98+felix framework 4.2 +jamvm 1.5.4

2015-01-21 Thread 王俊杰
Hi all, I'm a newcomer in java. The recent work is to make osgi work in embedded system. But when setting security mode, I meet a problem. I use the command "jamvm -Dorg.osgi.framework.security=osgi -Djava.security.policy=all.policy -cp bin/felix.jar:/usr/local/ cla

Re: Next steps for GNU Classpath

2014-09-17 Thread Andrew Haley
On 16/09/14 22:04, Bill Chatfield wrote: > I went looking for Zulu's source code. It should available since > OpenJDK is GPLed. But they do not provide it unless you request it > and then it looks like they only provide the parts that were based > on GPL code, which implies that there is more code

Re: Next steps for GNU Classpath

2014-09-16 Thread Guillermo Rodriguez Garcia
Hi Bill, El martes, 16 de septiembre de 2014, Bill Chatfield < bill_chatfi...@yahoo.com> escribió: > I went looking for Zulu's source code. It should available since OpenJDK > is GPLed. Isn't it included in the download? Guillermo -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: Next steps for GNU Classpath

2014-09-16 Thread Andïï
On 16 September 2014 17:01, Guillermo Rodriguez Garcia wrote: > Hi Bill, > > 2014-09-16 17:47 GMT+02:00 Bill Chatfield : >> OpenJDK is Linux-only. It does not work on Windows. This defeats the purpose >> of Java of being cross-platform. You might say that Windows has Oracle's >> Java, but it is

Re: Next steps for GNU Classpath

2014-09-16 Thread Guillermo Rodriguez Garcia
Hi Bill, 2014-09-16 17:47 GMT+02:00 Bill Chatfield : > OpenJDK is Linux-only. It does not work on Windows. This defeats the purpose > of Java of being cross-platform. You might say that Windows has Oracle's > Java, but it is not GPLed. It cannot be redistributed or bundled with an app. > It is

Re: Next steps for GNU Classpath

2014-09-16 Thread Andrew Haley
On 09/16/2014 04:47 PM, Bill Chatfield wrote: > OpenJDK is Linux-only. It does not work on Windows. Huh? Since when? Andrew.

Re: Next steps for GNU Classpath

2014-09-15 Thread Christopher Friedt
that there has been some Classpath work done already toward the JDWP, but is anyone aware of a runtime (aside from gcj) that makes use of that feature? I would like to bring JDWP support to JamVM, even if it only enabled for debug builds (to not add extra weight to production systems). Is there a

Next steps for GNU Classpath

2014-09-15 Thread Guillermo Rodriguez Garcia
Hello all, I'm going back to this question that Andrew asked a few days ago: 2014-09-04 22:15 GMT+02:00 Andrew Haley : > Everyone: let's have a proper discussion. Is there something we can > do with GNU Classpath that takes it further forward. And, if so, > what? What would

Classpath 0.99 not listed in classpath site

2014-05-06 Thread Guillermo Rodriguez
Hi all, As the subject says, http://www.gnu.org/software/classpath/ still lists 0.98 (dated Feb 2009) as the most recent Classpath release. Also the downloads page does not have release 0.99. Looks like 0.99 was only announced on Andrew Hughes' blog (http://blog.fuseyism.com/index.php/2012/

RE: GNU Classpath Summer of Code 2013

2013-05-30 Thread Farshad Muhammad
Hey guys, My name is Farshad Muhammad, I am a 4rth year computer science student at Carleton University, in Ottawa, Ontario, Canada. I have applied to and been accepted into GSoC this year under GNU Classpath. I'll be working with Andrew to port the GTK+3 AWT support for the Clas

Re: GNU Classpath Summer of Code 2013

2013-05-28 Thread Andrew Hughes
- Original Message - > Am 28.05.2013 17:51, schrieb Mario Torre: > > On Tue, 2013-05-28 at 16:00 +0200, Elisa D'Eugenio wrote: > >> Hello! I'm Elisa and I'm taking part to Google Summer of Code 2013 > >> with GNU Classpath project. I proposed o

Re: GNU Classpath Summer of Code 2013

2013-05-28 Thread Matthias Klose
Am 28.05.2013 17:51, schrieb Mario Torre: > On Tue, 2013-05-28 at 16:00 +0200, Elisa D'Eugenio wrote: >> Hello! I'm Elisa and I'm taking part to Google Summer of Code 2013 >> with GNU Classpath project. I proposed one of the projects, the new >> Gtk3 Look and F

Building GNU Classpath on Linux Mint 15

2013-05-07 Thread Elisa D'Eugenio
Hi everybody! I'm trying to building classpath on my machine but I've this error during configure *checking if javac -Xlint:unchecked,cast,divzero,empty,finally,overrides works... configure: error: The Java compiler javac -Xlint:unchecked,cast,divzero,empty,finally,overrides f

ClassPath Proposal Draft

2013-04-20 Thread Farshad Muhammad
leton.ca> Port the GTK+ AWT support for GTK+ 3 Summary: GTK (GIMP Toolkit) is an open source toolkit for Linux and Unix systems for GUI production and is used by many java applications. The GNU Classpath at the moment ships with a GTK+2 peer which provides most of its GUI support, which is un

Re: GSOC2013 ClassPath, Port The GTK+ AWT to Gtk+3

2013-04-12 Thread Andïï
e > base. > > Any help would be greatly appreciated. > Thanks! > Farshad My suggestion would be to checkout GNU Classpath and make sure you can build it on your machine, as a first task. The git repository is: Checkout: $ git clone git://git.savannah.gnu.org/classpath.git Web Int

Re: Building classpath on Minix3

2013-04-08 Thread Pekka Enberg
On Mon, Apr 8, 2013 at 2:47 PM, Alexander Samilovskih wrote: > Trying to build > ./autogen.sh > > configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not [snip] > - > Google said that problem related to gettext, but i have it installed > gettext --version > g

Building classpath on Minix3

2013-04-08 Thread Alexander Samilovskih
Trying to build ./autogen.sh configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/iconv.m4:22: AM_ICONV_LINK is expanded from... m4/iconv.m4:77: AM_ICONV is expanded from... configure.ac:505: the top leve

Re: Building GNU Classpath on Fedora 17

2013-03-12 Thread Andrew Hughes
- Original Message - > On Tue, Mar 12, 2013 at 12:47 PM, Andrew Hughes > wrote: > > Looking at rpm -ql gettext-devel on my RHEL system, it seems to add > > a slew > > of m4 files to /usr/share/aclocal. Maybe if -e > > /usr/share/aclocal/gettext.m4 > > in autogen.sh would be sufficient?

Re: Building GNU Classpath on Fedora 17

2013-03-12 Thread Pekka Enberg
On Tue, Mar 12, 2013 at 12:47 PM, Andrew Hughes wrote: > Looking at rpm -ql gettext-devel on my RHEL system, it seems to add a slew > of m4 files to /usr/share/aclocal. Maybe if -e /usr/share/aclocal/gettext.m4 > in autogen.sh would be sufficient? The attached patch works for me. Does it look OK

Re: Building GNU Classpath on Fedora 17

2013-03-12 Thread Andrew Hughes
- Original Message - > Hi Brian, > > On Mon, Mar 11, 2013 at 4:41 PM, Brian Jones > wrote: > > Add a configure check for whatever the dependency is... > > I'm having difficult time figuring out what to check for... It seems > that gettext-devel package provides AC_LIB_PREPARE_PREFIX via

Re: Building GNU Classpath on Fedora 17

2013-03-12 Thread Pekka Enberg
Hi Brian, On Mon, Mar 11, 2013 at 4:41 PM, Brian Jones wrote: > Add a configure check for whatever the dependency is... I'm having difficult time figuring out what to check for... It seems that gettext-devel package provides AC_LIB_PREPARE_PREFIX via /usr/share/aclocal/lib-prefix.m4 that's autom

Re: Building GNU Classpath on Fedora 17

2013-03-11 Thread Brian Jones
xt-devel package again! How can we add > some magic to "autogen.sh" to be more friendly to the user? I keep > hitting the same problem every time I try to build GNU Classpath on a > fresh installation... :-/ > Add a configure check for whatever the dependency is...

Re: Building GNU Classpath on Fedora 17

2013-03-11 Thread Pekka Enberg
ndly to the user? I keep hitting the same problem every time I try to build GNU Classpath on a fresh installation... :-/ Pekka

Re: Building GNU Classpath on Fedora 17

2013-03-11 Thread Andrew Hughes
- Original Message - > Hello, > > GNU Classpath build fails as follows with stock Fedora 17 libtools: > > [penberg@golgotha classpath]$ sh autogen.sh > configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but > not m4_defun'd > m4/iconv

Re: Building GNU Classpath on Fedora 17

2013-03-11 Thread Mark Wielaard
On Mon, Mar 11, 2013 at 09:51:28AM +0200, Pekka Enberg wrote: > GNU Classpath build fails as follows with stock Fedora 17 libtools: I don't see any issue doing the same on Fedora 18. I don't have an f17 setup to test against, sorry. Cheers, Mark

Building GNU Classpath on Fedora 17

2013-03-11 Thread Pekka Enberg
Hello, GNU Classpath build fails as follows with stock Fedora 17 libtools: [penberg@golgotha classpath]$ sh autogen.sh configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/iconv.m4:22: AM_ICO

Re: Object classinfo Mauve tests failing under GNU Classpath

2012-12-04 Thread Pavel Tisnovsky
current Mauve classinfo test cases > with > GNU Classpath. > > - I need the attached patch to make the Object classinfo tests run > with JamVM/GNU Classpath; otherwise I see syntax errors while > Mauve > is trying to compile the test classes. > > -

Object classinfo Mauve tests failing under GNU Classpath

2012-11-07 Thread Pekka Enberg
Hi Pavel, I noticed two issues with your current Mauve classinfo test cases with GNU Classpath. - I need the attached patch to make the Object classinfo tests run with JamVM/GNU Classpath; otherwise I see syntax errors while Mauve is trying to compile the test classes. - The tests

classpath/icedtea server updates

2012-06-03 Thread Mark Wielaard
Some classpath/icedtea servers changed networks/ip addresses on Sunday. Changes should propagate through DNS on Monday. This can cause connection errors to planet.classpath.org, builder.classpath.org (buildbot and jenkins) and icedtea.wildebeest.org (hg backups). Apologies for the late notice.

Re: classpath and cacerts

2012-05-19 Thread Timo Juhani Lindfors
Donal Geoghegan writes: > But I get this error: import-cacerts.sh: 3: Syntax error: "(" > unexpected "bash import-cacert.sh"?

classpath and cacerts

2012-05-19 Thread Donal Geoghegan
have to be imported for his system via the import-cacerts.sh script. I have found this script in the classpath source archive that I downloaded. I tried running this script with the command: sh import-cacerts.sh But I get this error: import-cacerts.sh: 3: Syntax error: "(" unexpected

Re: Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Josef Eisl
On 04/24/2012 02:29 AM, Andrew Hughes wrote: > - Original Message - >> Hi there. >> >> I want to reanimate a discussion from 2007 [1,2] about the >> Assertion/System Assertion handling. As far as I know GNU Classpath >> can't distinguish between nor

Re: Assertions and System Assertions in GNU Classpath

2012-04-23 Thread Andrew Hughes
- Original Message - > Hi there. > > I want to reanimate a discussion from 2007 [1,2] about the > Assertion/System Assertion handling. As far as I know GNU Classpath > can't distinguish between normal assertions (-ea/-eanableassertions) > and > assertion

Assertions and System Assertions in GNU Classpath

2012-04-23 Thread Josef Eisl
Hi there. I want to reanimate a discussion from 2007 [1,2] about the Assertion/System Assertion handling. As far as I know GNU Classpath can't distinguish between normal assertions (-ea/-eanableassertions) and assertions for system classes (-esa/-enablesystemassertions, i.e. classes wi

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-04-03 Thread Andrew Hughes
- Original Message - > On 03/29/2012 05:02 PM, Pekka Enberg wrote: > > git push savannah master > > That worked, thanks. I'm sure someone will let me know if I did > it wrong. :-) > Looks fine here. I pulled it in this morning. > Andrew. > > > -- Andrew :) Free Java Software En

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-04-03 Thread Andrew Haley
On 03/29/2012 05:02 PM, Pekka Enberg wrote: > git push savannah master That worked, thanks. I'm sure someone will let me know if I did it wrong. :-) Andrew.

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-03-29 Thread Pekka Enberg
ants to do the push? Git wants the remote name. For example, I have: penberg@jaguar:~/src/classpath$ git remote -v icedtea git://icedtea.classpath.org/mirror/git/classpath/classpath (fetch) icedtea git://icedtea.classpath.org/mirror/git/classpath/classpath (push) origin g...@github.com:penberg/cla

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-03-29 Thread Andrew Haley
On 03/29/2012 03:52 PM, Andrew Hughes wrote: > The CVS repository is obsolete. Current development takes place in git: > > http://git.savannah.gnu.org/cgit/classpath.git > > See this thread: > http://developer.classpath.org/pipermail/classpath/2012-March/003181.html > -

Re: GNU Classpath 0.99 Released!

2012-03-21 Thread Pekka Enberg
On Fri, Mar 16, 2012 at 9:50 PM, Dr Andrew John Hughes wrote: > We are proud to announce the release of GNU Classpath 0.99. The web site doesn't mention the new release yet. How can we update it?

Re: GNU Classpath version control migration after .99?

2012-03-20 Thread Pekka Enberg
On Tue, Mar 20, 2012 at 12:28 AM, Andrew Hughes wrote: > As the deadline has now passed, I've populated the git repository on Savannah: > > http://git.savannah.gnu.org/cgit/classpath.git > > This is now the active development repository and the old CVS repository is > obsolete. Yay! :-)

Re: GNU Classpath version control migration after .99?

2012-03-19 Thread Andrew Hughes
- Original Message - > On Mon, Mar 12, 2012 at 10:00 PM, Andrew Hughes > wrote: > > Well, you probably know from > > > > http://developer.classpath.org/pipermail/classpath/2012-March/003180.html > > > > that I'm in favour of a move to git soone

[Bug classpath/42390] Missing Security Manager checks in classpath apis

2012-03-16 Thread gnu_andrew at member dot fsf.org
| ___ Bug-classpath mailing list bug-classp...@gnu.org https://lists.gnu.org/mailman/listinfo/bug-classpath

GNU Classpath 0.99 Released!

2012-03-16 Thread Dr Andrew John Hughes
We are proud to announce the release of GNU Classpath 0.99. GNU Classpath, essential libraries for java, is a project to create free core class libraries for use with runtimes, compilers and tools for the java programming language. The GNU Classpath developer snapshot releases are not directly

What APIs are missing from GNU Classpath?

2012-03-13 Thread Pekka Enberg
Hi, I went through japitools results that compared GNU Classpath to Oracle JDK and noticed that the following APIs are missing: Java 1.5 - Lots of java.net APIs - Pack200 format support Java 1.6 - JDBC 4.0 API Java 1.7 - NIO2 API - Invokedynamic API Anything else that I didn't

Re: GNU Classpath version control migration after .99?

2012-03-12 Thread Pekka Enberg
On Mon, Mar 12, 2012 at 10:00 PM, Andrew Hughes wrote: > Well, you probably know from > > http://developer.classpath.org/pipermail/classpath/2012-March/003180.html > > that I'm in favour of a move to git sooner rather than later. > > How about we give it a week from n

Re: GNU Classpath version control migration after .99?

2012-03-12 Thread Andrew Hughes
t I'd personally like to see is that once 0.99 is out, we shut > down > CVS, convert the git mirrors to read-write git repositories: > > http://icedtea.classpath.org/mirror/git > > and keep the existing Mercurial mirroring scripts in place. > > Thoughts? > Well, y

GNU Classpath version control migration after .99?

2012-03-12 Thread Pekka Enberg
Hello, 0.99 is almost out of the door so I'd like to begin the discussion on version control migration. AFAICT, we've all agreed that we'll dump CVS but left the decision open to which tool we'll migrate. What I'd personally like to see is that once 0.99 is out, we shut down CVS, convert the git

Include JSR with GNU classpath

2012-01-26 Thread jkumar.ooty
Hi All, I want to include JSR 177, JSR 120, JSR 205, with GNU classpath. I have installed Jamvm with GNU classpath, I have to include the following packages JSR 177 JSR 120 JSR 205 I do not know how to do it. Can anyone help me out. -- View this message in context: http://old.nabble.com

Gnu Classpath on HP webOS : ClassCastException problem with Gnu classpath and escher

2012-01-16 Thread Yannick
Hello, I try to create a Java J2SE (Java Desktop) port to HP webOS with Gnu Claspath and JamVVM. You can find my working page here : Building JamVM and GNU Classpath and Jikes (for Java support in webOS) with scratchbox2 http://www.webos-internals.org/wiki

Re: Gnu Classpath on HP webOS : connexion problem between escher and X server / or loadling escher problem by Gnu classpath

2012-01-16 Thread Yannick
Hello Mark, Le 11/01/2012 10:05, Mark Wielaard a écrit : > Hi Yannick, > > The classpath list is probably the best to discuss this problem (CCed). OK > See https://www.gnu.org/software/classpath/docs/hacking.html#SEC7 > > In this release you have to enable the X p

Re: Gnu Classpath on HP webOS : connexion problem between escher and X server / or loadling escher problem by Gnu classpath

2012-01-11 Thread Mark Wielaard
Hi Yannick, The classpath list is probably the best to discuss this problem (CCed). On Wed, 2012-01-11 at 00:30 +0100, Yannick wrote: > When I launch the JRE and with Xterm started, I have the following error > message : > > root@Palm Pre:/media/internal# /media/internal/o

Gnu Classpath on HP webOS : connexion problem between escher and X server or loadling escher problem by Gnu classpath

2012-01-10 Thread Yannick
Hello, Sorry, for this secondth post but I start to learn to use nntp with Thunderbird. I try to create a Java J2SE (Java Desktop) port to HP webOS with Gnu Claspath and JamVVM. You can find my working page here : Building JamVM and GNU Classpath and Jikes (for Java support in webOS) with

Re: classpath configure update?

2011-11-28 Thread Andreas Tobler
. http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html Now I see that I need to do that for libjava/classpath/configure too. My question, how do I do that? Means, can I simply commit the fix to the gcc/libjava/classpath and don't care about upstream classpath? Or how do I proceed? Upstream clas

Re: classpath configure update?

2011-11-28 Thread Dr Andrew John Hughes
-10. > >> > >> http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html > >> > >> Now I see that I need to do that for libjava/classpath/configure too. > >> > >> My question, how do I do that? Means, can I simply commit the fix to the &g

Re: classpath configure update?

2011-11-28 Thread Andreas Tobler
/classpath/configure too. My question, how do I do that? Means, can I simply commit the fix to the gcc/libjava/classpath and don't care about upstream classpath? Or how do I proceed? Upstream classpath doesn't check in generated files like configure, so if it is just the generated f

Re: classpath configure update?

2011-11-28 Thread Mark Wielaard
Hi Andreas, On Mon, 2011-11-28 at 09:50 +0100, Andreas Tobler wrote: > I recently pushed a commit to gcc head and gcc-4.6 to fix the detection > of FreeBSD-10. > > http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html > > Now I see that I need to do that for libjava/class

Fwd: classpath configure update?

2011-11-28 Thread Andrew Haley
--- Begin Message --- Hi all, I recently pushed a commit to gcc head and gcc-4.6 to fix the detection of FreeBSD-10. http://gcc.gnu.org/ml/gcc-cvs/2011-11/msg00886.html Now I see that I need to do that for libjava/classpath/configure too. My question, how do I do that? Means, can I simply

Re: Experimental GNU Classpath and Mauve mercurial and git mirrors

2011-10-10 Thread Pekka Enberg
On Mon, Oct 10, 2011 at 12:04 PM, Mark Wielaard wrote: > Thanks to Pekka Enberg there are now experimental hg and git mirrors of > all the GNU Classpath and Mauve CVS repository modules on icedtea: > http://icedtea.classpath.org/mirror/hg/ > http://icedtea.classpath.org/mirror/g

Experimental GNU Classpath and Mauve mercurial and git mirrors

2011-10-10 Thread Mark Wielaard
Hi, Thanks to Pekka Enberg there are now experimental hg and git mirrors of all the GNU Classpath and Mauve CVS repository modules on icedtea: http://icedtea.classpath.org/mirror/hg/ http://icedtea.classpath.org/mirror/git/ They should sync each hour and update. Note that they are read-only

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Pekka Enberg
On Thu, Sep 29, 2011 at 2:54 PM, Mark Wielaard wrote: > It seems gnulib also provides lib-prefix.m4 in the havelib module. Maybe > we should just incorporate it from there and not depend on gettext-devel > to be installed (I am a bit fuzzy on why we have the > gettext-devel/lib-prefix.m4 dependenc

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Mark Wielaard
On Thu, 2011-09-29 at 13:19 +0300, Pekka Enberg wrote: > On Thu, Sep 29, 2011 at 12:52 PM, Mark Wielaard wrote: > > I don't have my F15 setup handy, but I think this is missing > > iconv/gettext m4 macros. Try installing gettext-devel which should > > provide /usr/share/aclocal/lib-prefix.m4 > >

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Pekka Enberg
> On Tue, 2011-09-27 at 15:31 +0300, Pekka Enberg wrote: >> I'm seeing this on Fedora 15: >> >> [penberg@tux classpath.cvs]$ sh autogen.sh >> configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but >> not m4_defun'd >> m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... >> m4/i

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Mark Wielaard
On Tue, 2011-09-27 at 15:31 +0300, Pekka Enberg wrote: > I'm seeing this on Fedora 15: > > [penberg@tux classpath.cvs]$ sh autogen.sh > configure.ac:505: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but > not m4_defun'd > m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... > m4/iconv.m4:

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-28 Thread Pekka Enberg
On Thu, Sep 29, 2011 at 2:20 AM, Dr Andrew John Hughes wrote: > No. Can you give the versions of the autotools on this platform?  That would > be more generally useful.  It's likely to be that something has been updated. > > Personally, I have autoconf 2.68, automake 1.11.1 and libtool 2.4 here on

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-28 Thread Dr Andrew John Hughes
igure.ac:505: the top level > configure:18566: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure:18567: error: possibly undefined macro: AC_LIB_RPATH >

[problem] GNU Classpath build problems on Fedora 15

2011-09-27 Thread Pekka Enberg
_LIB_LINKFLAGS_BODY configure:18580: error: possibly undefined macro: AC_LIB_APPENDTOVAR autoreconf: /usr/bin/autoconf failed with exit status: 1 Has anyone built GNU Classpath on Fedora 15 successfully? Pekka

Re: [PROBLEM] Building GNU Classpath on Darwin

2011-07-05 Thread Pekka Enberg
On Tue, Jul 5, 2011 at 12:53 PM, Mark Wielaard wrote: > Hi Pekka, > > On Tue, 2011-07-05 at 12:28 +0300, Pekka Enberg wrote: >> I'm trying to build GNU Classpath CVS HEAD on Mac OS X 10.6.7. I >> followed these instructions to satisfy the autoconf 2.

Re: [PROBLEM] Building GNU Classpath on Darwin

2011-07-05 Thread Mark Wielaard
Hi Pekka, On Tue, 2011-07-05 at 12:28 +0300, Pekka Enberg wrote: > I'm trying to build GNU Classpath CVS HEAD on Mac OS X 10.6.7. I > followed these instructions to satisfy the autoconf 2.65 requirement: > > http://www.mattvsworld.com/blog/2010/02/install-the-latest-autoconf-an

[PROBLEM] Building GNU Classpath on Darwin

2011-07-05 Thread Pekka Enberg
Hi, I'm trying to build GNU Classpath CVS HEAD on Mac OS X 10.6.7. I followed these instructions to satisfy the autoconf 2.65 requirement: http://www.mattvsworld.com/blog/2010/02/install-the-latest-autoconf-and-automake-on-mac-os-10-6/ However, when I try to run 'autogen.sh' I ge

Re: classpath

2011-01-22 Thread hrishikesh naik
> On Sat, Jan 22, 2011 at 1:22 AM, Mark Wielaard wrote: > >> On Fri, January 21, 2011 17:43, pramod k wrote: >> > We have crosscompiled classpath and jamvm for ARM platform, including >> > gtk2.0 >> > libraries. We are trying to >> > execute a sim

Re: classpath

2011-01-21 Thread pramod k
On Sat, Jan 22, 2011 at 1:22 AM, Mark Wielaard wrote: > On Fri, January 21, 2011 17:43, pramod k wrote: > > We have crosscompiled classpath and jamvm for ARM platform, including > > gtk2.0 > > libraries. We are trying to > > execute a simple java program which init

Re: classpath

2011-01-21 Thread Mark Wielaard
On Fri, January 21, 2011 17:43, pramod k wrote: > We have crosscompiled classpath and jamvm for ARM platform, including > gtk2.0 > libraries. We are trying to > execute a simple java program which initializes a frame and a label inside > it. The display shows the window > gettin

classpath

2011-01-21 Thread pramod k
Dear All, We have crosscompiled classpath and jamvm for ARM platform, including gtk2.0 libraries. We are trying to execute a simple java program which initializes a frame and a label inside it. The display shows the window getting launched, but it does not show any text. Also the title bar is

Re: Error while cross compiling classpath-0.93 with ltib toolchain.

2011-01-12 Thread Mark Wielaard
On Tue, 2011-01-11 at 23:14 +0530, ashwin athram wrote: > I am getting following error while compiling the classpath: > checking for X... libraries > /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/lib/, headers > /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/include/ > checking for dnet

Error while cross compiling classpath-0.93 with ltib toolchain.

2011-01-11 Thread ashwin athram
Hi All, I am getting following error while compiling the classpath: checking for X... libraries /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/lib/, headers /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/include/ checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no

Compile Classpath from CVS

2010-10-03 Thread kemot
Hello.. I just try to compile Classpath form the CVS but i always get the error "configure.ac:503: required file `./config.rpath' not found", after the autogen.sh command. I have also tried this, "[+] Clean files generated by autoconf, aclocal, automake and configure [+]

Re: SSL communication problem Classpath 0.97.2

2010-08-26 Thread Dr Andrew John Hughes
On 13 January 2009 14:09, mohammad jouni wrote: > Hello Everyone , > > I am attempting to run an application that uses SSL communication > using JamVM and GNU Classpath 0.97.2 . > > Every time I attempt to run the application I am presented with the > following error : &g

Re: SSL communication problem Classpath 0.97.2

2010-08-26 Thread kemot
Hallo.. I get the same error Massage with the version 0.98.. Did you find something to solve this problem? best regards mohammad jouni-2 wrote: > > Hello Everyone , > > I am attempting to run an application that uses SSL communication > using JamVM and GNU Classpath 0.97.2 .

Re: scope of classpath(x)

2010-08-25 Thread Chris Burdess
Karl Berry wrote: > Does classpath(x) aim to include only the standard java.* and javax.* > libraries? Or does/can it go beyond that? > > We (GNU) were just offered a small library that implements the websocket > API in a straightforward way, namely websocket4j > (http://stu

scope of classpath(x)

2010-08-25 Thread Karl Berry
Does classpath(x) aim to include only the standard java.* and javax.* libraries? Or does/can it go beyond that? We (GNU) were just offered a small library that implements the websocket API in a straightforward way, namely websocket4j (http://students.mimuw.edu.pl/~ms262969/maarons/wsgi.py

Re: Simple Swing Tests with OpenJDK/Classpath/Classpath+Escher

2010-05-19 Thread Mario Torre
e start). About the > Unicode, I think, it's a problem with GNU Classpath, because the same > error applied to jamvm and cacao. Hi Marcos, Mmm, those rendering errors are weird, they should not occur. I don't have time to look at them now, if you can track them down that would be a

Re: Errors at building classpath, info attached (Real One)

2010-05-14 Thread Marcos Roriz
; > > go for it, hacking is always fun, but keep in mind that is more >> > > important to get the whole thing up and running first than having each >> > > subsystem working properly (you need to fix GNU Classpath/Escher >> > > integration now). >>

Re: Errors at building classpath, info attached (Real One)

2010-05-12 Thread Marcos Roriz
try it, > > > go for it, hacking is always fun, but keep in mind that is more > > > important to get the whole thing up and running first than having each > > > subsystem working properly (you need to fix GNU Classpath/Escher > > > integration now). > > > >

Re: Errors at building classpath, info attached (Real One)

2010-05-11 Thread Mario Torre
t to get the whole thing up and running first than having each > > subsystem working properly (you need to fix GNU Classpath/Escher > > integration now). > > > > i've mentioned before that we should probably just remove it, given > development has shifted to IcedTea.

Re: Errors at building classpath, info attached (Real One)

2010-05-11 Thread Andrew John Hughes
On 30 April 2010 11:17, Mario Torre wrote: > Il giorno gio, 29/04/2010 alle 22.06 -0300, Marcos Roriz ha scritto: >> Sorry for the last post, I hit enter unintentionally. >> Guys, I tried building yersteday classpath cvs and after some problems >> I got it to work :) > &g

Re: Patch to compile Escher with Classpath.

2010-05-06 Thread Marcos Roriz
Hello all. First I would like to apologize my absense these days, I had some exams on univ. :/ But I cleaned up the patch, it's on the attach. I also created a google code page<http://code.google.com/p/gsoc-classpath-escher-marcosroriz/> Should I clone and put the escher repo the

Re: Patch to compile Escher with Classpath.

2010-05-03 Thread Mario Torre
Il giorno dom, 02/05/2010 alle 02.57 -0300, Marcos Roriz ha scritto: > I finished up a patch that compiles the current Escher (Hg) with the > current GNU Classpath (CVS). The major problems in the compilation was > the difference between method name and the number/types of parame

Patch to compile Escher with Classpath.

2010-05-03 Thread Marcos Roriz
I finished up a patch that compiles the current Escher (Hg) with the current GNU Classpath (CVS). The major problems in the compilation was the difference between method name and the number/types of parameters in classpath and escher. After some fixing everything is fine. Now I'll generate

Re: Errors at building classpath, info attached (Real One)

2010-04-30 Thread Mario Torre
Il giorno gio, 29/04/2010 alle 22.06 -0300, Marcos Roriz ha scritto: > Sorry for the last post, I hit enter unintentionally. > Guys, I tried building yersteday classpath cvs and after some problems > I got it to work :) Parabens Marcos, é muito bom! This means you got the first H

Errors at building classpath, info attached (Real One)

2010-04-29 Thread Marcos Roriz
Sorry for the last post, I hit enter unintentionally. Guys, I tried building yersteday classpath cvs and after some problems I got it to work :) I'll concern those and the eclipse problems in this mail. First I'll tell what I had to do to get eclipse to get out of the red state in

Errors at building classpath, info attached

2010-04-29 Thread Marcos Roriz
Guys, I tried building yersteday classpath cvs and after some problems I got it to work :) I'll concern those in this mail. Also to make the errors go away on eclipse I had to copy these two files (which the wiki refers) to .java: - classpath/gnu/classpath/Configuration.java.in - clas

[commit-cp] classpath ChangeLog java/util/concurrent/CopyOn...

2010-04-27 Thread Andrew Haley
CVSROOT:/sources/classpath Module name:classpath Changes by: Andrew Haley 10/04/27 17:30:46 Modified files: . : ChangeLog java/util/concurrent: CopyOnWriteArrayList.java Log message: 2010-04-27 Andrew Haley

Re: Classpath IPP Logging

2010-04-26 Thread Andrew Haley
On 04/26/2010 12:33 PM, Andrew Haley wrote: > On 04/26/2010 12:15 PM, Robert Lougher wrote: >> On 26 April 2010 11:23, Andrew Haley wrote: >>> On 04/23/2010 06:26 PM, Andrew Haley wrote: >>>> Does anyone here have any idea how to turn on IPP logging in GNU

Re: Classpath IPP Logging

2010-04-26 Thread Mario Torre
Il giorno lun, 26/04/2010 alle 11.23 +0100, Andrew Haley ha scritto: > On 04/23/2010 06:26 PM, Andrew Haley wrote: > > Does anyone here have any idea how to turn on IPP logging in GNU Classpath? > > It's used like: > > > > logger.log

Re: Classpath IPP Logging

2010-04-26 Thread Robert Lougher
On 26 April 2010 11:23, Andrew Haley wrote: > On 04/23/2010 06:26 PM, Andrew Haley wrote: >> Does anyone here have any idea how to turn on IPP logging in GNU Classpath? >> It's used like: >> >>           logger.log(Component.IPP, "Attribu

  1   2   3   4   5   6   7   8   9   10   >