dark293 / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Build fails using Boost jam #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cc build/linux.release/garglk/babeldata.o
garglk/babeldata.c:32:20: fatal error: treaty.h: No such file or
directory
compilation terminated.

cc -c `pkg-config freetype2 gtk+-x11-2.0 gdk-x11-2.0 gobject-2.0
glib-2.0 fontconfig --cflags` -fPIC -I/usr/include/SDL -DGARGLKINI=\"/
etc/garglk.ini\" -DGARGLKPRE=\"\" -DBABEL_HANDLER -DBUNDLED_FONTS -O2 -
march=native -O2 -pipe -Igarglk -Igarglk -I. -Isupport -Isdl -I. -
Isupport -Isdl_sound -I. -Isupport -Ibabel -o build/linux.release/
garglk/babeldata.o garglk/babeldata.c

...failed Cc build/linux.release/garglk/babeldata.o...
...skipped libgarglk.so for lack of <garglk>babeldata.o...
...skipped gargoyle for lack of libgarglk.so...
...skipped advsys for lack of libgarglk.so...

Original issue reported on code.google.com by bcressey@gmail.com on 10 Nov 2011 at 9:24

GoogleCodeExporter commented 8 years ago
I'm encountering the same problem (OpenSUSE Linux on x86-64). I found a simple 
fix for it: add an include search path. I'm not familiar with Jam so I don't 
know if this is the most elegant solution, but it works. See attachment.

Original comment by mthuu...@gmail.com on 25 Jan 2012 at 12:40

Attachments:

GoogleCodeExporter commented 8 years ago
Great, thanks for the patch!

Original comment by bcressey@gmail.com on 7 Feb 2012 at 7:44

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r588.

Original comment by bcressey@gmail.com on 7 Feb 2012 at 7:44