Hello,
I started to use MAD today and I'm not fammilliar with it up to know. I create a simple project (on VC++ 6.0) and add to it MAD source and header files , BUT when I compille it - there appear message "Cannot open file map.h". There are one file map.h, but it contain strange information: "/^/*$/{ N s/ * mad - /&/ t copy b next : copy g n s|^ * $(Id: .*) $$|/* \1 */|p /^ */$/d b copy } /^# *include "/d : next p "
I'll be very glad if you help me in this.
Thank you.
Ivan
____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1
Hi Ivan,
I started to use MAD today and I'm not fammilliar with it up to know. I create a simple project (on VC++ 6.0) and add to it MAD source and header files , BUT when I compille it - there appear message "Cannot open file map.h". There are one file map.h, but it contain strange information:
The file mad.h does not exist until after you have built the library.
You will probably have much better luck compiling MAD with Cygwin:
After you have built the libmad.a library, you can rename it libmad.lib and then use it in a VC++ project.
You may still run into some difficulties but they should not be too difficult to overcome.
-- Robert Leslie rob@mars.org