I cannot compile parse.c. When I try to compile it I receive
the following error: 4>..\lib\parse.C(63) : error
C2440: 'initializing' : cannot convert from 'const char *'
to 'char *'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-12-26
Logged In: YES
user_id=1162141
it sounds like you have "type checking" turned on. Either that or "treat
warnings as errors." I am assuming that you are using some windows
IDE. Beyond the above I will be of no help. Someone else will have to
step in that knows the windows environment.
Brad
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Error Listing
Logged In: YES
user_id=1162141
Before you compile you MUST have downloaded the full source for the
BOINC application from our friends at Berkeley.
You MUST to put it in the same parent directory as the setiboinc folder.
you MUST compile the BOINC application without errors before even
thinking about beginning to compile setiboinc.
:)
I just ran into this problem myself. After you have completed the steps
above, then let me, us, know what your problem comes out to be.
This info is not very apparent from the documentation. We should add
this to the README.
Logged In: YES
user_id=1180751
I cannot compile parse.c. When I try to compile it I receive
the following error: 4>..\lib\parse.C(63) : error
C2440: 'initializing' : cannot convert from 'const char *'
to 'char *'
Logged In: YES
user_id=1162141
it sounds like you have "type checking" turned on. Either that or "treat
warnings as errors." I am assuming that you are using some windows
IDE. Beyond the above I will be of no help. Someone else will have to
step in that knows the windows environment.
Brad