[gimpwin-users] Re: Can't Build the GIMP
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <15797.45587.479000.767048__47484.8379883499$1035319759@gargle.gargle.HOWL> |
Kevin Myers writes: > make[2]: *** No rule to make target `gimp.def', needed by `gimp.exp'. Stop Umm, yes. The following was missing from app/Makefile.am: gimp.def: gimp.sym echo EXPORTS >$@ cat $< >>$@ You can insert the same lines into Makefile.in and/or Makefile directly, too. --tml