Issues when compiling latest git

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Das Letzte Einhorn
Level 4
Level 4
Posts: 194
Joined: Thu Jun 12, 2008 12:40 pm

Issues when compiling latest git

Post by Das Letzte Einhorn »

I updated my git tree this morning and when I attempted to compile everything, only a few makefiles were created!

configure: creating ./config.status
config.status: creating Make.rules
config.status: creating Maketest.rules
config.status: creating dlls/Makedll.rules
config.status: creating dlls/Makeimplib.rules
config.status: creating programs/Makeprog.rules
config.status: creating Makefile
config.status: creating include/config.h
config.status: linking tools/winewrapper to wine
config.status: executing include/stamp-h commands
config.status: executing dlls/gdi32/enhmfdrv commands
config.status: executing dlls/gdi32/mfdrv commands
config.status: executing dlls/kernel32/nls commands
config.status: executing dlls/user32/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands

configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: libcapi20 32-bit development files not found, ISDN won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.

configure: Finished. Do 'make' to compile Wine.

I then decided to recreate a new copy of the tree, unfortunately to no avail. I have uploaded the entire console output to Pastebin : http://www.pastebin.ca/1845814 . Anybody has a clue about what went wrong?

Thanks!
Charles Davis

Issues when compiling latest git

Post by Charles Davis »

On 3/19/10 10:44 AM, Das Letzte Einhorn wrote:
Anybody has a clue about what went wrong?
Yes... absolutely NOTHING is wrong!

This is perfectly normal now. Makefiles get generated as Wine is built
instead of at configure time.

Chip
James McKenzie

Issues when compiling latest git

Post by James McKenzie »

Das Letzte Einhorn wrote:
I updated my git tree this morning and when I attempted to compile everything, only a few makefiles were created!

configure: creating ./config.status
config.status: creating Make.rules
config.status: creating Maketest.rules
config.status: creating dlls/Makedll.rules
config.status: creating dlls/Makeimplib.rules
config.status: creating programs/Makeprog.rules
config.status: creating Makefile
config.status: creating include/config.h
config.status: linking tools/winewrapper to wine
config.status: executing include/stamp-h commands
config.status: executing dlls/gdi32/enhmfdrv commands
config.status: executing dlls/gdi32/mfdrv commands
config.status: executing dlls/kernel32/nls commands
config.status: executing dlls/user32/resources commands
config.status: executing dlls/wineps.drv/data commands
config.status: executing include/wine commands

configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: libcapi20 32-bit development files not found, ISDN won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.

configure: Finished. Do 'make' to compile Wine.

I asked this question on Wine-devel and as of wine-1.1.39 this is
normal. When make is run all is well. Sort of like parallel builds and
it had me confused as well (and I've been building Wine for quite some
time.)

No problem here as long as you do not get any error messages.

James McKenzie
Locked