← Back to team overview

kicad-developers team mailing list archive

Re: OS X build

 

Bryan,
could check my output. also the -framework OpenGL -framework AGL flags are not 
working.

scons: Reading SConscript files ...
Checking for wx-config ... /usr/local/bin/wx-config: line 160: tr: command not found
*** Error: Unrecognised option: '--version'
Use wx-config --help for information on command line options.
ValueError: invalid literal for int(): :
File "SConstruct", line 66:
env=configure(config)
File "bksys/generic.py", line 69:
tools=mytools, toolpath=tool_path )
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 819:
klassdict['__init__'] = lambda self, *args, **kw: newinit(self, args,kw)
File ".../SCons/Memoizer-init-lambda</opt/local/lib/scons-0.96.91/SCons/
Memoize.py>", line 1:
None
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 778:
apply(actual_init, (self,)+args, kw)
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 1:
"""Memoizer
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 781:
apply(super(cls, self).__init__, args, kw)
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 819:
klassdict['__init__'] = lambda self, *args, **kw: newinit(self, args,kw)
File ".../SCons/Memoizer-init-lambda</opt/local/lib/scons-0.96.91/SCons/
Environment.py>", line 471:
None
File "/opt/local/lib/scons-0.96.91/SCons/Memoize.py", line 778:
apply(actual_init, (self,)+args, kw)
File "/opt/local/lib/scons-0.96.91/SCons/Environment.py", line 517:
apply_tools(self, tools, toolpath)
File "/opt/local/lib/scons-0.96.91/SCons/Environment.py", line 133:
env.Tool(tool)
File "/opt/local/lib/scons-0.96.91/SCons/Environment.py", line 1091:
tool(self)
File "/opt/local/lib/scons-0.96.91/SCons/Tool/__init__.py", line 128:
apply(self.generate, ( env, ) + args, kw)
File "bksys/wx.py", line 67:
if not conf.Check_wx_config([2,6,1]):
File "/opt/local/lib/scons-0.96.91/SCons/SConf.py", line 554:
ret = apply(self.test, (context,) + args, kw)
File "bksys/wx.py", line 23:
if ((int(ret[0]) >= version[0]) and (int(ret[1]) >= version[1]) and(int(ret[2]) >= version
[2])):
Logan-Hedins-Computer:/usr/local/bin/bokeoa-scons loganhedin$ 


--- In kicad-devel@xxxxxxxxxxxxxxx, Bryan Stillwell <bryan@...> wrote:
>
> On Fri, Mar 03, 2006 at 12:57:33AM -0000, Logan Hedin wrote:
> >obviously /usr/local/bin needs to be added to profile
> >do you know a quick way to do this from the terminal?
> 
> This should work:
> 
> export PATH=/usr/local/bin:${PATH}
> 
> Bryan
>










References