On 6/23/06, Naveen Neelakantam <[EMAIL PROTECTED]> wrote:
This issue has been fixed in log4cxx: http://issues.apache.org/jira/
browser/LOGCXX-130.  Specifically, the fix was applied in r384272 of
log4cxx.

I did some digging around, and patched versions of domconfigurator.h
and unicodehelper.h are contained in drlvm/trunk/build/patches/common/
LOG4CXX/include/log4cxx.  If I copy these files over to the drlvm/
trunk/build/lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/
log4cxx directory, everything builds.

The "drlvm/trunk/build/patches" directory is used to store the patches
to the external libs like LOG4CXX. The contents of the "patches" dir
is automatically copied into the external sources tree by the build
before compilation. Therefore, you may have the situation than the
outdated versions of unicodehelper.h or domconfigurator.h in the
"patches" directory just replace the newer versions obtained from SVN.
If the latest versions of domconfigurator.h/unicodehelper.h are just
right, their patched versions just can be removed from the drlvm
build.

Thanks,
Andrey.


Maybe that helps narrow down the cause of the problem?

Naveen

On Jun 23, 2006, at 8:55 AM, Naveen Neelakantam wrote:

> They are the default Fedora Core 5 compiler versions (which I
> mentioned before, but neglected to post again.  sorry).
>
> ie. 4.1.0 20060304 (Red Hat 4.1.0-3).
>
> Thanks,
> Naveen
>
> On Jun 23, 2006, at 4:47 AM, Geir Magnusson Jr wrote:
>
>> type
>>
>> $ gcc --version
>> $ g++ --version
>>
>> What versions are reported?
>>
>> Naveen Neelakantam wrote:
>>> Hello Geir,
>>>
>>> I downloaded a fresh copy of harmony from svn and got the same
>>> error.
>>> To be clear, these were my steps:
>>>
>>>> svn checkout https://svn.apache.org/repos/asf/incubator/harmony
>>>> cd harmony/enhanced/drlvm/trunk/build
>>>> chmod +x build.sh
>>>> ./build.sh update
>>>> ./build.sh
>>>
>>> And then I got the same error that I listed in my previous email:
>>>
>>> build.native.cpp:
>>>        [cc] 141 total files to be compiled.
>>>        [cc]
>>> /work/nneelaka/Sandbox/harmony/enhanced/drlvm/trunk/build/
>>> lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/log4cxx/xml/
>>> domconfigurator.h:243:
>>> error: extra qualification 'log4cxx::xml::DOMConfigurator::' on
>>> member
>>> 'subst'
>>>        [cc]
>>> /work/nneelaka/Sandbox/harmony/enhanced/drlvm/trunk/build/
>>> lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/log4cxx/
>>> helpers/unicodehelper.h:98:
>>> error: extra qualification 'log4cxx::helpers::UnicodeHelper::' on
>>> member
>>> 'lengthUTF8'
>>>        [cc]
>>> /work/nneelaka/Sandbox/harmony/enhanced/drlvm/trunk/build/
>>> lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/log4cxx/
>>> helpers/unicodehelper.h:98:
>>> error: extra qualification 'log4cxx::helpers::UnicodeHelper::' on
>>> member
>>> 'lengthUTF8'
>>>        [cc]
>>> /work/nneelaka/Sandbox/harmony/enhanced/drlvm/trunk/build/
>>> lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/log4cxx/xml/
>>> domconfigurator.h:243:
>>> error: extra qualification 'log4cxx::xml::DOMConfigurator::' on
>>> member
>>> 'subst'
>>>        [cc]
>>> /work/nneelaka/Sandbox/harmony/enhanced/drlvm/trunk/build/
>>> lnx_ia32_gcc_release/semis/extra/log4cxx/src/include/log4cxx/
>>> helpers/unicodehelper.h:98:
>>> error: extra qualification 'log4cxx::helpers::UnicodeHelper::' on
>>> member
>>> 'lengthUTF8'
>>>
>>> Previous threads led me to believe that this issue was resolved in
>>> JIRA.  Mark then committed the changes into svn, and things
>>> worked for a
>>> while.
>>>
>>> Thanks,
>>> Naveen
>>>
>>> On Jun 22, 2006, at 3:19 PM, Geir Magnusson Jr wrote:
>>>
>>>> Odd.  Nothing should have changed re log4cxx
>>>>
>>>> Sure nothing else changed?
>>>>
>>>> geir
>>>>
>>>> [EMAIL PROTECTED] wrote:
>>>>> I just tried building DRLVM out of svn on FC5, and it has a
>>>>> build error that I've seen before.  This issue was resolved
>>>>> when I was using r413745, but now I am using r416471 and it
>>>>> is back.  The error is below:
>>>>>
>>>>> Thanks,
>>>>> Naveen
>>>
>>> --------------------------------------------------------------------
>>> -
>>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: harmony-dev-
>>> [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: harmony-dev-
>> [EMAIL PROTECTED]
>>
>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to