Please test snapshots of the coming R9C

Mikael Pettersson mikpe@REDACTED
Thu Jul 10 15:27:10 CEST 2003


On Thu, 10 Jul 2003 10:47:49 +0200 (MEST), Mikael Pettersson wrote:
>On Thu, 10 Jul 2003 09:25:33 +0300, Per Bergqvist wrote:
>>Hipe doesn't build properly with the 07-09 snapshot.
>>
>>erlc -W  -bbeam  +debug_info  -o../ebin hipe_tagscheme.erl
>>/home/perber/build/otp_src_P9C_2003-07-09/lib/hipe/rtl/hipe_tagscheme.
>>erl:695: undefined macro ''P_OFF_HEAP_OVERHEAD''
>>/home/perber/build/otp_src_P9C_2003-07-09/lib/hipe/rtl/hipe_tagscheme.
>>erl:37: function finalize_bin/4 undefined
>>make[1]: *** [../ebin/hipe_tagscheme.beam] Error 1
>
>It seems you configured for shared heap; it builds Ok
>in the default private heap configuration.

My mistake -- make completed the build but I forgot that make
doesn't halt on errors under lib/ on Linux/RH9 for some reason,
and your error did indeed occur in lib/hipe/.

The problem is that somehow shared-heap gets enabled by default,
but the HiPE compiler currently breaks in that configuration.
I'll have a look at the configuration problem later today.

/Mikael



More information about the erlang-questions mailing list