unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Trunk does not compile, undefined interval_* (a lot of them)
@ 2012-08-10 12:40 Jan Djärv
  2012-08-10 12:52 ` Dmitry Antipov
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2012-08-10 12:40 UTC (permalink / raw)
  To: emacs-devel, dmantipov

Hello.

This is the errors:
alloc.o: In function `make_interval':
/home/jhd/src/emacs/quickfixes/src/alloc.c:1527: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/alloc.c:1527: undefined reference to 
`interval_set_plist'
alloc.o: In function `gc_sweep':
/home/jhd/src/emacs/quickfixes/src/alloc.c:6397: undefined reference to 
`interval_set_parent'
lread.o: In function `substitute_in_interval':
/home/jhd/src/emacs/quickfixes/src/lread.c:3214: undefined reference to 
`interval_set_plist'
intervals.o: In function `create_root_interval':
/home/jhd/src/emacs/quickfixes/src/intervals.c:91: undefined reference to 
`interval_set_object'
intervals.o: In function `copy_properties':
/home/jhd/src/emacs/quickfixes/src/intervals.c:105: undefined reference to 
`interval_set_plist'
intervals.o: In function `merge_properties':
/home/jhd/src/emacs/quickfixes/src/intervals.c:141: undefined reference to 
`interval_set_plist'
intervals.o: In function `rotate_right':
/home/jhd/src/emacs/quickfixes/src/intervals.c:323: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:325: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:327: undefined reference to 
`interval_copy_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:331: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:332: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:335: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:337: undefined reference to 
`interval_set_parent'
intervals.o: In function `rotate_left':
/home/jhd/src/emacs/quickfixes/src/intervals.c:370: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:372: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:374: undefined reference to 
`interval_copy_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:378: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:379: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:382: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:384: undefined reference to 
`interval_set_parent'
intervals.o: In function `split_interval_right':
/home/jhd/src/emacs/quickfixes/src/intervals.c:520: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:524: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:531: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:532: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:533: undefined reference to 
`interval_set_right'
intervals.o: In function `split_interval_left':
/home/jhd/src/emacs/quickfixes/src/intervals.c:565: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:569: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:576: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:577: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:578: undefined reference to 
`interval_set_left'
intervals.o: In function `adjust_intervals_for_insertion':
/home/jhd/src/emacs/quickfixes/src/intervals.c:950: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:950: undefined reference to 
`interval_set_plist'
/home/jhd/src/emacs/quickfixes/src/intervals.c:953: undefined reference to 
`interval_set_plist'
/home/jhd/src/emacs/quickfixes/src/intervals.c:960: undefined reference to 
`interval_set_plist'
/home/jhd/src/emacs/quickfixes/src/intervals.c:966: undefined reference to 
`interval_set_plist'
intervals.o: In function `delete_node':
/home/jhd/src/emacs/quickfixes/src/intervals.c:1191: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1192: undefined reference to 
`interval_set_parent'
intervals.o: In function `delete_interval':
/home/jhd/src/emacs/quickfixes/src/intervals.c:1217: undefined reference to 
`interval_set_object'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1232: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1234: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1238: undefined reference to 
`interval_set_right'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1240: undefined reference to 
`interval_set_parent'
intervals.o: In function `reproduce_tree':
/home/jhd/src/emacs/quickfixes/src/intervals.c:1514: undefined reference to 
`interval_set_parent'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1516: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1518: undefined reference to 
`interval_set_right'
intervals.o: In function `reproduce_tree_obj':
/home/jhd/src/emacs/quickfixes/src/intervals.c:1530: undefined reference to 
`interval_set_object'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1532: undefined reference to 
`interval_set_left'
/home/jhd/src/emacs/quickfixes/src/intervals.c:1534: undefined reference to 
`interval_set_right'
intervals.o: In function `copy_intervals_to_string':
/home/jhd/src/emacs/quickfixes/src/intervals.c:2273: undefined reference to 
`interval_set_object'
intervals.o: In function `set_intervals_multibyte_1':
/home/jhd/src/emacs/quickfixes/src/intervals.c:2413: undefined reference to 
`interval_set_plist'
/home/jhd/src/emacs/quickfixes/src/intervals.c:2419: undefined reference to 
`interval_set_plist'
textprop.o: In function `set_properties':
/home/jhd/src/emacs/quickfixes/src/textprop.c:341: undefined reference to 
`interval_set_plist'
textprop.o: In function `add_properties':
/home/jhd/src/emacs/quickfixes/src/textprop.c:414: undefined reference to 
`interval_set_plist'
textprop.o: In function `remove_properties':
/home/jhd/src/emacs/quickfixes/src/textprop.c:487: undefined reference to 
`interval_set_plist'



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Trunk does not compile, undefined interval_* (a lot of them)
  2012-08-10 12:40 Trunk does not compile, undefined interval_* (a lot of them) Jan Djärv
@ 2012-08-10 12:52 ` Dmitry Antipov
  2012-08-10 12:54   ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry Antipov @ 2012-08-10 12:52 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

On 08/10/2012 04:40 PM, Jan Djärv wrote:

> This is the errors:

Hm. Most probably these errors are introduced by 109548, but I don't
understand why. Will take a look, but it works just fine for me...

Dmitry





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Trunk does not compile, undefined interval_* (a lot of them)
  2012-08-10 12:52 ` Dmitry Antipov
@ 2012-08-10 12:54   ` Jan Djärv
  2012-08-10 13:16     ` Jan Djärv
  2012-08-10 13:26     ` Dmitry Antipov
  0 siblings, 2 replies; 6+ messages in thread
From: Jan Djärv @ 2012-08-10 12:54 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: emacs-devel

Hello.

2012-08-10 14:52, Dmitry Antipov skrev:
> On 08/10/2012 04:40 PM, Jan Djärv wrote:
>
>> This is the errors:
>
> Hm. Most probably these errors are introduced by 109548, but I don't
> understand why. Will take a look, but it works just fine for me...
>

Compile without optimizations.

	Jan D.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Trunk does not compile, undefined interval_* (a lot of them)
  2012-08-10 12:54   ` Jan Djärv
@ 2012-08-10 13:16     ` Jan Djärv
  2012-08-10 13:26     ` Dmitry Antipov
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2012-08-10 13:16 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: emacs-devel

Hello.

You need to add

#define INTERVALS_INLINE EXTERN_INLINE

in intervals.c before including intervals.h

	Jan D.

2012-08-10 14:54, Jan Djärv skrev:
> Hello.
>
> 2012-08-10 14:52, Dmitry Antipov skrev:
>> On 08/10/2012 04:40 PM, Jan Djärv wrote:
>>
>>> This is the errors:
>>
>> Hm. Most probably these errors are introduced by 109548, but I don't
>> understand why. Will take a look, but it works just fine for me...
>>
>
> Compile without optimizations.
>
>      Jan D.
>





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Trunk does not compile, undefined interval_* (a lot of them)
  2012-08-10 12:54   ` Jan Djärv
  2012-08-10 13:16     ` Jan Djärv
@ 2012-08-10 13:26     ` Dmitry Antipov
  2012-08-10 13:32       ` Chong Yidong
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry Antipov @ 2012-08-10 13:26 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

On 08/10/2012 04:54 PM, Jan Djärv wrote:
> Hello.
>
> 2012-08-10 14:52, Dmitry Antipov skrev:
>> On 08/10/2012 04:40 PM, Jan Djärv wrote:
>>
>>> This is the errors:
>>
>> Hm. Most probably these errors are introduced by 109548, but I don't
>> understand why. Will take a look, but it works just fine for me...
>>
>
> Compile without optimizations.

OK, got it. Should be fixed in 109551.

Dmitry






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Trunk does not compile, undefined interval_* (a lot of them)
  2012-08-10 13:26     ` Dmitry Antipov
@ 2012-08-10 13:32       ` Chong Yidong
  0 siblings, 0 replies; 6+ messages in thread
From: Chong Yidong @ 2012-08-10 13:32 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: Jan Djärv, emacs-devel

Dmitry Antipov <dmantipov@yandex.ru> writes:

>> Compile without optimizations.
>
> OK, got it. Should be fixed in 109551.

In the first place, what problem is this patch trying to solve?



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-10 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 12:40 Trunk does not compile, undefined interval_* (a lot of them) Jan Djärv
2012-08-10 12:52 ` Dmitry Antipov
2012-08-10 12:54   ` Jan Djärv
2012-08-10 13:16     ` Jan Djärv
2012-08-10 13:26     ` Dmitry Antipov
2012-08-10 13:32       ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).