Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#299 worksforme boinc_cmd start error romw newmember
Description

AMD_64 Server Just an FYI

[root@vmwarehost1 BOINC]# ./boinc_cmd --help ./boinc_cmd: /lib64/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./boinc_cmd)

#308 worksforme server make error davea micheals
Description
gutil.C:63:21: error: jpeglib.h: No such file or directory
gutil.C: In function ‘int read_ppm_file(const char*, int&, int&, unsigned char**)’:
gutil.C:566: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
gutil.C:571: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
gutil.C:573: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result
gutil.C:579: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result
gutil.C:583: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
gutil.C: At global scope:
gutil.C:657: error: variable or field ‘DecodeJPG’ declared void
gutil.C:657: error: ‘jpeg_decompress_struct’ was not declared in this scope
gutil.C:657: error: ‘cinfo’ was not declared in this scope
gutil.C:657: error: expected primary-expression before ‘*’ token
gutil.C:657: error: ‘pImageData’ was not declared in this scope
gutil.C:657: error: initializer expression list treated as compound expression
gutil.C:657: error: expected ‘,’ or ‘;’ before ‘{’ token
gutil.C:681: error: field ‘pub’ has incomplete type
gutil.C:688: error: expected constructor, destructor, or type conversion before ‘my_error_exit’
gutil.C: In function ‘tImageJPG* LoadJPG(const char*)’:
gutil.C:696: error: aggregate ‘jpeg_decompress_struct cinfo’ has incomplete type and cannot be defined
gutil.C:710: error: ‘struct my_error_mgr’ has no member named ‘pub’
gutil.C:710: error: ‘jpeg_std_error’ was not declared in this scope
gutil.C:711: error: ‘struct my_error_mgr’ has no member named ‘pub’
gutil.C:711: error: ‘my_error_exit’ was not declared in this scope
gutil.C:713: error: ‘jpeg_destroy_decompress’ was not declared in this scope
gutil.C:718: error: ‘jpeg_create_decompress’ was not declared in this scope
gutil.C:719: error: ‘jpeg_stdio_src’ was not declared in this scope
gutil.C:721: error: ‘DecodeJPG’ cannot be used as a function
gutil.C:722: error: ‘jpeg_destroy_decompress’ was not declared in this scope
make[2]: *** [libboinc_graphics_api_a-gutil.o] Error 1
make[2]: Leaving directory `/root/Desktop/boinc/api'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/boinc'
make: *** [all] Error 2
./_autosetup
./configure --disable-client
make

above was produced after make command .. i have installed the software prereqs and tested them .. i used Syncro SVN to get boinc and boinc_samples onto my system (suse linux 10). i also have another question: when/if i can get the server sw going and have developed an appropriate project (i'm working on GP@home hosted by sourceforge), may i ask boinc-berkeley to list GP@home as a new project? the homepage for the project is gpathome.info

sam micheal / gp@home

#360 worksforme PHP headers already sent Rytis AlphaLaser
Description

Sometimes the page header and footer is output twice if error_page() is called after page_head() was already called previously. This also results in a benign "headers already sent" error from PHP, since the default page_head() sends Content-Type headers. The problem can be seen in this page:

http://setiathome.berkeley.edu/forum_forum.php?id=10&start=10450

Apparently a foreign key inconsistency is causing it. Something that stops execution of page_head() and page_tail_aux() more than once could fix it (in the same fashion as HEADER_H defines in C), though I'd imagine that an existing project that's implementing their own versions these functions would have to fix it themselves, and it might be too trivial to bother.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.