LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   JWPCE with Wine emulator under FC1 (https://www.linuxquestions.org/questions/linux-software-2/jwpce-with-wine-emulator-under-fc1-187727/)

PierrePau 05-30-2004 03:13 PM

JWPCE with Wine emulator under FC1
 
Hi,

since I have some trouble with installing gjiten, I am trying to run JWPCE with the wine Emulator so that I can translate japanese ideograms.

After installing wine and downloading JWPCE for Linux, I try to install it. When I run make I get:


[root@localhost jwpce]# make
/home/cleo/wine/tools/winebuild/winebuild -pic -o jwpce.winespec.c -spec jwpce.winespec
/home/cleo/wine/tools/winebuild/winebuild: invalid option -- p

this is due to the fact that in the Makefile there is:
...
BUILD = $(WINESOURCEDIR)/tools/winebuild/winebuild
...
$(BUILD) -pic -o $*.winespec.c -spec $<
...

the options for winebuild do not seem correct. Can someone tell me how to choose the options so that the makefile can run?

Thank you

Pierre


All times are GMT -5. The time now is 11:01 PM.