Greg Lee wrote:
> Greg, would you like me to submit a correction (diff)?
I don't really know where the
> "base" unix.pcf file resides, so it will
some investigation for me, but I'm willing.
feel free to submit a diff to whatever project you are
changing the
.pcf or Umakefil in.
If you are also making changes to that .cf file, you can
send those
changes to the ribosome-dev list.
--greg.
>
> Greg
>
>> -----Original Message-----
>> From: Greg Wright [mailto:gwright real.com]
>> Sent: Tuesday, July 18, 2006 4:39 PM
>> To: glee-list swspec.com
>> Cc: common-dev helixcommunity.org
>> Subject: Re: [Common-dev] USE_XWINDOWS and armv4l
>>
>> Greg Lee wrote:
>>> Looking at
helix/datatype/common/baserend/unix.pcf (and any
>> of the other unix.pcf files) I
>>> see this:
>>>
>>> project.AddSystemLibraries("X11")
>>>
>>> if (sys.platform != "beos" and
>>> not ('linux' in sysinfo.family_list and
sysinfo.arch ==
>> 'armv4l') and
>>> not
project.IsDefined("HELIX_CONFIG_NO_XWINDOWS")):
>>>
project.AddDefines("USE_XWINDOWS")
>>>
>>> This prevents any Linux based armv4l system
from using X
>> Windows, correct? Is this as
>>> intended? I have a XScale system that can run
XWindows.
>> No it was not intended. That line is older then our
Helix config
>> value: HELIX_CONFIG_NO_XWINDOWS.
HELIX_CONFIG_NO_XWINDOWS is what
>> should be used to control all X11 libs and includes
now. They armv41
>> should be removed along with all other platform
specific if()s.
>>
>> --greg.
>>
>>>
>>> Greg
>>>
>>>
>>>
>>>
>>
------------------------------------------------------------
--
>> ----------
>>> _______________________________________________
>>> Common-dev mailing list
>>> Common-dev helixcommunity.org
>>> http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
>
>
_______________________________________________
Common-dev mailing list
Common-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/comm
on-dev
|