On 06/08/2010 12:25 AM, Hans-Christoph Steiner wrote:
ailo wrote:
Hi.
On 06/06/2010 11:32 PM, Hans-Christoph Steiner wrote:
That build is old, how about making builds using the auto-build scripts? Then it can automatically upload too if fully setup. If the computer is not on all the time, it could be scheduled to run on startup, or something else.
This is how you set it up and run a build:
mkdir ~/auto-build cd ~/auto-build/ rsync -av --delete rsync://128.238.56.50/distros/pd-extended/ pd-extended/ ~/auto-build/pd-extended/scripts/auto-build/pd-extended-auto-builder.sh
I'm getting this each time I build from source:
install: cannot stat `/home/ailo/auto-build/pd-extended/externals/pidip/*.pd_linux': No such file or directory
Then I usually just go ahead with "make package" and install the .deb package. I don't know what I am missing though. Running on Lucid, amd64.
My guess is that you are missing some build dependencies for PiDiP. Look i the build transcript in the pidip part to see the errors, and make sure you have all the needed packages installed.
.hc
ailo wrote: I had become accustomed to not install libquicktime-dev, since it gave errors during build in the past. That was the missing library. Now everything works. VoilĂ !
You should post your build somewhere for people to try.
.hc