© Copyright 2002, 2021 All Rights Reserved
The information on these pages is copyrighted by the author with all rights reserved. Reproduction of anything other than actual URL addresses without the author's permission is in violation of copyright laws.
Table of Contents:
At one time, I had pages of C/C++ and other programming related links. Since outside links are a nuisance to keep up with, instead of keeping lists of them at my web site, I'll be posting some of my favorites to the CppDesign and XHTMLDesign mailing lists. I'll also be posting links to http://lmemsm.dreamwidth.org since many people no longer seem to want to subscribe to mailing lists. What I'd like to share on these pages, instead, are how-to articles, programming snippets and other information that doesn't require a lot of off site links to maintain. I've revised my original mingw FAQ and you'll find a link to it below under Resources. I've also added articles on Open Source for low resource computers and tips on my favorite programming editor SciTE. Check back for new articles and updates to current tips.
Looking for useful FLOSS, public domain and Creative Commons software and multimedia? Check out the resource list I update every year for Software Freedom Day.
CppDesign is a mailing list for discussion of design issues related to C++ programming. Experienced C++ programmers are welcome to join our discussion.
XHTMLDesign is a mailing list for discussion of design issues related to web sites. Topics range from good web site design guidelines (where readability and accessibility are emphasized) to CGI programming design discussion for languages like C/C++, Perl, etc. and use of scripting languages like Javascript. This list is focused towards web designers who maintain fiction or other writing archives. I'm also expanding the list for discussion of multimedia creation such as making your on DVDs or music CDs or audio video presentations using Open Source software. We're also open to subjects such as Atom and RSS feeds, podcasting and creating multimedia to be used in conjunction with portable players.
This is to all the guys out there who have ever asked, "Where are all the females who are into science fiction and computer programming?"
Looking for books and other references on programming? My programming references page has some suggestions.
Need some tips on getting started with or maintaining a web site? Check out my resources page for web designers.
If you're a web designer wanting to add a Really Simple Syndication (RSS) feed to your web site, check out my new online ATOM 1.0 creation utility. It's a simple tool, but it should be enough to get you started creating your own RSS feeds for your web site. Feel free to join the XHTMLDesign mailing list if you want to discuss the topic further or locate other tools for RSS creation.
A new version of my old mingw FAQ revised for current use is now accessible. I will be updating it as I learn new information on best practices for working with this compiler.
For Windows programmers, msys provides a POSIX like environment for program development and building applications from source. Not only is it invaluable for MinGW users, it can be helpful for developers who use OpenWatcom. I've been collecting information on how to customize msys and set it up for various compilers.
I've also put together my favorite tips for working with and customizing the SciTE programming editor. I will continue to add new tips I find worth sharing.
I'm getting so many patches I've made to Open Source programs, I decided to try to put them all in one place. So, I started a patches page to keep track of fixes I've had to do to get various Open Source programs working on the different operating systems I use. The page shows information on older patches I've worked on. There wasn't enough room to track my latest developments.
I am switching from patches to build scripts (with patches) in the future so that other programmers and developers can more easily recreate the steps I took to get Open Source programs running on various machines. I've created a listing with links to some of the build scripts and patches I've been working on. See my Latest Project below for more details on the project.
You can check out some of the results of my LM BLD project. I've want cross-platform tools that use hypertext to create a user interface long before htas or even HTML were commonly accessible. I have code to create a couple of user interface options currently available plus a sample configuration script to demonstrate those user interfaces. I hope to make more of my build scripts and eventually, the build script generator available as well.
I've been accumulating patches for Open Source in order to get them to build on various platforms. I really didn't want to. I'd prefer to pass the information back to the project maintainers, but many times a project is no longer supported or the maintainers refuse to support a particular port. I've shared many of these patches on my patches page. However, without knowing what state someone else's machine is in, it's hard to recreate successfully building some applications on another machine just by sharing patches. Build scripts like the Slackbuild scripts are a step up from that. Once the required libraries are installed, you can run the build script and it should do everything necessary to build an application. There are even build scripts to build required libraries. My latest project is a cross-platform way to produce build scripts. I was finding myself continually building libraries and applications every time I updated an Open Source operating system to the latest distribution or a key foundation library changed. This provides an automated method of building all the applications I want to use on BSD, Linux, Windows or other systems. It's also an easier method of sharing instructions on how to build applications than simply supplying patches. If you'd like to check out some of the patches and build scripts I'm working on, I've put together a summary with links.
I've been working on, using and testing this build system for several years now. In the meantime, I've searched to see if anyone has a better solution I can add my support for and throw my efforts behind. I dislike reinventing the wheel if someone already has a better way. I've yet to find a system that fits my needs. Am curious to know if my solution would fit anyone else's needs. So far, I've just been using the system for myself. I've been wanting to make it available as Open Source. However, I'd like to know if others are even interested in using it, before I go to all the effort of trying to document it, package it and make it easily available. If someone knows of another project that can do the job of building a variety of Open Source applications in an automated manner that will work on multiple platforms, please let me know. I've already looked into possibilities like OpenSuse Build System and TakeoffMinGW and several others, but so far, nothing's coming together with those options. If anyone's interested in discussing design issues for my latest project or would like to know more or even possibly help out, please write. You can contact me through the CppDesign mailing list mentioned above. I would be very interested to discuss building Open Source C/C++ applications and libraries in an automated, cross-platform manner with other programmers. Feel free to join in the conversation on the mailing list.
For non-programmers, many are just interested in how to get the final programs and applications. They don't care about the source and building everything from scratch. I would be too, if some of the programs I wanted were already readily available in that form with the optimizations I wanted. If we could get enough people involved in a project, I would love to put together a series of items that come out somewhere between mini distribution and a meta package. Each program group would consist of binaries for a particular platform that each do one job well, work well together and require a minimum of dependencies. It would also include scripts to set up paths so programs could work properly from a USB drive or a specific location on a hard drive. The scope of a project like this would need to include compiled programs for the platforms involved, source code and scripts to build everything and put it all together. I don't want to go so far as to start creating a particular operating system distribution. What I do want is a cross-platform solution that would let me run the Open Source applications I like on the operating systems I need to use. Developers could put together package groups of audio programs or video programs or word processing or web design programs or other applications. By installing a particular group somewhere on your system and setting up your paths properly, you'd have all the applications you'd need to get a particular task done. That's the theory. To make it a reality, I'd need more people than just myself interested on working on a project of this scope. If this is something you're interested in and you'd be willing to get involved and help (whether or not you're a programmer), you can contact me through the CppDesign mailing list.
If you have any program recommendations to add, you can contact me through any of my related mailing lists. Also, feel free to contact me if you have any tips on Open Source operating systems that would come closer to my ideal system especially if they're in need of some volunteers. Would appreciate hearing from anyone who would like to discuss my latest project or pros and cons of build systems for compiling software in general.
Validate XHTML
#
#