Mark Hammond wrote:
> David Desmarest wrote:
> 
>> I tried to compile the python xpcom extension on mozilla 1.0 branch. I 
>> got the following error :
>>
>> src/loader/pyloader.cpp: In function `void AddStandardPaths()':
>> src/loader/pyloader.cpp:83: no matching function for call to 
>> `nsDerivedSafe<nsIFile>::Append (const char[7])'
>> ../../../dist/include/xpcom/nsIFile.h:67: candidates are: nsresult 
>> nsIFile::Append(const nsAString &)
>> src/loader/pyloader.cpp:85: no matching function for call to 
>> `nsDerivedSafe<nsIFile>::GetPath (nsXPIDLCString::getter_Copies_t)'
>>
>> This is due to a change in nsIFile idl. string are change to AString. 
>> Did anybody solve this problem? Is pyxpcom extension still maintained ?
> 
> 
> PyXPCOM built only a couple of weeks ago on the branch.  I am re-pulling 
> now and will see what the problem is.  I *thought* I fixed this, but a 
> check of my file system shows that I have no relevant changes waiting to 
> check in.
> 
> I will followup this message with my results.

All checked in and working, both on the trunk and the 1.0 branch :)

Mark.


Reply via email to