On Thu, 17 Mar 2011 07:28:44 +0100
s...@tango.flipp.net wrote:

> Hi,
> 
> Got a complaint from a Mac OS X user that building from trunk fails. The
> reason is the v_mic number:
> 
> ld: malformed version number: 2.999
> 
> After checking I found the reason:
> 
> -current_version number
>       Specifies the current version number of the library. The current
> version of the library can
>       be obtained programmatically by the user of the library so it can
> determine exactly which
>       version of the library it is using.  The format of number is X[.Y[.Z]]
> where X must be a
>       positive non-zero number less than or equal to 65535, and .Y and .Z
> are optional and if
>       present must be non-negative numbers less than or equal to 255.  If
> the version number is
>       not specified, it has a value of 0.  This option is also called
> -dylib_current_version for
>       compatibility.
> 
> So on OS X v_mic can't be larger than 255. Should we make this default for
> all platforms, or just for darwin?
> 
> S.
> 
I think just setting it to 99 on all platforms would be sufficient, it's
unlikely that we'll ever get that high?

-- 
Mike Blumenkrantz
Zentific: NULL pointer dereferences now 50% off!

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to