Closed
Bug 186163
Opened 22 years ago
Closed 22 years ago
Plug-in SDK makefile fails
Categories
(Core Graveyard :: Plug-ins, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: braden, Assigned: peterl-bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
peterlubczynski-bugs
:
review+
|
Details | Diff | Splinter Review |
In file included from
../../../../../../../modules/plugin/tools/sdk/samples/common/npn_gate.cpp:43:
../../../../../../../modules/plugin/tools/sdk/samples/include/npplat.h:41:19:
npapi.h: No such file or directory
Looks like it's not including -I../../../../dist/include/plugin on the command line.
Perhaps I'm seeing this because I'm building outside the srcdir?
Comment 1•22 years ago
|
||
Peter, are the plugin SDK dirs actually functional?
Assignee: seawood → beppe
Component: Build Config → Plug-ins
QA Contact: granrose → shrir
Comment 3•22 years ago
|
||
plugin SDK dirs is kind of functional, but it is not part of the build yet (bug
112255)
Comment 4•22 years ago
|
||
on unix by default INSTALL = $(NSINSTALL) -R
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/config/config.mk&rev=3.262&root=/cvsroot#733
so, modules/plugin/tools/sdk/include contains relative symbolic links,
and there is no way to build plugin sdk samples outside mozilla tree
Comment 5•22 years ago
|
||
Comment on attachment 109792 [details] [diff] [review]
patch proposal
r=peterl
The dirs are functional but require a copy of the needed headers.
Attachment #109792 -
Flags: review+
Comment 6•22 years ago
|
||
Peter checked a fix in for this last week.
Resolving as FIXED.
Status: NEW → RESOLVED
Closed: 22 years ago
Priority: -- → P4
Resolution: --- → FIXED
Target Milestone: --- → Future
Marking Verified Fixed
Compared patch attachment 109792 [details] [diff] [review] with CVS Log:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=Makefile.in&root=/cvsroot&subdir=mozilla/modules/plugin/tools/sdk&command=DIFF_FRAMESET&rev1=1.9&rev2=1.10
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•