diff options
author | Pieter Slabbert <blob626@gmail.com> | 2013-08-23 17:49:52 +0200 |
---|---|---|
committer | Pieter Slabbert <blob626@gmail.com> | 2013-08-23 17:49:52 +0200 |
commit | 7af9207daa872c8a0a1c71c4a81a91fc0ee1c025 (patch) | |
tree | cb1751cfc3b03756640912cad43fde7c63b04157 /guile.am | |
parent | 69ad360ecea1f939d13e8f922d13975cc728c85d (diff) |
Add (ice-9 format) module to imports for freeimage and ftgl
freeimage.scm and ftgl.scm were throwing warnings when running make
about a unsupported format option
GEN 2d/wrappers/freeimage.go
2d/wrappers/freeimage.scm:120:6: warning: "<freeimage-bitmap ~x width: ~d height: ~d bpp: ~d>": unsupported format option ~x, use (ice-9 format) instead
wrote `2d/wrappers/freeimage.go'
GEN 2d/wrappers/ftgl.go
2d/wrappers/ftgl.scm:62:6: warning: "<ftgl-font ~x>": unsupported format option ~x, use (ice-9 format) instead
2d/wrappers/ftgl.scm:100:6: warning: "<ftgl-simple-layout ~x>": unsupported format option ~x, use (ice-9 format) instead
wrote `2d/wrappers/ftgl.go'
GEN 2d/wrappers/gl.go
wrote `2d/wrappers/gl.go'
adding the modules to the module definition of each file fixes it
Diffstat (limited to 'guile.am')
0 files changed, 0 insertions, 0 deletions