Dimi,
In a message dated 2/13/04 1:37:17 AM, dpaun@rogers.com writes:
What configure script is that, I can't imagine why we would be looking for this atldef.h file...
It is the configure script created after running winemaker on the source directory.
~Sanjay Connare
On Sat, 14 Feb 2004 ATMRD@aol.com wrote: [...]
It is the configure script created after running winemaker on the source directory.
It seems like you used the --mfc option, or for some reason winemaker thought your application uses the MFC.
In any case, if you use re-run wniemaker with the --nomfc then the generated configure script should not be looking for atldef.h anymore.
(alternately, edit configure.ac and set NEEDS_MFC= to 0 and re-run autoconf)