hi!! i am a beginner in wine developing. i would like to try creating my own DLL inside Wine. ive been following the steps in the DEVELOPER'S HINTS file. i already have my Makefile.in <http://makefile.in/> and placed my directory in configure.ac<http://configure.ac/> it looks like this: tools/wrc/Makefile]) AC_OUTPUT dlls/w2lvpd/ if test "$have_x" = "no" however,im having problems with regenerating the ./configure file. it says here that i should use autoconf. but it shows this error: autoconf autoconf: configure.in <http://configure.in/>: No such file or directory i also tried autoconf-2.53, and resulted to this: autoconf-2.53 configure.ac:116 <http://configure.ac:116/>: error: possibly undefined macro: AC_PROG_EGREP i hope somebody could help me. i am using red hat linux 7.3, and wine-20050725. thanks!
Le lun 24/10/2005 à 23:14, riezel ramos a écrit :
hi!! i am a beginner in wine developing. i would like to try creating my own DLL inside Wine. ive been following the steps in the DEVELOPER'S HINTS file. i already have my Makefile.in <http://makefile.in/> and placed my directory in configure.ac<http://configure.ac/>
it looks like this: tools/wrc/Makefile]) AC_OUTPUT dlls/w2lvpd/ if test "$have_x" = "no"
however,im having problems with regenerating the ./configure file. it says here that i should use autoconf. but it shows this error: autoconf autoconf: configure.in <http://configure.in/>: No such file or directory
i also tried autoconf-2.53, and resulted to this: autoconf-2.53 configure.ac:116 <http://configure.ac:116/>: error: possibly undefined macro: AC_PROG_EGREP
i hope somebody could help me. i am using red hat linux 7.3, and wine-20050725. thanks!
You need autoconf-2.53b or later. A more specific version check has been added to configure.ac after 20050725 (somtime in September IIRC). Vincent
participants (2)
-
riezel ramos -
Vincent Béron