From: David K. <dk...@ja...> - 2009-01-09 16:30:29
|
I have compiled KDiff3-0.9.93 version on our AIX system with Qt4 and without KDE. I am using gcc version 4.2.4 and QT 4.4.3 and am able to compile and run the .92 release using this setup without issues. When I first ran make I received several compile errors on the first program and the make stopped. After some investigation I was able to determine that adding the following line to kdiff3-0.9.93/src-QT4/kreplacements/kreplacements.h fixed my compile issues: #include <qshareddata.h> I am not sure if this has something to do with my setup, or is an error in the distribution but I thought I would pass it along to everyone. David Klaus Software Engineer - Product Development Symitar, A Jack Henry & Associates Company 8985 Balboa Ave San Diego, CA 92123 dk...@sy... (619) 542-6700 x763508 NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. |