|
From: Linc D. <ld-...@po...> - 2003-02-01 17:39:05
|
This may be considered off-topic, but I think it has something to do with autoconf. I'd like to compile the GNOME application drgenius (http://www.ofset.org/drgenius/). The configure script gives only one warning: configure: WARNING: Cannot find GOB, check http://www.5z.com/jirka/gob.html I tried to install this; doesn't compile. When I run make, I get an error: drgeo_adaptDialog.cc:27:19: crypt.h: No such file or directory The line in question is #include <crypt.h> Isn't the 'crypt' function declared in unistd.h? I thought autoconf checked for crypt.h. I tried symlinking unistd.h to crypt.h; no good. With minimal knowledge of programming, can I do a Fink-style hack on this thing so it will compile? Thanks. |