bugvile, a vi-compatible text editor - Bugs: bug #22034, Build error, linux, related to...

 
 

bug #22034: Build error, linux, related to built-in filters and builtflt

Submitter:  Adam Denton <adenton>
Submitted:  Wed 16 Jan 2008 07:32:23 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Jan 2008 07:32:23 PM UTC, original submission:  

Build fails with this choice of --with-builtin-filters?.  (Works fine if no --with-builtin-filters given)
Version: vile 9.6 virgin, and also patchlevel c.
Untarred the tgz, cd ..../vile-9.6, and did the following:

% VILE_LIBDIR_PATH=`pwd` VILE_STARTUP_PATH=`pwd` ./configure --with-builtin-filters="c perl sh tags"

(worked fine)

% gmake

--> FAILS building filters/vile-vile-filt <--

(...lots of successes, but then...)
gcc -g -O2   -o vile-txt-filt txt-filt.o filterio.o filters.o -lfl
echo "#include <flt_defs.h>" > vilefilt.c
flex -t vilefilt.l >> vilefilt.c
gcc -c -I. -I.. -I../filters -I.. -DHAVE_CONFIG_H -I./filters  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64  -g -O2  vilefilt.c
rm -f vilefilt.c
gcc -g -O2  -o vile-vile-filt vilefilt.o filterio.o filters.o -lfl
vilefilt.o: In function `handle_keyword':
/n/derdev/adenton/os/linux/vile-9.6/filters/vilefilt.l:166: undefined reference to `vl_check_cmd'
/n/derdev/adenton/os/linux/vile-9.6/filters/vilefilt.l:168: undefined reference to `vl_check_cmd'
collect2: ld returned 1 exit status
make[1]: * [vile-vile-filt] Error 1
make[1]: Leaving directory `/xxxxx/vile-9.6/filters'
make: * [all] Error 2
[-ksh 75]

Adam Denton <adenton>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dickey (Updated the item)
  • -email is unavailable- added by adenton (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-09-09 dickey StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code