Just FYI - no investigation yet, but I downloaded the tar.bz2 file from sourceforge for version 42, unpacked it in a clean directory, did a make clean, make config and make emacspeak and got the same error Steve has been seeing. This is with emacs 24.5 built
from the official release source tarball.
I didn’t have time to dig any deeper this morning before work, but will attempt to look at it after work today.
regards,
Tim
Tim Cross
IT Security Manager
Information Technology Directorate
University of New England
Armidale N.S.W. 2351 Australia
On 5 May 2015, at 12:36 am, T. V. Raman <tv.raman.tv@xxxxxxxxxxx> wrote:
"Steve" == Steve Holmes <steve@xxxxxxxxxxx> writes:
Steve> On Sun, May 03, 2015 at 06:56:12PM -0700, T. V. Raman
Steve> wrote:
Suspect you need to do a make clean first followed by a
make config.
Steve>
Steve> No go. I cleared out previous source and pkg
"Cleared out pkg directory"
is not "make clean; make config"
Steve> directories and I still get the error.
Steve>
Steve> emacspeak-eww.el:62:1:Error: Symbol's function
Steve> definition is void: cl-struct-define
Steve>
Steve> I also included 'make clean' before my 'make config'
Steve> line but still the error above. It's gotta be
Your emacs world is badly configured
Decide what emacs you're going to use then specify the full path
during build
make config EMACS=<emacspath>
make EMACS=<emacspath>
I would not recommend distributing a package you build in a
semi-broken environment.
Steve> something else.
Steve>
Steve> I have a similar build procedure for the git version
Steve> and that one compiles fine.
Steve>
Steve> -----------------------------------------------------------------------------
Steve> To unsubscribe from the emacspeak list or change your
Steve> address on the emacspeak list send mail to
Steve> "emacspeak-request@xxxxxxxxxxx" with a subject of
Steve> "unsubscribe" or "help".
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help".
|