google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

REV4971 ./configure fails #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pi@raspberrypi ~/gambas-svn $ ./configure 
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... armv6l-unknown-linux-gnueabihf
checking host system type... armv6l-unknown-linux-gnueabihf
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
=== configuring in main (/home/pi/gambas-svn/main)
configure: running /bin/bash ./configure --disable-option-checking 
'--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
./configure: line 2063: syntax error near unexpected token `main'
./configure: line 2063: `GB_INIT(main)'
configure: error: ./configure failed for main

Version: TRUNK 
Revision: r4971
Operating system: Linux
Distribution: Debian
Architecture: ARM(HF)
GUI component: No
Desktop used: No

Recreate: Fresh raspbian install on raspberry pi with dependant compilation 
tools installed.
./reconf-all works aok
./configure then produces above error

Original issue reported on code.google.com by ltick...@gmail.com on 20 Jul 2012 at 6:57

GoogleCodeExporter commented 9 years ago
It works when I use a Pi system emulated with QEMU by using the 
'debian6-19-04-2012.img' image.

So please give more details: system, ram, version of autoconf, automake and 
libtool.

Original comment by benoit.m...@gmail.com on 21 Jul 2012 at 2:02

GoogleCodeExporter commented 9 years ago
It's the new raspbian os 2012-07-15-wheezy-raspbian.zip which utilizes the hard 
float bit of the arm chip. Using the standard 224 ram.

Package: autoconf
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 1896
Maintainer: Ben Pfaff <pfaffben@debian.org>
Architecture: all
Version: 2.69-1

Package: automake
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 1530
Maintainer: Eric Dorland <eric@debian.org>
Architecture: all
Multi-Arch: foreign
Source: automake1.11
Version: 1:1.11.5-2

Package: libtool
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 1425
Maintainer: Kurt Roeckx <kurt@roeckx.be>
Architecture: armhf
Version: 2.4.2-1.1

Thanks

Original comment by ltick...@gmail.com on 22 Jul 2012 at 1:19

GoogleCodeExporter commented 9 years ago
I did some test with the same 2012-07-15-wheezy-raspbian image on QEMU.

I couldn't test with /trunk, because the network is buggy: subversion couldn't 
checkout more than a few files before stalling.

But I tested with the source archive of 3.2.1, and I could configure the /main 
directory without errors. I couldn't reproduce your bug!

Can you send your "configure" file so that I compare it to mine?

Original comment by benoit.m...@gmail.com on 22 Jul 2012 at 5:21

GoogleCodeExporter commented 9 years ago
I am retrying with 3.2.1 and- so far, so good.

Thanks for taking the time to check. I will confirm if/when I get it installed.

Original comment by ltick...@gmail.com on 22 Jul 2012 at 7:26

GoogleCodeExporter commented 9 years ago
I am no longer receiving this error.

I have different issues but have raised a new "ticket".

Thanks

Original comment by ltick...@gmail.com on 22 Jul 2012 at 9:17

GoogleCodeExporter commented 9 years ago
Mmm... Strange...

Original comment by benoit.m...@gmail.com on 23 Jul 2012 at 2:09