Typo in current svn - src/helper/sp-marshal.cpp
Hi, I'm trying to compile from svn and while doing "make" it complained about not finidng a file. I think I've found a typo in "src/helper/sp-marshal.cpp". On the first line it says: ============================ #include "helperosp-marshal.h" ============================
but should be: ============================ #include "helper/sp-marshal.h" ============================
Cheers,
Lucas Vieites-3 wrote:
Hi, I'm trying to compile from svn and while doing "make" it complained about not finidng a file. I think I've found a typo in "src/helper/sp-marshal.cpp". On the first line it says:
That's weird. This file is generated automatically (at least on Linux), and my copy is correct. I think your copy got corrupted, because the ASCII code for '/' is similar to that of 'o' (2F vs. 6F). You'll need to regenerate it, or re-download if you're compiling on Windows.
Regards, Krzysztof Kosiński
participants (2)
-
Krzysztof Kosiński
-
Lucas Vieites