I got the toolkit source on CVS, and I compiled on Linux
but compiling is failed.
The following line make compiling errors in many source
files.
#include "syncml_tk_prefix_file.h" // %%% luz: needed
for precompiled headers
in eVC++
After erasing the above line,
the above line is not appeared on toolkit 4.1.
why should many source files
include "syncml_tk_prefix_file.h"?
Logged In: NO
After erasing the above line,
the above line is not appeared on toolkit 4.1.
->
After erasing the above line, the sources compiled correctly.
the above line is not appeared on toolkit 4.1.
Logged In: NO
"After erasing the above line,
the above line is not appeared on toolkit 4.1."
above sentences should be the followings.
"After erasing the above line, it compiled correctly.
the above line is not appeared on toolkit 4.1."
Logged In: YES
user_id=551740
I commit fixing compilation patch on CVS (Linux and
Win32/MinGW).
Check this out and if there is any problem, let me know.