Hi,
I am trying to port a project from windows to unix. I have installed redhat 7.0. After installing wine, i tried using winemaker on a set of modules that are interdependent. By modules, I mean sub-programs. When I run winemaker from the top of the project directory, it creates only Makefile and no configure, configure.in and Makefile.in scripts. Therefore I am not able to use ./configure --with-wine=/usr/local/wine. Since, I cannot run the ./configure command, I am not able to run the make command. Why are the configure and other files not being generated? Any help would really be appreciated.
My project uses, C and C++ code.
Thank you, Veerendra Tippanagoudar. P.S: The documentation online is not complete (especially the Makefile.in and Configure.in part).
--------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage!
Le mar 10/08/2004 à 19:39, Veerendra Tippanagoudar a écrit :
Hi,
I am trying to port a project from windows to unix. I have installed redhat 7.0. After installing wine, i tried using winemaker on a set of modules that are interdependent. By modules, I mean sub-programs. When I run winemaker from the top of the project directory, it creates only Makefile and no configure, configure.in and Makefile.in scripts. Therefore I am not able to use ./configure --with-wine=/usr/local/wine. Since, I cannot run the ./configure command, I am not able to run the make command. Why are the configure and other files not being generated? Any help would really be appreciated.
If you're using the Wine version which came with RedHat 7.0, the current documentation (on the website) doesn't apply to it anymore. Specifically, winemaker doesn't generate a configure script anymore but directly some Makefiles.
Try running make directly if you already have the Makefiles.
Vincent