[Bug 35039] Build broken when specifying a full path to configure

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Dec 3 05:46:34 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=35039

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #1 from Anastasius Focht <focht at gmx.net> 2013-12-03 05:46:34 CST ---
Hello folks,

I get a different failure caused by same changeset (out-of-tree build).

--- snip ---
...
make[1]: Entering directory
`/home/focht/projects/wine/wine-build64/dlls/shell32'
../../tools/makedep  -C/home/focht/projects/wine/wine-git/dlls/shell32
-S/home/focht/projects/wine/wine-git -T../.. 
-I/home/focht/projects/wine/wine-git appbar.c assoc.c autocomplete.c
brsfolder.c changenotify.c classes.c clipboard.c control.c cpanelfolder.c
dataobject.c dde.c debughlp.c dialogs.c dragdrophelper.c ebrowser.c
enumidlist.c folders.c iconcache.c pidl.c recyclebin.c shell32_main.c
shelldispatch.c shellitem.c shelllink.c shellole.c shellord.c shellpath.c
shellreg.c shellstring.c shfldr_desktop.c shfldr_fs.c shfldr_mycomp.c
shfldr_netplaces.c shfldr_printers.c shfldr_unixfs.c shlexec.c shlfileop.c
shlfolder.c shlfsbind.c shlmenu.c shlview.c shlview_cmenu.c shpolicy.c
systray.c trash.c xdg.c  shell32.rc       shell32_classes.idl shell32_tlb.idl   

/home/focht/projects/wine/wine-git/dlls/shell32/shell32.rc:457: error: AUTHORS:
No such file or directory
make[1]: *** [depend] Error 1
make[1]: Leaving directory
`/home/focht/projects/wine/wine-build64/dlls/shell32'
make: *** [dlls/shell32/Makefile] Error 2
--- snip ---

--- snip ---
/* @makedep: AUTHORS */
AUTHORS RCDATA AUTHORS
--- snip ---

strace of makedep shows:

--- snip ---
...
9542  open("/home/focht/projects/wine/wine-git/dlls/shell32/AUTHORS", O_RDONLY)
= -1 ENOENT (No such file or directory)
9542  open("/home/focht/projects/wine/wine-git/include/AUTHORS", O_RDONLY) = -1
ENOENT (No such file or directory)
9542  open("/home/focht/projects/wine/wine-git/dlls/shell32/AUTHORS", O_RDONLY)
= -1 ENOENT (No such file or directory)
9542  write(2, "/home/focht/projects/wine/wine-g"..., 71) = 71
9542  write(2, "AUTHORS: No such file or directo"..., 35) = 35
9542  exit_group(1)                     = ?
9542  +++ exited with 1 +++  
--- snip ---

It seems "-I/home/focht/projects/wine/wine-git" was not taken into account?

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list