Trying to compile the test application from bug #1338, running 'make' gives me the wrc usage message. I paste the command run by make and the generated Makefile. I used 'winemaker .' to create configure and so on.
[syl@snoop MaximizeBox]$ make sed -e 's,@bindir@,/usr/local/bin,g' -e 's,@winelibdir@,.,g' ./wineapploader.in >wineapploader || rm -f wineapploader LD_LIBRARY_PATH=":$LD_LIBRARY_PATH" /usr/local/bin/wrc -J -m -I. -I/usr/local/include/wine/windows -o About2.res About2.rc /usr/local/bin/wrc: invalid option -- J
===== Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259 No more War !
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
For the Law of Oil and Fire, Im an European that lives in France. For all my Brothers and friends, Im a human living on Earth.
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On March 26, 2003 11:13 pm, Sylvain Petreolle wrote:
Trying to compile the test application from bug #1338, running 'make' gives me the wrc usage message. I paste the command run by make and the generated Makefile. I used 'winemaker .' to create configure and so on.
My bad -- please change the -J to --nostdinc, or just remove it altogether. Why is it there in the first place anyway? That flag is mainly used to build things inside the Wine tree, where we want to control the include dirs _exactly_, but other than that it should not be needed. I'll look into winemaker.