On 07/13/2012 01:37 PM, Darrell Anderson wrote:
Looks like we would have to fix three spots in
qt3 (that are replicated
in tqt3):
grep -rn AM_C_PROTOTYPES .
./dependencies/tqt3/src/3rdparty/libmng/makefiles/configure.in:16:AM_C_PROTOTYPES
./dependencies/tqt3/src/3rdparty/libmng/configure.in:16:AM_C_PROTOTYPES
./dependencies/tqt3/src/3rdparty/libmng/aclocal.m4:208:AC_DEFUN([AM_C_PROTOTYPES],
./dependencies/qt3/src/3rdparty/libmng/makefiles/configure.in:16:AM_C_PROTOTYPES
./dependencies/qt3/src/3rdparty/libmng/configure.in:16:AM_C_PROTOTYPES
./dependencies/qt3/src/3rdparty/libmng/aclocal.m4:208:AC_DEFUN([AM_C_PROTOTYPES],
Darrell
Yep,
That would do it! Let Tim or someone else signoff, but I think you just
delete them. They are not doing anything anymore :)
--
David C. Rankin, J.D.,P.E.
I notice that this problem is within Qt's builtin libmng instance. Does
anyone even use the obsolete builtin libraries from Qt3, or can I just
blow this directory away and force linking against the system's libmng
instance?
Tim