Re: [Freevo-users] Re: Problem with 1.3.4 Install

2003-09-07 Thread Wan Tat Chee
On Fri, 5 Sep 2003, Jim Duda wrote: > Hmm, I hope I'm not being thick. Sorry, I was in a hurry and should've written this down in a more step-by-step manner. > > I edited the Makefile and changed: > > python_compile: runapp ./runapp python > src/setup_freevo.py --compile=$(OPTIMIZE),$(PREFIX)

[Freevo-users] Re: Problem with 1.3.4 Install

2003-09-05 Thread Jim Duda
T.C. Hmm, I hope I'm not being thick. I edited the Makefile and changed: python_compile: runapp ./runapp python src/setup_freevo.py --compile=$(OPTIMIZE),$(PREFIX) TO: python_compile: runapp ./runapp python src/setup_freevo.py --compile=1 I get the same results. linux# make install make -C f