problem with GNUPOC

Login to reply to this topic.
Thu, 2005-01-06 16:54
Joined: 2005-01-06
Forum posts: 10
i'm using Nokia 9200 communicator in linux.
while running helloworld example,helloworld.armi is having a command like
--------------------------------------------------------------------------
wine -- $(EPOCROOT)/epoc32/tools/petran.exe $(EPOCBLDUREL)/HelloWorld.app $@ \
-nocall -uid1 0x10000079 -uid2 0x100039ce -uid3 0x10008ab0
$(ERASE) $(EPOCBLDUREL)/HelloWorld.app
-----------------------------------------------------------------------

it gave an error 'wine -- command not found'.so i changed the command to
-----------------------------------------------------------------------
wine $(EPOCROOT)/epoc32/tools/petran.exe $(EPOCBLDUREL)/HelloWorld.app $@ \
-nocall -uid1 0x10000079 -uid2 0x100039ce -uid3 0x10008ab0
$(ERASE) $(EPOCBLDUREL)/HelloWorld.app
---------------------------------------------------------------------------
after 'abld makefile armi' command.

i got "HelloWorld.app" and "HelloWorld.rsc" in the following directory:
$EPOCROOT/epoc32/release/armi/urel
and i moved it to 'c:Symbian/6.0/NokiaCPP/Epoc32/Release/wins/urel/z/system/apps/HelloWorld' directory
i got HelloWorld icon in the epoc emulator but when i click the icon.it says 'Note! not found'.


i'm using wine-20040813.is this problem with wine version.can anybody tell me whether the changes i made is correct.


those who are using GNUPOC,pls suggest me how to solve this problem.
  • Login to reply to this topic.