Re: [Sdcc-user] 3.0.0-rc1 compile error

2010-10-11 Thread Borut Razem
Grissiom, thanks. I fixed it in svn. Borut On 10/12/2010 07:09 AM, Grissiom wrote: > On Tue, Oct 12, 2010 at 12:54 AM, Borut Razem wrote: > >> Grissiom, >> >> can you please remove the "%" character from the line: >> >> all % : >> >> so that it will be: >> >> all : >> >> and retry the buil

Re: [Sdcc-user] 3.0.0-rc1 compile error

2010-10-11 Thread Grissiom
On Tue, Oct 12, 2010 at 12:54 AM, Borut Razem wrote: > Grissiom, > > can you please remove the "%" character from the line: > > all % : > > so that it will be: > > all : > > and retry the build? You actually have to correct it in > /tmp/SBo/sdcc/device/lib/pic/Makefile.in and then run "./config.st

Re: [Sdcc-user] 3.0.0-rc1 compile error

2010-10-11 Thread Borut Razem
Grissiom, can you please remove the "%" character from the line: all % : so that it will be: all : and retry the build? You actually have to correct it in /tmp/SBo/sdcc/device/lib/pic/Makefile.in and then run "./config.status". Let me know if it helped, so I'll change it in the svn repositor

Re: [Sdcc-user] 3.0.0-rc1 compile error

2010-10-11 Thread Grissiom
On Mon, Oct 11, 2010 at 12:52 AM, Borut Razem wrote: > Hi Grissiom, > > this is strange. I retried to make the build with the same configure > command options as you specified, and ti works wihout problems. > I compiled it on Ubuntu 10.4. > > Which version of make do you have? > make --version > >

Re: [Sdcc-user] 3.0.0-rc1 compile error

2010-10-10 Thread Borut Razem
Hi Grissiom, this is strange. I retried to make the build with the same configure command options as you specified, and ti works wihout problems. I compiled it on Ubuntu 10.4. Which version of make do you have? make --version My is GNU Make 3.81. Can you send me the /tmp/SBo/sdcc/device/lib/pi

[Sdcc-user] 3.0.0-rc1 compile error

2010-10-10 Thread Grissiom
Hello all, Here is the command line: ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --docdir=/usr/doc/sdcc-3.0.0-rc1 --build=x86_64-slackware-linux Here is the error message: ... make[4]: Entering directory `/tmp/SBo/sdcc/device/lib' make