Error with ./build_configure on GUI 3.2.2 (Gentoo)
-
Error with ./build_configure on GUI 3.2.2 (Gentoo)
Posted by
Daniel Tourde - Caelae.se
at
March 27. 2007
Hello,
I am trying to build Salome GUI 3.2.2 on my gentoo box.
When I run the ./build_configure script I get the strange following message:
mhordraid GUI_SRC_3.2.2 # ./build_configure
Updating 'configure.in' file ... done
Updating 'configure' script ... /usr/bin/m4:adm_local/unix/config_files/check_vtk.m4:145: Warning: end of file treated as newline
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
configure.in:109: error: possibly undefined macro: AC_ENABLE_DEBUG
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:110: error: possibly undefined macro: AC_DISABLE_PRODUCTION
configure.in:118: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:120: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:121: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:141: error: possibly undefined macro: AC_CXX_WARNINGS
configure.in:142: error: possibly undefined macro: AC_CXX_TEMPLATE_OPTIONS
configure.in:143: error: possibly undefined macro: AC_DEPEND_FLAG
configure.in:158: error: possibly undefined macro: AC_CXX_HAVE_SSTREAM
failed (check file permissions and/or user quotas ...)
Any idea?
PS: I apply the GUI patch to be found on: http://bugs.gentoo.org/show_bug.cgi?id=155974-
Re: Error with ./build_configure on GUI 3.2.2 (Gentoo)
Posted by
Daniel Tourde - Caelae.se
at
May 22. 2007
Daniel Tourde - Caelae.se wrote:
Hello,
I am trying to build Salome GUI 3.2.2 on my gentoo box.
When I run the ./build_configure script I get the strange following message:
mhordraid GUI_SRC_3.2.2 # ./build_configure
Updating 'configure.in' file ... done
Updating 'configure' script ... /usr/bin/m4:adm_local/unix/config_files/check_vtk.m4:145: Warning: end of file treated as newline
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
configure.in:109: error: possibly undefined macro: AC_ENABLE_DEBUG
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:110: error: possibly undefined macro: AC_DISABLE_PRODUCTION
configure.in:118: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:120: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:121: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:141: error: possibly undefined macro: AC_CXX_WARNINGS
configure.in:142: error: possibly undefined macro: AC_CXX_TEMPLATE_OPTIONS
configure.in:143: error: possibly undefined macro: AC_DEPEND_FLAG
configure.in:158: error: possibly undefined macro: AC_CXX_HAVE_SSTREAM
failed (check file permissions and/or user quotas ...)
Any idea?
PS: I apply the GUI patch to be found on: http://bugs.gentoo.org/show_bug.cgi?id=155974
I still have the same problem with 3.2.6, this time without any particular patch. Can anyone help me?
mhordraid GUI_SRC_3.2.6 # ./build_configure
Updating 'configure.in' file ... done
Updating 'configure' script ... /usr/bin/m4:adm_local/unix/config_files/check_vtk.m4:145: Warning: end of file treated as newline
autom4te-2.61: /usr/bin/m4 failed with exit status: 1
aclocal-1.10: autom4te failed with exit status: 1
configure.in:109: error: possibly undefined macro: AC_ENABLE_DEBUG
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:110: error: possibly undefined macro: AC_DISABLE_PRODUCTION
configure.in:118: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:120: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:121: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:141: error: possibly undefined macro: AC_CXX_WARNINGS
configure.in:142: error: possibly undefined macro: AC_CXX_TEMPLATE_OPTIONS
configure.in:143: error: possibly undefined macro: AC_DEPEND_FLAG
configure.in:158: error: possibly undefined macro: AC_CXX_HAVE_SSTREAM
failed (check file permissions and/or user quotas ...)
Daniel-
Re: Error with ./build_configure on GUI 3.2.2 (Gentoo)
Posted by
Daniel Tourde - Caelae.se
at
May 23. 2007
I think I finally found the origin of the problem:
check_vtk.m4 is missing a final 'end of line' before the 'end of file' (exactly what the warning says...) except that this trigger problems with autom4te 2.61...
This is a minor thing but a real annoyance...
Can this be corrected for future version of salome? Thanks...
Daniel
-
-
Powered by
Ploneboard
