Compiling hugin with mingw (w2k)

Pablo d'Angelo pablo at mathematik.uni-ulm.de
Tue Sep 16 12:04:47 BST 2003


On Tue, 16 Sep 2003, Mike Runge wrote:

> 
> Pablo,
> 
> even if your'e probably not finished .....
> I just tried to compile tarball hugin-20030916.tar.gz with mingw without
> having the DEBUG Parse Errors any longer. My last compilation stopped with
> the following message:

the joy of maintaining multiple makefiles, forgot to update the
windows makefile.

please try the attached makefile.g95

you also need to add the following include line to
src/hugin/ImagesList.cpp:

#include <wx/imaglist.h>

since I'm not using these makefiles or compiling for windows on a
regular basis, things tend to break or be a bit unstable. I'm not
sure if the program works correctly after compilation.

ciao
  Pablo
--
http://wurm.wohnheim.uni-ulm.de/~redman/
Please use PGP
-------------- next part --------------
# File:     makefile.g95 for hugin
# Author:	Pablo d'Angelo
# Created:	29-Aug-2003
# Updated:

WXDIR=${WXWIN}

TARGET = hugin

OBJECTS = Panorama/PanoImage.o  \
          Panorama/Panorama.o  \
          Panorama/PanoramaMemento.o \
          Panorama/utils.o \
          hugin/CPEditorPanel.o \
          hugin/MainFrame.o \
          hugin/ImagesList.o \
          hugin/CPImageCtrl.o \
          hugin/CommandHistory.o \
          hugin/Events.o \
          hugin/ImageCache.o \
          hugin/ImageProcessing.o \
          hugin/ImagesPanel.o \
          hugin/LensPanel.o \
          hugin/OptimizeFrame.o \
          hugin/PanoPanel.o \
          hugin/RunOptimizerFrame.o \
          hugin/RunStitcherFrame.o \
          hugin/Server.o \
          hugin/huginApp.o \
          hugin/wxVigraImage.o \
          jhead/exif.o  \
          jhead/jpgfile.o

EXTRAINC = -I$(WXDIR)/contrib/include -Iinclude
EXTRALIBS = -lwxxrc 

include $(WXDIR)/src/makeprog.g95


configure:
	cp include/hugin/config.h.tmpl include/hugin/config.h



More information about the ptX mailing list