Sunday, April 18, 2010

Software frustrations

Spent all day dealing with stupid software. Well, not all day. Did go see a $6 matinee (How to Train Your Dragon, very cute) and have a nice lunch outside (beautiful day today), but the rest of the day was pretty crappy because of this software thing.

First: installing libavcodec. Have svn, so tried installing from the ffmpeg source code. Have cygwin, tried that to no avail (couldn't get the right compiler settings to run ./configure). Tried to install MinGW and MSYS, but MSYS install involves picking and choosing from a myriad of packages; didn't want to figure that out. Got a precompiled Windows binary; that didn't help. Finally found ffdshow, which installs ffmpeg and everything was good.

Next, opening the .m2ts file to create an AVS script for MeGUI still doesn't work. And can't open in graphedit, either. Re-installed Haali, didn't do anything. Frustrating.

Anyways, I finally gave up on that particular file. Turns out I can open other ones okay, so to hell with it.

Next: the sf9domahrs AHRS code. Arduino IDE keeps wanting me to move it into a different folder with the same name as the .pde file. And then it can't find any of the other files. No header files anywhere, wtf? Finally realize that if the main .pde file has the same name as the folder it's in, then opening it in the IDE automatically includes the rest of the files in that folder. Gah.

No comments:

Post a Comment