Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#308 closed Defect (worksforme)

server make error

Reported by: micheals Owned by: davea
Priority: Major Milestone: Undetermined
Component: Server - Setup Version:
Keywords: Cc:

Description (last modified by Nicolas)

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

Change History (4)

comment:1 Changed 17 years ago by KSMarksPsych

Component: UndeterminedServer - Setup
Owner: set to davea
Priority: UndeterminedMajor

comment:2 Changed 17 years ago by davea

Resolution: worksforme
Status: newclosed

Looks like you don't have jpeglib (see first line of error messages). What is configure output?

comment:3 Changed 17 years ago by micheals

yes - thank you - i had not noticed in configuration that error msg .. configure and make properly run now :) sam

comment:4 Changed 15 years ago by Nicolas

Description: modified (diff)
Note: See TracTickets for help on using tickets.