Hi, "testing/autotools" can be emerge/unmerge successfully, thanks.
I found some problem at run-time, and write feedback as below: 1. the path in the wrapper script ( /bin/autoconf, /bin/automake,...) are not matched. Original => LOCATION="/opt/autotools/bin" It can run successfully after I change it After => LOCATION="/bin" 2. There is some missing perl include path ( as screenshot display ) 3. libtool is missing. libtool is usually required by libraries packages. Any idea/suggstion? many thanks.. sincerely, Mat. On Wed, Jun 9, 2010 at 7:12 PM, Mat <[email protected]> wrote: > Great job, thank you! > > I am going to try it and would like to feedback if there is something > helpful :-) > > 2010/6/9 Patrick von Reth <[email protected]>: >> Hi Mat, >> I switched our msys source and added also a autotools package, with the new >> msys we also ship a msys-perl which as far as I know is needed for >> autotools(hardcoded path) I also fixed the problem which ocures with normal >> configure if msys-perl is installed. >> Maybe we also can add the direct autotools support to emerge. >> But for what is the pkg-config-dev package needed? > dbus-c++'s configure.ac use 'PKG_CHECK_MODULES' macro to invoke > pkg-config check function, some functions/macro is defined in > 'pkg-config.m4', which are in pkg-config-dev package. > >> Regards >> Patrick >> >> 2010/6/4 Mat <[email protected]> >>> >>> Hi All, >>> >>> I tried to made a package for autotools toolchain [1][2]. >>> The package now can run and generates "./configure" form compact >>> autotool-based source. >>> It is still experimental, and hope it helps. >>> >>> sincerely, Mat. >>> >>> [1]. attachment://autotools.patch >>> [2]. attachment://pkg-config.patch >>> >>> _______________________________________________ >>> Kde-windows mailing list >>> [email protected] >>> https://mail.kde.org/mailman/listinfo/kde-windows >>> >> >> >> _______________________________________________ >> Kde-windows mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/kde-windows >> >> > _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
