tmcroan / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
0 stars 0 forks source link

Dependency libgphoto 2.4.9.1 fails to build #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If I follow the instructions on the main page (creating ~/wine, checking out 
the sources, and 
running the tool) I get an error when the script compiles libgphoto 2.4.9.1. 
See the attached log.

I think it happens because it tries to use /usr/lib/libiconv.la which is not 
present on my system 
(10.6.3)

If I revert to libgphoto 2.4.8, as in r41, it compiles fine.

It seems like Apple removed libiconv.la in 10.6: 
http://wiki.videolan.org/OSXCompile#Missing_libiconv.la

Original issue reported on code.google.com by eis...@gmail.com on 22 May 2010 at 10:54

Attachments:

GoogleCodeExporter commented 8 years ago
I cannot reproduce this issue. Are you using the latest stable Xcode release 
for 10.6? Xcode 3.2.2 
compiles libgphoto2 2.4.9.1 just fine on my 10.6.3 system. -r

Original comment by rwoodsm...@gmail.com on 22 May 2010 at 11:01

GoogleCodeExporter commented 8 years ago
I see references to libgd/gd.h in the libgphoto2 section of the log. This is 
not provided by Mac OS X by 
default; was this (or other) software installed from source into /usr or 
/usr/local? Something external could 
be mucking up the works, but I'm not sure what.

I'd recommend doing a full reinstall of Xcode 3.2.2, as I just built on two 
machines running Snow 
Leopard & latest updates this evening this evening with no issues.

Original comment by rwoodsm...@gmail.com on 22 May 2010 at 11:28

GoogleCodeExporter commented 8 years ago
Yes, I have an installation of libgd that was compiled on Leopard. I did some 
googling, and found out that it 
refers to several non-existing libraries...

This can be closed, sorry for wasting your time.

Original comment by eis...@gmail.com on 22 May 2010 at 11:44

GoogleCodeExporter commented 8 years ago
Absolutely no waste of time! Seeg the various ways things 
can break is interesting and helpful. I've been planning on 
working GD into the script since libgphoto2 added extended 
manipulation support fe GD. Just something i've not found 
time to work on yet.

Let me know if you hit any other issues, and thanks for the 
bug report. -r

Original comment by rwoodsm...@gmail.com on 23 May 2010 at 3:57