Re: [E-devel] mac os x

2012-11-14 Thread Joerg Sonnenberger
On Wed, Nov 14, 2012 at 03:25:35PM +0900, Carsten Haitzler wrote: On Tue, 13 Nov 2012 21:43:45 -0800 Dave Ray ap...@jonive.com said: wtf? somehting ADDED underscores in front of the symbols.. that is so wrong... the src as it reads in svn atm anyway doent have these and i dont see how a

Re: [E-devel] mac os x

2012-11-13 Thread Dave Ray
Hi, Vincent Torri suggested I post here.. I'm getting the following when building /trunk/e/ on OSX. $ make … Making all in modules CC clock/e_mod_main.lo clock/e_mod_main.c:811: warning: '_clock_fd_update' defined but not used CC clock/e_mod_config.lo CCLD clock/module.la Undefined

Re: [E-devel] mac os x

2012-11-13 Thread The Rasterman
On Tue, 13 Nov 2012 21:43:45 -0800 Dave Ray ap...@jonive.com said: wtf? somehting ADDED underscores in front of the symbols.. that is so wrong... the src as it reads in svn atm anyway doent have these and i dont see how a macro could do this as it'd need to replace each whole token not just _e

Re: [E-devel] Mac OS X and library version

2011-03-18 Thread The Rasterman
On Thu, 17 Mar 2011 10:56:27 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: 2011/3/17 Mike Blumenkrantz m...@zentific.com: 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

Re: [E-devel] Mac OS X and library version

2011-03-18 Thread Vincent Torri
On Fri, 18 Mar 2011, Carsten Haitzler (The Rasterman) wrote: On Thu, 17 Mar 2011 10:56:27 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: 2011/3/17 Mike Blumenkrantz m...@zentific.com: On Thu, 17 Mar 2011 07:28:44 +0100 s...@tango.flipp.net wrote: Hi, Got a complaint from a Mac OS

Re: [E-devel] Mac OS X and library version

2011-03-18 Thread The Rasterman
On Fri, 18 Mar 2011 07:53:53 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Fri, 18 Mar 2011, Carsten Haitzler (The Rasterman) wrote: On Thu, 17 Mar 2011 10:56:27 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: 2011/3/17 Mike Blumenkrantz m...@zentific.com: On Thu,

[E-devel] Mac OS X and library version

2011-03-17 Thread sd
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

Re: [E-devel] Mac OS X and library version

2011-03-17 Thread Vincent Torri
On Thu, 17 Mar 2011, 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

Re: [E-devel] Mac OS X and library version

2011-03-17 Thread Mike Blumenkrantz
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

Re: [E-devel] Mac OS X and library version

2011-03-17 Thread Sachiel
2011/3/17 Mike Blumenkrantz m...@zentific.com: 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:

Re: [E-devel] Mac OS X, ecore config

2005-09-19 Thread Thomas
I checked out CVS last night and am compiling now, it seems ewl is still using the PF_ prefix: ewl_config.c: In function `ewl_config_config_read': ewl_config.c:209: error: `PF_MODIFIED' undeclared (first use in this function) ewl_config.c:209: error: (Each undeclared identifier is reported only

[E-devel] Mac OS X, ecore config

2005-09-15 Thread Chris Ross
There is a problem with Ecore Config on OS X. Within the enumerated type 'Ecore_Config_Flag': typedef enum Ecore_Config_Flag { PF_NONE = 0, PF_BOUNDS = 1, PF_MODIFIED = 2, PF_SYSTEM = 4, PF_CMDLN = 8 } Ecore_Config_Flag; The problem is PF_SYSTEM,

Re: [E-devel] Mac OS X, ecore config

2005-09-15 Thread Michael Jennings
On Thursday, 15 September 2005, at 13:01:54 (+0100), Chris Ross wrote: BOWIS! Within the enumerated type 'Ecore_Config_Flag': typedef enum Ecore_Config_Flag { PF_NONE = 0, PF_BOUNDS = 1, PF_MODIFIED = 2, PF_SYSTEM = 4, PF_CMDLN = 8 }

Re: [E-devel] Mac OS X, ecore config

2005-09-15 Thread The Rasterman
On Thu, 15 Sep 2005 13:01:54 +0100 Chris Ross [EMAIL PROTECTED] babbled: There is a problem with Ecore Config on OS X. Within the enumerated type 'Ecore_Config_Flag': typedef enum Ecore_Config_Flag { PF_NONE = 0, PF_BOUNDS = 1, PF_MODIFIED = 2,