I got adventurous and decided to use version 11.4 source code to build Unicon.  
I downloaded the file, unzipped it to /usr/share/unicon and executed 'make 
X-Configure name=intel_linux'.  That seemed to go well enough.  Then I executed 
'make Unicon'.  That went less well.  The errors follow.  I am running Mepis 
Linux 7.0_32 (a derivative of Debian Linux) on a 1.7 ? GHz Celeron.  I am not a 
C/C++ programmer so I don't think I'm going to be able to resolve this.  I 
would appreciate any help you can render.

Thank you for your help.

Steve

---

cd src/common;          make
make[1]: Entering directory `/usr/share/unicon/src/common'
gcc -I../libtp -I../gdbm -I../xpm  -I/usr/X11R6/include   -c -o doincl.o 
doincl.c
In file included from ../h/../h/sys.h:246,
                 from ../h/rt.h:10,
                 from doincl.c:14:
../h/../h/../xpm/xpm.h:76:24: error: X11/Xlib.h: No such file or directory
../h/../h/../xpm/xpm.h:77:25: error: X11/Xutil.h: No such file or directory
In file included from ../h/../h/sys.h:246,
                 from ../h/rt.h:10,
                 from doincl.c:14:
../h/../h/../xpm/xpm.h:153: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:163: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:175: error: expected specifier-qualifier-list before 
'Visual'
../h/../h/../xpm/xpm.h:313: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:320: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:326: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:333: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:340: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:346: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:352: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:358: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:364: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:370: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:377: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:383: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:414: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:421: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:427: error: expected ')' before '*' token
../h/../h/../xpm/xpm.h:433: error: expected ')' before '*' token
In file included from ../h/rt.h:10,
                 from doincl.c:14:
../h/../h/sys.h:255:27: error: X11/Xos.h: No such file or directory
../h/../h/sys.h:256:29: error: X11/Xatom.h: No such file or directory
In file included from ../h/rt.h:20,
                 from doincl.c:14:
../h/../h/graphics.h:186: error: expected specifier-qualifier-list before 
'XFontStruct'
../h/../h/graphics.h:228: error: expected specifier-qualifier-list before 
'XImage'
../h/../h/graphics.h:269: error: expected specifier-qualifier-list before 
'Display'
../h/../h/graphics.h:358: error: expected specifier-qualifier-list before 'GC'
../h/../h/graphics.h:481: error: expected specifier-qualifier-list before 
'Window'
In file included from ../h/rt.h:36,
                 from doincl.c:14:
../h/../h/rproto.h:334: error: expected declaration specifiers or '...' before 
'XPoint'
../h/../h/rproto.h:336: error: expected declaration specifiers or '...' before 
'XPoint'
../h/../h/rproto.h:387: error: expected declaration specifiers or '...' before 
'XRectangle'
../h/../h/rproto.h:427: error: expected declaration specifiers or '...' before 
'XPoint'
../h/../h/rproto.h:428: error: expected ')' before '*' token
../h/../h/rproto.h:533: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'xcolor'
../h/../h/rproto.h:534: error: expected declaration specifiers or '...' before 
'XColor'
../h/../h/rproto.h:540: error: expected ')' before '*' token
make[1]: *** [doincl.o] Error 1
make[1]: Leaving directory `/usr/share/unicon/src/common'
make: *** [Common] Error 2


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to