Bug 25089 - r42307 build fails on Leopard/PPC
Summary: r42307 build fails on Leopard/PPC
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 21:36 PDT by Jon
Modified: 2009-05-11 06:00 PDT (History)
1 user (show)

See Also:


Attachments
Patch to fix build. (2.26 KB, patch)
2009-04-07 21:38 PDT, Jon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon 2009-04-07 21:36:53 PDT
Build failure due to variable name mismatch.

/WebKit/WebKit/mac/Plugins/WebNetscapePluginPackage.mm: In function ‘BOOL -[WebNetscapePluginPackage _tryLoad](WebNetscapePluginPackage*, objc_selector*)’:
/WebKit/WebKit/mac/Plugins/WebNetscapePluginPackage.mm:460: error: ‘NPN_GetAuthenticationInfoProcPtr’ was not declared in this scope
/WebKit/mac/Plugins/WebNetscapePluginPackage.mm:460: error: expected `;' before ‘tVectorForFunctionPointer’
Comment 1 Jon 2009-04-07 21:38:23 PDT
Created attachment 29324 [details]
Patch to fix build.
Comment 2 Anders Carlsson 2009-04-09 11:28:06 PDT
I already fixed this (the npfunctions.h type was wrong).