Cross compilers
August 18th, 2008 , 8:29
I have a small open source program i use I take statics from a web site. Recently the web site change witch cause the program not to work.
The change was simple ware as you use to have 32 picture on a page they have change it to 16. So the change to the program would be simple as well look for the 32 and change to 16. On the web site many people use the program aand the bullition boards were full of help program not working. This realy showed up the two side of open source software, every one had access to the code but only a few people knew what to do with it. So I set up the dev environment for qt4 and made the change and recompiled the program, wich in its new form worked. How ever this was only good for linux. So althoue i distibute the linux binary no one the windows and mac users still had no program. Hence the trying to set up the cross compile witch i still have not managed to do.
So my conclusion from all this Open source is a good idea, but only if you know what to do with it. Late some had recompiled the windows binary (but no one the mac yet).
So as well as open source there need to be teaching. So like the old, give a person a fish they feed them selfs for a day give a teach a person to fish they feed them selves for life. Open source must teach people to compile the code on all platforms, other wise the idea starts to fade.