Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > gnu.gnustep.bug > #4353
| From | Gürkan Myczko <gurkan@phys.ethz.ch> |
|---|---|
| Newsgroups | gnu.gnustep.bug |
| Subject | linking fails / icon broken in window maker / gorm |
| Date | 2018-09-16 16:26 +0200 |
| Message-ID | <mailman.852.1537116858.1284.bug-gnustep@gnu.org> (permalink) |
Hi I have reported this bug report against WindowMaker, however I'm not sure if it's their fault or GNUsteps' https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908512 When I try to build ModPlugPlay.app (to link it against libopenmpt-modplug-dev+libao-dev instead libmodplug-dev), I'm getting linking errors like: # gs_make This is gnustep-make 2.7.0. Type 'make print-gnustep-make-help' for help. Making all for app ModPlugPlay... Linking app ModPlugPlay ... /usr/bin/ld: ./obj/ModPlugPlay.obj/main.m.o: in function `main': /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/main.m:37: undefined reference to `ModPlug_GetSettings' /usr/bin/ld: ./obj/ModPlugPlay.obj/Controller.m.o: in function `_i_Controller__forward_': /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/Controller.m:247: undefined reference to `ModPlug_Seek' /usr/bin/ld: ./obj/ModPlugPlay.obj/Controller.m.o: in function `_i_Controller__backward_': /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/Controller.m:258: undefined reference to `ModPlug_Seek' /usr/bin/ld: ./obj/ModPlugPlay.obj/Controller.m.o: in function `_i_Controller__continuePlay': /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/Controller.m:276: undefined reference to `ModPlug_Read' /usr/bin/ld: /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/Controller.m:277: undefined reference to `ao_play' /usr/bin/ld: ./obj/ModPlugPlay.obj/Controller.m.o: in function `_i_Controller__nextSong_': /home/alex/debian/ModPlugPlay.app/ModPlugPlay.app-1.8/Controller.m:85: undefined reference to `ModPlug_Unload' You can find the source to retry at: https://github.com/alexmyczko/ModPlugPlay.app I'm also having troubles with the resources (no matter wether they are .tiff or .png, they get displayed wrong/not in Gorm) Best,
Back to gnu.gnustep.bug | Previous | Next | Find similar
linking fails / icon broken in window maker / gorm Gürkan Myczko <gurkan@phys.ethz.ch> - 2018-09-16 16:26 +0200
csiph-web