"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

| Hi, 
| 
| I had to make this change to get the compile to continue:
| 
| --- src/support/tempname.C      2000/11/14 02:01:57     1.3
| +++ src/support/tempname.C      2000/11/14 19:24:01
| @@ -12,6 +12,8 @@
|  
|  extern string system_tempdir;
|  
| +extern "C" { int mkstemp(char*); }
| +

That is not a fix.
What did configure report about mkstemp? can you also check your
system headers if mkstemp are present? It could be in unistd.h
instead of in stdlib.h, please check.

| 
|/remote/tools/ksylvan/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/../../../../include/g++-3/stl_tree.h:1266:
| warning: called from here 
| In file included from Dialogs.C:22:
| FormPreferences.h: At top level:
| FormPreferences.h:110: parse error before `>'

I do not have a '>' close to that position so I am not sure what to
look for.

(my l.110: void applyPrinter() const)

        Lgb

Reply via email to