[Gambas-user] gbc3-gb_error.o compiling rev #5670

Tobias Boege taboege at ...626...
Tue May 21 21:46:12 CEST 2013


On Tue, 21 May 2013, Emanuele Sottocorno wrote:
> hi Tobi,
> thanks for the answer, but same error with revision #5671.
> I use to ./reconf-all ./configure -C make for any svn update from trunk
> directory should i issue the sequence for the main directory instead?
> 
> Emanuele

It won't be any different when done from main/ but it saves you time.
Remember to use ./reconf not ./reconf-all from within main/.

It's worth a try to omit the -C option to configure... If that doesn't solve
your problem, then I can't imagine what's wrong on your system...

*If* it fails, I may need these:

1) main/configure
2) main/Makefile
3) output of "make V=1"

Has anyone else got problems with my recent changes?

If it's urgent that you compile gambas, apply the attached patch like:

$ patch -p1 <remove-TRUNK_VERSION-macro.patch

Regards,
Tobi
-------------- next part --------------
--- a/acinclude.m4	2013-05-21 21:37:58.463605029 +0200
+++ b/acinclude.m4	2013-05-21 21:38:12.140271417 +0200
@@ -86,16 +86,6 @@
   AC_DEFINE(GAMBAS_PCODE_VERSION, 0x03050000, [Gambas bytecode version])
   AC_DEFINE(GAMBAS_PCODE_VERSION_MIN, 0x03000000, [Minimum Gambas bytecode version])
 
-  IN_REPO=$(svn info >/dev/null 2>&1 && echo yes)
-  if test -n "$IN_REPO"; then
-    ## These will go into the Makefiles. Quoting is a mess.
-    ## Additionally, make TRUNK_VERSION define itself statically on first
-    ## expansion. This executes "svn info" only once for performance.
-    TRUNK_VERSION='$(strip $(eval TRUNK_VERSION :=$(shell svn info 2>/dev/null | grep Revision | egrep -wo "[[0-9]]+$$"))$(TRUNK_VERSION))'
-    AC_SUBST(TRUNK_VERSION)
-    export CPPFLAGS=$CPPFLAGS\ '-DTRUNK_VERSION=$(TRUNK_VERSION)'
-  fi
-
   GB_CLEAR_MESSAGES
 ])
 


More information about the User mailing list