Alexander Hansen <alexanderk.hansen <at> gmail.com> writes: > > Christian Ebert wrote: [...] > > In file included from ../../gui/npsdk/prtypes.h:58, > > from ../../gui/npsdk/npapi.h:51, > > from nsdejavu.c:123: > > ../../gui/npsdk/prcpucfg.h:650:2: error: #error "Unknown CPU architecture" > > > > > Well, there's your error.
I got it to compile by adding the following line in the PatchScript in the djvulibre.info file: perl -pi -e 's/__powerpc__./__powerpc__) || defined(__POWERPC__)/' gui/npsdk/prcpucfg.h (Be sure that "gui/npsdk/prcpucfg.h" is part of the same line.) - C ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
