The current svn instructions fail for me as follows: if gcc -Dunix -DSLRN_LIB_DIR=\"/usr/lib/slrn\" -DSHAREDIR=\"/usr/share/slrn\" -DSYSCONFDIR=\"/etc\" -I. -I. -I. -I. -I../intl -g -O2 -MT art.o -MD -MP -MF ".deps/art.Tpo" -c -o art.o art.c; \ then mv -f ".deps/art.Tpo" ".deps/art.Po"; else rm -f ".deps/art.Tpo"; exit 1; fi art.c: In function 'slrn_search_article': art.c:759: error: storage size of 'st' isn't known art.c: In function 'browse_url': art.c:1157: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c:1157: error: (Each undeclared identifier is reported only once art.c:1157: error: for each function it appears in.) art.c: In function 'article_search': art.c:1198: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c: In function 'read_article': art.c:2304: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'check_for_current_article': art.c:2742: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'slrn_subject_strip_was': art.c:2772: warning: assignment makes pointer from integer without a cast art.c: In function 'subject_skip_re': art.c:2812: error: dereferencing pointer to incomplete type art.c: In function 'forward_article': art.c:3006: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c: In function 'next_header_same_subject': art.c:3967: error: storage size of 'st' isn't known art.c:3969: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c:3992: warning: comparison between pointer and integer art.c: In function 'save_article_to_file': art.c:4218: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c:4355: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'decode_article': art.c:4509: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'pipe_article': art.c:4573: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c: In function 'header_generic_search': art.c:4944: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c:4945: error: storage size of 'st' isn't known art.c:4970: warning: comparison between pointer and integer art.c:4976: warning: comparison between pointer and integer art.c: In function 'score_headers': art.c:5222: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'get_add_headers': art.c:5464: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'get_headers': art.c:5510: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'locate_header_by_msgid': art.c:6073: error: 'SLRL_DISPLAY_BUFFER_SIZE' undeclared (first use in this function) art.c: In function 'art_mouse': art.c:7097: error: invalid operands to binary >> art.c:7099: error: invalid operands to binary & art.c:7103: error: invalid operands to binary >> art.c:7105: error: invalid operands to binary & art.c: In function 'slrn_init_article_mode': art.c:7504: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'slrn_select_article_mode': art.c:7605: error: 'SLang_Error' undeclared (first use in this function) art.c: In function 'draw_tree': art.c:8187: error: incompatible type for argument 1 of 'SLsmg_write_char' art.c:8200: error: incompatible type for argument 1 of 'SLsmg_write_char' art.c:8201: error: incompatible type for argument 1 of 'SLsmg_write_char' make[2]: *** [art.o] Error 1 make[2]: Leaving directory `/bsources/slrn-0.9.8.1/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/bsources/slrn-0.9.8.1/src' make: *** [all-recursive] Error 1
The first error is for a declaration: SLsearch_Type st; but I can't find ANY declaration of SLsearch_Type in any file of the source. My limited and ancient C gave out at that point. The cvs version of slrn built fine. R. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
