On 13 December 2011 22:15, Ellery Newcomer <[email protected]> wrote: > > for some reason, gdc doesn't seem to know where object.d is, and you > have to add the flags > > -I /usr/include/d2/4.6.1/ -I /usr/include/d2/4.6.1/x86_64-redhat-linux/
That will probably be because of: PREFIX=`echo ~`/gdc3 ... ./configure --prefix=$PREFIX gdc will look in $PREFIX/include/d2 for the import files. Regards --- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
