View Single Post
  #1   (View Single Post)  
Old 1st October 2008
neurosis neurosis is offline
Fdisk Soldier
 
Join Date: Jul 2008
Posts: 69
Default Problem upgrading Koffice

Ive had this error while trying to upgrade Koffice for a while. I havent tried to un-install and re-install it. I dont find this error or a solution to it searching.

Code:
r_import.Tpo" -c -o kis_openexr_import.lo kis_openexr_import.cpp; \
        then mv -f ".deps/kis_openexr_import.Tpo" ".deps/kis_openexr_import.Plo"; else rm -f ".deps/                       kis_openexr_import.Tpo"; exit 1; fi
kis_openexr_import.cpp:28:25: error: ImfRgbaFile.h: No such file or directory
In file included from ../../../krita/sdk/kis_global.h:23,
                 from ../../../krita/core/kis_image.h:35,
                 from kis_openexr_import.cpp:39:
/usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined
/usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined
/usr/local/include/lcms.h:156:5: warning: "__BIG_ENDIAN__" is not defined
In file included from ../../../krita/sdk/kis_global.h:23,
                 from ../../../krita/core/kis_image.h:35,
                 from kis_openexr_import.cpp:39:
/usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)':
/usr/local/include/lcms.h:1410: warning: comparison of unsigned expression < 0 is always false
kis_openexr_import.cpp: At global scope:
kis_openexr_import.cpp:51: error: 'Imf' is not a namespace-name
kis_openexr_import.cpp:51: error: expected namespace-name before ';' token
kis_openexr_import.cpp:52: error: 'Imath' is not a namespace-name
kis_openexr_import.cpp:52: error: expected namespace-name before ';' token
kis_openexr_import.cpp: In member function 'virtual KoFilter::ConversionStatus KisOpenEXRImport::con                       vert(const QCString&, const QCString&)':
kis_openexr_import.cpp:86: error: 'RgbaInputFile' was not declared in this scope
kis_openexr_import.cpp:86: error: expected `;' before 'file'
kis_openexr_import.cpp:87: error: 'Box2i' was not declared in this scope
kis_openexr_import.cpp:87: error: expected `;' before 'dataWindow'
kis_openexr_import.cpp:88: error: expected `;' before 'displayWindow'
kis_openexr_import.cpp:90: error: 'dataWindow' was not declared in this scope
kis_openexr_import.cpp:91: error: 'displayWindow' was not declared in this scope
kis_openexr_import.cpp:121: error: 'Rgba' was not declared in this scope
kis_openexr_import.cpp:121: error: template argument 1 is invalid
kis_openexr_import.cpp:121: error: invalid type in declaration before '(' token
kis_openexr_import.cpp:125: error: 'file' was not declared in this scope
kis_openexr_import.cpp:125: error: request for member 'data' in 'pixels', which is of non-class type                        'int'
kis_openexr_import.cpp:129: error: 'rgba' was not declared in this scope
kis_openexr_import.cpp:129: error: request for member 'data' in 'pixels', which is of non-class type                        'int'
gmake[4]: *** [kis_openexr_import.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.3/filters/krita/openex                       r'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.3/filters/krita'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.3/filters'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/editors/koffice-kde3.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.89329.0 env UPGRADE_TOOL=portu                       pgrade UPGRADE_PORT=koffice-1.6.3_6,2 UPGRADE_PORT_VER=1.6.3_6,2 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        ! editors/koffice-kde3 (koffice-1.6.3_6,2)      (missing header)
Reply With Quote