DB XML on FreeBSD

View: New views
7 Messages — Rating Filter:   Alert me  

DB XML on FreeBSD

by Mohamad Babaei :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi,
Has anybody installed DB XML on FreeBSD ?
please let me know about the installation proccess,
 
Regards,
Mo.

Re: DB XML on FreeBSD

by Danny Brian :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

> Hi,
> Has anybody installed DB XML on FreeBSD ?
> please let me know about the installation proccess,

It's documented in the Unix build instructions.

Be sure and use gcc 4.1 or later, and include them in the arguments  
to buildall.sh.

- Danny



------------------------------------------
To remove yourself from this list, send an
email to xml-unsubscribe@...


Re: DB XML on FreeBSD

by Mohamad Babaei :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message



On 7/31/06, Danny Brian <dan@...> wrote:
> Hi,
> Has anybody installed DB XML on FreeBSD ?
> please let me know about the installation proccess,

It's documented in the Unix build instructions.

Be sure and use gcc 4.1 or later, and include them in the arguments
to buildall.sh.

- Danny

 
Thank you !
but there is some problems with it :
.
.
.
.
"Makefile", line 252: Need an operator
"Makefile", line 253: Need an operator
"Makefile", line 254: Missing dependency operator
"Makefile", line 255: warning: duplicate script for target "ifeq" ignored
"Makefile", line 255: warning: duplicate script for target "(INMEM,ICU)" ignored
"Makefile", line 256: Need an operator
"Makefile", line 257: Missing dependency operator
"Makefile", line 258: warning: duplicate script for target "ifeq" ignored
"Makefile", line 258: warning: duplicate script for target "(INMEM,ICONV)" ignored
"Makefile", line 259: Need an operator
make: fatal errors encountered -- cannot continue
 
would you please give me more detailed instructions ?
 
Regards,
Mo
 

Re: DB XML on FreeBSD

by George Feinberg-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Mohamad,

You need to use gnu make to build BDB XML and its
dependent libraries.

Regards,

George

On Aug 1, 2006, at 4:35 AM, Mohamad Babaei wrote:

>
>
> On 7/31/06, Danny Brian <dan@...> wrote: > Hi,
> > Has anybody installed DB XML on FreeBSD ?
> > please let me know about the installation proccess,
>
> It's documented in the Unix build instructions.
>
> Be sure and use gcc 4.1 or later, and include them in the arguments
> to buildall.sh.
>
> - Danny
>
>
> Thank you !
> but there is some problems with it :
> .
> .
> .
> .
> "Makefile", line 252: Need an operator
> "Makefile", line 253: Need an operator
> "Makefile", line 254: Missing dependency operator
> "Makefile", line 255: warning: duplicate script for target "ifeq"  
> ignored
> "Makefile", line 255: warning: duplicate script for target  
> "(INMEM,ICU)" ignored
> "Makefile", line 256: Need an operator
> "Makefile", line 257: Missing dependency operator
> "Makefile", line 258: warning: duplicate script for target "ifeq"  
> ignored
> "Makefile", line 258: warning: duplicate script for target  
> "(INMEM,ICONV)" ignored
> "Makefile", line 259: Need an operator
> make: fatal errors encountered -- cannot continue
>
> would you please give me more detailed instructions ?
>
> Regards,
> Mo
>



------------------------------------------
To remove yourself from this list, send an
email to xml-unsubscribe@...


Re: DB XML on FreeBSD

by Mohamad Babaei :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Thanks George,
But i've already installed it ,
In my previouse test i didn't say that the error i get, is in "xerces" build time,
 
Best Regards,
-Mohamad
 
On 8/1/06, George Feinberg <george.feinberg@...> wrote:
Mohamad,

You need to use gnu make to build BDB XML and its
dependent libraries.

Regards,

George

On Aug 1, 2006, at 4:35 AM, Mohamad Babaei wrote:

>
>
> On 7/31/06, Danny Brian <dan@...> wrote: > Hi,
> > Has anybody installed DB XML on FreeBSD ?
> > please let me know about the installation proccess,
>
> It's documented in the Unix build instructions.
>
> Be sure and use gcc 4.1 or later, and include them in the arguments
> to buildall.sh.
>
> - Danny
>
>
> Thank you !
> but there is some problems with it :
> .
> .
> .
> .
> "Makefile", line 252: Need an operator
> "Makefile", line 253: Need an operator
> "Makefile", line 254: Missing dependency operator
> "Makefile", line 255: warning: duplicate script for target "ifeq"
> ignored
> "Makefile", line 255: warning: duplicate script for target
> "(INMEM,ICU)" ignored
> "Makefile", line 256: Need an operator
> "Makefile", line 257: Missing dependency operator
> "Makefile", line 258: warning: duplicate script for target "ifeq"
> ignored
> "Makefile", line 258: warning: duplicate script for target
> "(INMEM,ICONV)" ignored
> "Makefile", line 259: Need an operator
> make: fatal errors encountered -- cannot continue
>
> would you please give me more detailed instructions ?
>
> Regards,
> Mo
>



Re: DB XML on FreeBSD

by George Feinberg-3 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


> Thanks George,
> But i've already installed it ,
> In my previouse test i didn't say that the error i get, is in  
> "xerces" build time,

I believe that you are still picking up the wrong make.
Xerces definitely requires gnu make.
It can be helpful to install gnu make as "gmake" and
be explicit in buildall.sh:
        buildall.sh -m gmake <other options>

George

>
> Best Regards,
> -Mohamad
>
> On 8/1/06, George Feinberg <george.feinberg@...> wrote:  
> Mohamad,
>
> You need to use gnu make to build BDB XML and its
> dependent libraries.
>
> Regards,
>
> George
>
> On Aug 1, 2006, at 4:35 AM, Mohamad Babaei wrote:
>
> >
> >
> > On 7/31/06, Danny Brian <dan@...> wrote: > Hi,
> > > Has anybody installed DB XML on FreeBSD ?
> > > please let me know about the installation proccess,
> >
> > It's documented in the Unix build instructions.
> >
> > Be sure and use gcc 4.1 or later, and include them in the arguments
> > to buildall.sh.
> >
> > - Danny
> >
> >
> > Thank you !
> > but there is some problems with it :
> > .
> > .
> > .
> > .
> > "Makefile", line 252: Need an operator
> > "Makefile", line 253: Need an operator
> > "Makefile", line 254: Missing dependency operator
> > "Makefile", line 255: warning: duplicate script for target "ifeq"
> > ignored
> > "Makefile", line 255: warning: duplicate script for target
> > "(INMEM,ICU)" ignored
> > "Makefile", line 256: Need an operator
> > "Makefile", line 257: Missing dependency operator
> > "Makefile", line 258: warning: duplicate script for target "ifeq"
> > ignored
> > "Makefile", line 258: warning: duplicate script for target
> > "(INMEM,ICONV)" ignored
> > "Makefile", line 259: Need an operator
> > make: fatal errors encountered -- cannot continue
> >
> > would you please give me more detailed instructions ?
> >
> > Regards,
> > Mo
> >
>
>



------------------------------------------
To remove yourself from this list, send an
email to xml-unsubscribe@...


Re: DB XML on FreeBSD

by Mohamad Babaei :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Thanks George,
it looks OK !
You're right,
i had installed gmake, but didn't use "-m gmake" with "buildall.sh" .
so i simply installed it like this :
sh buildall.sh  -m gmake < options>
 
Best Regards,
-Mohamad

 
On 8/1/06, George Feinberg <george.feinberg@...> wrote:

> Thanks George,
> But i've already installed it ,
> In my previouse test i didn't say that the error i get, is in
> "xerces" build time,

I believe that you are still picking up the wrong make.
Xerces definitely requires gnu make.
It can be helpful to install gnu make as "gmake" and
be explicit in buildall.sh:
       buildall.sh -m gmake <other options>

George

>
> Best Regards,
> -Mohamad
>
> On 8/1/06, George Feinberg <george.feinberg@...> wrote:
> Mohamad,
>
> You need to use gnu make to build BDB XML and its
> dependent libraries.
>
> Regards,
>
> George
>
> On Aug 1, 2006, at 4:35 AM, Mohamad Babaei wrote:
>
> >
> >
> > On 7/31/06, Danny Brian <dan@...> wrote: > Hi,
> > > Has anybody installed DB XML on FreeBSD ?
> > > please let me know about the installation proccess,
> >
> > It's documented in the Unix build instructions.
> >
> > Be sure and use gcc 4.1 or later, and include them in the arguments
> > to buildall.sh.
> >
> > - Danny
> >
> >
> > Thank you !
> > but there is some problems with it :
> > .
> > .
> > .
> > .
> > "Makefile", line 252: Need an operator
> > "Makefile", line 253: Need an operator
> > "Makefile", line 254: Missing dependency operator
> > "Makefile", line 255: warning: duplicate script for target "ifeq"
> > ignored
> > "Makefile", line 255: warning: duplicate script for target
> > "(INMEM,ICU)" ignored
> > "Makefile", line 256: Need an operator
> > "Makefile", line 257: Missing dependency operator
> > "Makefile", line 258: warning: duplicate script for target "ifeq"
> > ignored
> > "Makefile", line 258: warning: duplicate script for target
> > "(INMEM,ICONV)" ignored
> > "Makefile", line 259: Need an operator
> > make: fatal errors encountered -- cannot continue
> >
> > would you please give me more detailed instructions ?
> >
> > Regards,
> > Mo
> >
>
>