[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org: problem loading compiled files that use org-element
From: |
T.V Raman |
Subject: |
Re: org: problem loading compiled files that use org-element |
Date: |
Thu, 04 Jul 2024 07:46:26 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
Head = master branch.I did distclean is that the same as bootstrap?>> From:
"T.V Raman" <raman@google.com>
>> Date: Wed, 03 Jul 2024 20:34:27 -0700
>>
>> I have code that does
>> (require 'org-element)
>> and then uses functions like org-element-property
>>
>> All this worked until recently (suspect until a week ago) but having
>> rebuilt emacs from @head, things are broken like so:
>
> "@head" meaning the master branch or the emacs-30 release branch?
>
>> 1. Code compiles with no warnings.
>> 2. When my compiled module is loading, calls to org-element-property
>> throw a voide-function org-element--property error.
>> 3. grep on my compiled .elc file for org-element--property shows a match.
>> 4. grep on the *.elc for the above in the emacs build tree also shows a
>> match.
>> 5. At this point, this has gone beyond my understanding of .elc files.
>> 6. Loading the .el source of my module works without errors; the .elc
>> loads but throws an error when run.
>
> Did you try "make bootstrap"?
--