Thread: Problem when compiling
Status: Alpha
Brought to you by:
coroberti
From: Ron P. <ro...@kl...> - 2011-04-14 19:38:29
|
CURL-LOADER VERSION: 0.52, June 13, 2010 HW DETAILS: CPU/S and memory are must: Athlon64 X2, 2 GB RAM LINUX DISTRIBUTION and KERNEL (uname -r): Ubuntu 10.10 2.6.35-22-generic GCC VERSION (gcc -v): gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) COMPILATION AND MAKING OPTIONS (if defaults changed): make COMMAND-LINE: make CONFIGURATION-FILE (The most common source of problems): not changed DOES THE PROBLEM AFFECT: COMPILATION? Yes LINKING? Yes EXECUTION? No Have you run $make cleanall prior to $make ? Yes DESCRIPTION: gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -O3 -ffast-math -finline-functions -funroll-all-loops -finline-limit=1000 -mmmx -msse -foptimize-sibling-calls -I. -I./inc -I/usr//include -c -o obj/parse_conf.o parse_conf.c parse_conf.c: In function ‘read_callback’: parse_conf.c:3894: error: conflicting types for ‘pread’ /usr/include/unistd.h:385: note: previous declaration of ‘pread’ was here make: *** [obj/parse_conf.o] Error 1 QUESTION/ SUGGESTION/ PATCH: Thanks :) |
From: Robert I. <cor...@gm...> - 2011-04-14 19:44:26
|
Hi Ron, On Thu, Apr 14, 2011 at 9:31 PM, Ron Panduwana <ro...@kl...>wrote: > CURL-LOADER VERSION: 0.52, June 13, 2010 > > HW DETAILS: CPU/S and memory are must: Athlon64 X2, 2 GB RAM > > LINUX DISTRIBUTION and KERNEL (uname -r): Ubuntu 10.10 2.6.35-22-generic > > GCC VERSION (gcc -v): gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) > > COMPILATION AND MAKING OPTIONS (if defaults changed): make > > COMMAND-LINE: make > > CONFIGURATION-FILE (The most common source of problems): not changed > > DOES THE PROBLEM AFFECT: > COMPILATION? Yes > LINKING? Yes > EXECUTION? No > Have you run $make cleanall prior to $make ? Yes > > DESCRIPTION: > gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 > -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -O3 -ffast-math > -finline-functions -funroll-all-loops -finline-limit=1000 -mmmx -msse > -foptimize-sibling-calls -I. -I./inc -I/usr//include -c -o > obj/parse_conf.o parse_conf.c > parse_conf.c: In function ‘read_callback’: > parse_conf.c:3894: error: conflicting types for ‘pread’ > /usr/include/unistd.h:385: note: previous declaration of ‘pread’ was here > make: *** [obj/parse_conf.o] Error 1 > > QUESTION/ SUGGESTION/ PATCH: Thanks :) > > Thank you for using the PRF form. It was fixed in the newer version 1.53. Take care! -- Regards, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |
From: Ron P. <ro...@kl...> - 2011-04-15 07:29:19
|
Hi Robert, Awesome! Thanks for the great tool. Ron On Fri, Apr 15, 2011 at 2:44 AM, Robert Iakobashvili <cor...@gm...> wrote: > Hi Ron, > > On Thu, Apr 14, 2011 at 9:31 PM, Ron Panduwana <ro...@kl...> > wrote: >> >> CURL-LOADER VERSION: 0.52, June 13, 2010 >> >> HW DETAILS: CPU/S and memory are must: Athlon64 X2, 2 GB RAM >> >> LINUX DISTRIBUTION and KERNEL (uname -r): Ubuntu 10.10 2.6.35-22-generic >> >> GCC VERSION (gcc -v): gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) >> >> COMPILATION AND MAKING OPTIONS (if defaults changed): make >> >> COMMAND-LINE: make >> >> CONFIGURATION-FILE (The most common source of problems): not changed >> >> DOES THE PROBLEM AFFECT: >> COMPILATION? Yes >> LINKING? Yes >> EXECUTION? No >> Have you run $make cleanall prior to $make ? Yes >> >> DESCRIPTION: >> gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 >> -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -O3 -ffast-math >> -finline-functions -funroll-all-loops -finline-limit=1000 -mmmx -msse >> -foptimize-sibling-calls -I. -I./inc -I/usr//include -c -o >> obj/parse_conf.o parse_conf.c >> parse_conf.c: In function ‘read_callback’: >> parse_conf.c:3894: error: conflicting types for ‘pread’ >> /usr/include/unistd.h:385: note: previous declaration of ‘pread’ was here >> make: *** [obj/parse_conf.o] Error 1 >> >> QUESTION/ SUGGESTION/ PATCH: Thanks :) >> > > Thank you for using the PRF form. > It was fixed in the newer version 1.53. > Take care! > > -- > Regards, > Robert Iakobashvili, Ph.D. > > Home: http://www.ghotit.com > Blog: http://dyslexia-blog.ghotit.com > Twitter: http://twitter.com/ghotit > Facebook: http://facebook.com/ghotit > ...................................................................... > Ghotit Dyslexia > Assistive technology that understands you > ...................................................................... > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |