Hi,

I m trying to install the yello application.

I have downloaded the tar file, unpack it in the /boinc/apps folder.Further,
I have made necessary changes in the Makefile also.Basically, I have
selected one option

The Makefile is set up so that you can build in one of two ways: A) the
headers and libraries are obtained from wherever you *built* BOINC, as
pointed to by the BOINC_BUILD variable in the Makefile; or B) the headers
and libraries are obtained from where you have *installed* BOINC on your
system, as pointed to by the BOINC_PREFIX variable in the Makefile.

So, I have made a change,

BOINC_BUILD = /home/sukhbir/boinc

but when I go for command

 >make -f Makefile

Binary file is not created. I don't know why? and it show error

 make -f Makefile
g++ -c -DBOINC_APP_GRAPHICS  -D_REENTRANT   -D__NO_CTYPE    -g  -o yello.o
yello.C
yello.C:30:25: error: diagnostics.h: No such file or directory
yello.C:31:23: error: boinc_api.h: No such file or directory
yello.C:32:21: error: filesys.h: No such file or directory
yello.C:36:22: error: version.h: No such file or directory
yello.C:55:68: error: graphics_api.h: No such file or directory
yello.C: In function ‘int main(int, char**)’:
yello.C:74: error: ‘BOINC_DIAG_REDIRECTSTDERR’ was not declared in this
scope
yello.C:75: error: ‘BOINC_DIAG_
DUMPCALLSTACKENABLED’ was not declared in this scope
yello.C:76: error: ‘BOINC_DIAG_TRACETOSTDERR’ was not declared in this scope
yello.C:76: error: ‘boinc_init_diagnostics’ was not declared in this scope
yello.C:80: error: ‘stderr’ was not declared in this scope
yello.C:80: error: ‘fprintf’ was not declared in this scope
yello.C:85: error: ‘BOINC_VERSION_STRING’ was not declared in this scope
yello.C:86: error: ‘fflush’ was not declared in this scope
yello.C:98: error: ‘boinc_init_graphics’ was not declared in this scope
yello.C:101: error: ‘boinc_finish’ was not declared in this scope
yello.C:119: error: ‘exit’ was not declared in this scope
yello.C: In function ‘void do_work()’:
yello.C:135: error: ‘FILE’ was not declared in this scope
yello.C:135: error: ‘f’ was not declared in this scope
yello.C:140: error: ‘boinc_resolve_filename’ was not declared in this scope
yello.C:142: error: ‘stderr’ was not declared in this scope
yello.C:142: error: ‘fprintf’ was not declared in this scope
yello.C:143: error: ‘boinc_finish’ was not declared in this scope
yello.C:146: error: ‘boinc_fopen’ was not declared in this scope
yello.C:147: error: ‘fprintf’ was not declared in this scope
yello.C:159: error: ‘fflush’ was not declared in this scope
yello.C:161: error: ‘boinc_fraction_done’ was not declared in this scope
yello.C:165: error: ‘rand’ was not declared in this scope
yello.C:167: error: ‘boinc_fraction_done’ was not declared in this scope
yello.C:173: error: ‘fclose’ was not declared in this scope
yello.C:177: error: ‘stderr’ was not declared in this scope
yello.C:178: error: ‘boinc_finish’ was not declared in this scope
yello.C:180: error: ‘exit’ was not declared in this scope
make: *** [yello.o] Error 1

Help.....

Regards,
Sukhbir Singh Rattan
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to