[SOLVED] Re: problem with flex scanner && `make dist'

2006-03-27 Thread tom fogal
Very delayed, but I'm replying to my own mail. Figured I should note the solution for completeness. As per usual, it was a PEBKAC. <[EMAIL PROTECTED]>Alexandre Duret-Lutz writes: "tf" == tom fogal <[EMAIL PROTECTED]> writes: >> > tf> Unfortunately this seems to cause problems when I make d

Re: problem with flex scanner && `make dist'

2006-03-07 Thread tom fogal
Sorry for the slow reply, got lost in my inbox. Perhaps I get too much mail... <[EMAIL PROTECTED]>Alexandre Duret-Lutz writes: "tf" == tom fogal <[EMAIL PROTECTED]> writes: > > tf> Unfortunately this seems to cause problems when I make dist. > tf> Specifically: > > tf> make[1]: *** No rule

problem with flex scanner && `make dist'

2006-03-04 Thread tom fogal
Been a while since I've followed any autotools list; sorry if I've missed the answer to this issue... I have a project with a flex scanner that must be compiled with a C++ compiler (just for linking purposes; I'm not using the C++ flex interface). It seems the way to do this is to name it `file.l

Re: problem with flex scanner && `make dist'

2006-03-04 Thread Alexandre Duret-Lutz
>>> "tf" == tom fogal <[EMAIL PROTECTED]> writes: tf> Been a while since I've followed any autotools list; sorry if I've tf> missed the answer to this issue... tf> I have a project with a flex scanner that must be compiled with a C++ tf> compiler (just for linking purposes; I'm not using the