Lists: | PostgreSQL : PostgreSQL 메일 링리스트 : 2006-04-26 이후 무지개 토토Dev 01:43 |
---|
From: | denonart at yahoo(dot)com (Mujde Pamuk) |
---|---|
To: | |
Subject: | [Pljava-dev] pljava-1.3dev compile problem |
Date: | 2006-04-23 02:09:24 |
Message-ID: | 20060423020924.8078.qmail@web30508.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
Hello All
I am trying to compile the source -the development
version AKA 1.3
after warnings about SQL.date class being deprecated
I got these errors
jar cf
/var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar .
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
make[1]: Entering directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
gcj -C -d . <java sources>
jar cmf
/var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
/var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar .
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
make[1]: Entering directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
/var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
*** Recursive variable `OBJS' references itself
(eventually). Stop.
make[1]: Leaving directory
`/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
make: *** [c_all] Error 2
Are they critical errors?
We are using
java version "1.4.2"
jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)
gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
and the system is
Linux 2.6.11-perfctr #1 i686 i686 i386 GNU/Linux
I managed to install pljava 1.2.0 on my mac
however i've made numerous (alas unsuccessful)
attempts installing it on this machine
I would be very glad if you can help me with this
Thanks
m.pamuk
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From: | thomas at tada(dot)se (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] pljava-1.3dev compile problem |
Date: | 2006-04-23 08:11:04 |
Message-ID: | 444B3698.6000801@tada.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
Hi Mujde,
PL/Java requires at least gcj 4.0. Seems your GNU make is fairly old
too. What version is it?
Kind Regards,
Thomas Hallgren
Mujde Pamuk wrote:
> Hello All
> I am trying to compile the source -the development
> version AKA 1.3
>
> after warnings about SQL.date class being deprecated
> I got these errors
> jar cf
> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar .
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
> make[1]: Entering directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> gcj -C -d . <java sources>
> jar cmf
> /var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar .
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> make[1]: Entering directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> /var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
> *** Recursive variable `OBJS' references itself
> (eventually). Stop.
> make[1]: Leaving directory
> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> make: *** [c_all] Error 2
>
> Are they critical errors?
>
> We are using
> java version "1.4.2"
> jdkgcj 0.3.1 (http://www.arklinux.org/projects/jdkgcj)
> gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
>
> and the system is
> Linux 2.6.11-perfctr #1 i686 i686 i386 GNU/Linux
>
> I managed to install pljava 1.2.0 on my mac
> however i've made numerous (alas unsuccessful)
> attempts installing it on this machine
> I would be very glad if you can help me with this
> Thanks
>
> m.pamuk
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
From: | denonart at yahoo(dot)com (Mujde Pamuk) |
---|---|
To: | |
Subject: | [Pljava-dev] pljava-1.3dev compile problem |
Date: | 2006-04-26 01:43:45 |
Message-ID: | 20060426014345.41224.qmail@web30504.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | PostgreSQL : PostgreSQL 메일 링리스트 : 2006-04-26 이후 무지개 토토Dev 01:43 |
Hi Thomas
gnu make is version 3.8
should we also get a newer version for this one
m.pamuk
--- Thomas Hallgren <thomas at tada.se> wrote:
> Hi Mujde,
> PL/Java requires at least gcj 4.0. Seems your GNU
> make is fairly old
> too. What version is it?
>
> Kind Regards,
> Thomas Hallgren
>
> Mujde Pamuk wrote:
> > Hello All
> > I am trying to compile the source -the development
> > version AKA 1.3
> >
> > after warnings about SQL.date class being
> deprecated
> > I got these errors
> > jar cf
> >
> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar
> .
> > make[1]: Leaving directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
> > make[1]: Entering directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> > gcj -C -d . <java sources>
> > jar cmf
> >
>
/var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
> >
> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar
> .
> > make[1]: Leaving directory
> >
>
`/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
> > make[1]: Entering directory
> > `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> >
>
/var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
> > *** Recursive variable `OBJS' references itself
> > (eventually). Stop.
> > make[1]: Leaving directory
> > `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
> > make: *** [c_all] Error 2
> >
> > Are they critical errors?
> >
> > We are using
> > java version "1.4.2"
> > jdkgcj 0.3.1
> (http://www.arklinux.org/projects/jdkgcj)
> > gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
> >
> > and the system is
> > Linux 2.6.11-perfctr #1 i686 i686 i386 GNU/Linux
> >
> > I managed to install pljava 1.2.0 on my mac
> > however i've made numerous (alas unsuccessful)
> > attempts installing it on this machine
> > I would be very glad if you can help me with this
> > Thanks
> >
> > m.pamuk
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> > _______________________________________________
> > Pljava-dev mailing list
> > Pljava-dev at gborg.postgresql.org
> >
>
http://gborg.postgresql.org/mailman/listinfo/pljava-dev
> >
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
From: | thomas at tada(dot)se (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] pljava-1.3dev compile problem |
Date: | 2006-04-26 06:01:52 |
Message-ID: | 444F0CD0.6010201@tada.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
Mujde Pamuk wrote:
> Hi Thomas
> gnu make is version 3.8
> should we also get a newer version for this one
>
>
No, 3.8 is fine. That's not the problem then. I thought it might be
since I've had similar problems with older makes. The error you get just
don't make any sense. I can't really figure out what's causing it.
PL/Java compiles just fine on most platforms. What shell are you using?
I.e. what's the $SHELL variable set to?
Regards,
Thomas Hallgren
> m.pamuk
> --- Thomas Hallgren <thomas at tada.se> wrote:
>
>
>> Hi Mujde,
>> PL/Java requires at least gcj 4.0. Seems your GNU
>> make is fairly old
>> too. What version is it?
>>
>> Kind Regards,
>> Thomas Hallgren
>>
>> Mujde Pamuk wrote:
>>
>>> Hello All
>>> I am trying to compile the source -the development
>>> version AKA 1.3
>>>
>>> after warnings about SQL.date class being
>>>
>> deprecated
>>
>>> I got these errors
>>> jar cf
>>>
>>>
>> /var/lib/pgsql/data/pljava-1.3.dev/build/pljava.jar
>> .
>>
>>> make[1]: Leaving directory
>>>
>>>
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/pljava'
>
>>> make[1]: Entering directory
>>>
>>>
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
>
>>> gcj -C -d . <java sources>
>>> jar cmf
>>>
>>>
> /var/lib/pgsql/data/pljava-1.3.dev/src/java/deploy/META-INF/manifest.txt
>
>> /var/lib/pgsql/data/pljava-1.3.dev/build/deploy.jar
>> .
>>
>>> make[1]: Leaving directory
>>>
>>>
> `/var/lib/pgsql/data/pljava-1.3.dev/build/classes/deploy'
>
>>> make[1]: Entering directory
>>> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
>>>
>>>
> /var/lib/pgsql/data/pljava-1.3.dev/src/C/pljava/Makefile:153:
>
>>> *** Recursive variable `OBJS' references itself
>>> (eventually). Stop.
>>> make[1]: Leaving directory
>>> `/var/lib/pgsql/data/pljava-1.3.dev/build/objs'
>>> make: *** [c_all] Error 2
>>>
>>> Are they critical errors?
>>>
>>> We are using
>>> java version "1.4.2"
>>> jdkgcj 0.3.1
>>>
>> (http://www.arklinux.org/projects/jdkgcj)
>>
>>> gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
>>>
>>> and the system is
>>> Linux 2.6.11-perfctr #1 i686 i686 i386 GNU/Linux
>>>
>>> I managed to install pljava 1.2.0 on my mac
>>> however i've made numerous (alas unsuccessful)
>>> attempts installing it on this machine
>>> I would be very glad if you can help me with this
>>> Thanks
>>>
>>> m.pamuk
>>>
>>> __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam? Yahoo! Mail has the best spam
>>>
>> protection around
>>
>>> http://mail.yahoo.com
>>> _______________________________________________
>>> Pljava-dev mailing list
>>> Pljava-dev at gborg.postgresql.org
>>>
>>>
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
>>>
>>>
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
From: | denonart at yahoo(dot)com (Mujde Pamuk) |
---|---|
To: | |
Subject: | [Pljava-dev] pljava-1.3dev compile problem |
Date: | 2006-04-27 19:51:53 |
Message-ID: | 20060427195153.42105.qmail@web30504.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pljava-dev |
using bash
--- Thomas Hallgren <thomas at tada.se> wrote:
> Mujde Pamuk wrote:
> > Hi Thomas
> > gnu make is version 3.8
> > should we also get a newer version for this one
> >
> >
> No, 3.8 is fine. That's not the problem then. I
> thought it might be
> since I've had similar problems with older makes.
> The error you get just
> don't make any sense. I can't really figure out
> what's causing it.
> PL/Java compiles just fine on most platforms. What
> shell are you using?
> I.e. what's the $SHELL variable set to?
>
> Regards,
> Thomas Hallgren
>
> > m.pamuk
> > --- Thomas Hallgren <thomas at tada.se> wrote:
> >
> >
> >> Hi Mujde,
> >> PL/Java requires at least gcj 4.0. Seems your GNU
> >> make is fairly old
> >> too. What version is it?
> >>
> >> Kind Regards,
> >> Thomas Hallgren
> >>
> >> Mujde Pamuk wrote:
> >>
> >>> Hello All
> >>> I am trying to compile the source -the
> development
> >>> version AKA 1.3
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com