Issue 124903 - Build error: "framegrabber.hxx" no found
Summary: Build error: "framegrabber.hxx" no found
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: 4.2.0-dev
Hardware: Mac Mac OS X, all
: P1 (highest) Critical (vote)
Target Milestone: ---
Assignee: hdu@apache.org
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-14 21:03 UTC by Thorsten Wagner
Modified: 2014-05-16 09:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Thorsten Wagner 2014-05-14 21:03:41 UTC
Building OpenOffice from trunk is broken since revision 1594208.

The build breaks with the following error:

"dmake:  Error: -- `framegrabber.hxx' not found, and can't be made

1 module(s): 
	avmedia
need(s) to be rebuilt"

The problem appears on Mac OS X 10.9.2 with Xcode 5.0.2.
Comment 1 hdu@apache.org 2014-05-15 06:54:57 UTC
This looks like a bad dependency in you build tree. There used to be such a dependency but now the dependency is either to qt_framegrabber.hxx or macavf_framegrabber.hxx. I there is still one to framegrabber.hxx then this must be a remnant of a former dependeny analysis. I suggest to remove the main/avmedia/unxmaccx* directory altogether and build that module anew.
Comment 2 Thorsten Wagner 2014-05-15 22:39:04 UTC
Herbert, thank you. It was a local dependency problem indeed.
Comment 3 hdu@apache.org 2014-05-16 09:24:20 UTC
Thanks for re-checking! I was worried for a bit ;-)