LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FSViewer Compile Errors (https://www.linuxquestions.org/questions/linux-software-2/fsviewer-compile-errors-24601/)

kingmike 06-29-2002 09:58 AM

FSViewer Compile Errors
 
Ive been having the hardest time trying to compile FSViewer on my RedHat 7.3 machine. I'm able to do the normal "./configure" with no apparent errors however when I run "make" it gives me the following output. Any suggestions?

Code:

Making all in src
make[1]: Entering directory `/usr/local/src/FSViewer.app-0.2.3/src'
make  all-recursive
make[2]: Entering directory `/usr/local/src/FSViewer.app-0.2.3/src'
Making all in regexp
make[3]: Entering directory `/usr/local/src/FSViewer.app-0.2.3/src/regexp'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/FSViewer.app-0.2.3/src/regexp'
make[3]: Entering directory `/usr/local/src/FSViewer.app-0.2.3/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.    -g -O2 -I/usr/X11R6/include -I/usr/include -I/usr/X11R6/include -c FSViewer.c
In file included from WINGsP.h:6,
                from FSViewer.c:6:
WINGs.h:45: redefinition of `WMNormalWindowLevel'
/usr/include/WMaker.h:82: `WMNormalWindowLevel' previously defined here
WINGs.h:46: redefinition of `WMFloatingWindowLevel'
/usr/include/WMaker.h:83: `WMFloatingWindowLevel' previously defined here
WINGs.h:47: redefinition of `WMDockWindowLevel'
/usr/include/WMaker.h:87: `WMDockWindowLevel' previously defined here
WINGs.h:48: redefinition of `WMSubmenuWindowLevel'
/usr/include/WMaker.h:84: `WMSubmenuWindowLevel' previously defined here
WINGs.h:50: redefinition of `WMMainMenuWindowLevel'
/usr/include/WMaker.h:86: `WMMainMenuWindowLevel' previously defined here
WINGs.h:54: conflicting types for `WMBorderlessWindowMask'
/usr/include/WMaker.h:97: previous declaration of `WMBorderlessWindowMask'
WINGs.h:55: conflicting types for `WMTitledWindowMask'
/usr/include/WMaker.h:98: previous declaration of `WMTitledWindowMask'
WINGs.h:56: conflicting types for `WMClosableWindowMask'
/usr/include/WMaker.h:99: previous declaration of `WMClosableWindowMask'
WINGs.h:57: conflicting types for `WMMiniaturizableWindowMask'
/usr/include/WMaker.h:100: previous declaration of `WMMiniaturizableWindowMask'
WINGs.h:59: conflicting types for `WMResizableWindowMask'
/usr/include/WMaker.h:101: previous declaration of `WMResizableWindowMask'
FSViewer.c: In function `FSSetFSViewerTransientWindow':
FSViewer.c:130: `NSTitledWindowMask' undeclared (first use in this function)
FSViewer.c:130: (Each undeclared identifier is reported only once
FSViewer.c:130: for each function it appears in.)
FSViewer.c:130: `NSClosableWindowMask' undeclared (first use in this function)
FSViewer.c:131: `NSFloatingWindowLevel' undeclared (first use in this function)
FSViewer.c: In function `FSAddWindow':
FSViewer.c:156: `NSTitledWindowMask' undeclared (first use in this function)
FSViewer.c:157: `NSClosableWindowMask' undeclared (first use in this function)
FSViewer.c:158: `NSMiniaturizableWindowMask' undeclared (first use in this function)
FSViewer.c:159: `NSNormalWindowLevel' undeclared (first use in this function)
FSViewer.c: In function `FSSetFSViewerConfirmWindow':
FSViewer.c:185: `NSTitledWindowMask' undeclared (first use in this function)
FSViewer.c:186: `NSFloatingWindowLevel' undeclared (first use in this function)
make[3]: *** [FSViewer.o] Error 1
make[3]: Leaving directory `/usr/local/src/FSViewer.app-0.2.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/FSViewer.app-0.2.3/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/src/FSViewer.app-0.2.3/src'
make: *** [all-recursive] Error 1



All times are GMT -5. The time now is 05:03 PM.