Re: Building the GIMP Under Windows
"boneyjose" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin,
Yes I did the change.
I am adding like this in Makefile
gimp.exp : gimp.def
dlltool --output-exp $@ --input-def gimp.def
gimp.def: gimp.sym
echo EXPORTS >$@
cat $< >>$@
I avoid this error by putting the libgimp.a manually in the app
folder. Now I could see the Gimp exe getting created but the Make
never ended fully.
====
could you explain the 6th step
Copy d:\source\libiconv-1.7-w32.bin\lib\iconv.lib to
d:\source\libiconv-1.7-w32.bin\lib\libiconv.a.
where is the libiconv.a file is located.
regards
Boney Jose
--- In gimpwin-dev@y..., "Kevin Myers" <kevinmyers@a...> wrote:
> Hi there,
>
> It looks like you skipped step 15 in my instructions. If that is
true, then you might want to double check steps 13 through 17. Also,
I will double-check my step 15 and see if I forgot something.
>
> s/KAM
>
> ----- Original Message -----
> From: boneyjose
> To: gimpwin-dev@y...
> Sent: Wednesday, October 30, 2002 5:54 AM
> Subject: [gimpwin-dev] Re: Building the GIMP Under Windows
>
>
> Hi Kevin,
>
> I have made the configure script to exute fully and now
> the Makefile has been created. Now when I run the Makefile I get error
> at the /app direrctory ,the error goes here
>
> make: *** No rule to make target `gimp.exp', needed by `gimp-1.2.exe'.
> Stop.
> make[2]: *** No rule to make target `gimp.exp', needed by
> `gimp-1.2.exe'. Stop.
> make[2]: Leaving directory `/d/source/gimp-1.2.4/app'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/d/source/gimp-1.2.4'
> make: *** [all] Error 2
>
>
> could any one sugest any clue.
>
> regards
>
> Boney Jose
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> To Post a message, send it to: gimpwin-dev@e...
> To Unsubscribe, send a blank message to: gimpwin-dev-unsubscribe@e...
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.