Archive

Archive for the ‘e500’ Category

Build files for gnome apps (configure.in & makefile.am)

October 30th, 2008 SuperHac No comments

I just started to take the leap to autogen and after 2 days I finally got the configure.in and Makefile.am figured out for building gnome apps. This will allow you to build the latest Glade app’s using GtkBuilder. I really like the automated dependency checking. My system is running Ubuntu 8.04 (Hardy).

configure.in

AC_INIT(src)

PACKAGE=YOURAPPNAME
VERSION=0.1

AM_INIT_AUTOMAKE($PACKAGE,$VERSION)

AC_STDC_HEADERS
AC_PROG_INSTALL
AC_PROG_CXX

PKG_CHECK_MODULES(DEPS, gtk+-2.0 >= 2.0 glib-2.0 >= 2.2 gmodule-export-2.0 >= 2.0)
AC_SUBST(DEPS_CFLAGS)
AC_SUBST(DEPS_LIBS)

AC_OUTPUT([
Makefile
src/Makefile
])

Makefile.am (in your src directory)

bin_PROGRAMS = YOURAPPNAME

YOURAPPNAME_SOURCES = main.c
LIBS = $(DEPS_LIBS)
INCLUDES = $(DEPS_CFLAGS)

Categories: GTK, Linux, e500, programming Tags:

A new Photography site dedicated to the Olympus E-500

February 20th, 2007 SuperHac No comments

I have recently picked up the hobby of photography and have started a site dedicated to the Olympus E-500. The goal of this website is to provide as much information as possible on getting the most out of your E-500. Hopefully the site will get to the point of Howtos, tutorials, and answers. All the information that will be contained within will be based on my experience and information collected from books and websites. The site is still under construction but theres enough information to get it started.

The Olympus E-500 Experience

Categories: Photography, e500 Tags: