> | 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.
Could the > be the result of a cvs merge conflict in this file?
Andre'
--
André P
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| There is no mkstemp present in my system headers:
|
| find /usr/include | xargs grep -i mkstemp
|
| The above finds nothing.
|
| find /usr/include | xargs grep -i mktemp
|
| The above found:
|
| /usr/include/stdlib.h:extern char *mktemp(ch
On Tue, Nov 14, 2000 at 08:38:45PM +0100, Lars Gullik Bjønnes wrote:
> "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
"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;
|
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*); }
+
string const lyx::tempName(st