Thanks, Jafar and all those who read and responded to my e-mails.  I figured
out that if the first problem was caused by a missing file, the 2nd one
might be caused by the same sort of problem.  So I found the development
package, downloaded it and tried the make again.  Voila, it worked.

Thanks again to all who produced Icon/Unicon and provided assistance.



Steve

---


On Tue, Mar 17, 2009 at 1:04 PM, Jafar Al-Gharaibeh <> wrote:

> Steve,
>
>  You are missing the X11 pixmap libarary.
>
>   Install the libxpm-dev package
>
> Thanks,
> Jafar
>
>
> On Tue, Mar 17, 2009 at 11:55 AM, Steve Graham <
> solitary.wandere...@gmail.com> wrote:
>
>>  Well, I feel stupid.  In googling this issue, I see that apparently I'd
>> tried to do this a while ago and Clint had pointed out that I was missing
>> Xlib.h.  And sure enough I was.  So a little more googling and I determined
>> the package which needed to be downloaded and I did just that.
>>
>> This time when I tried 'make Unicon' I got much further.  I'm also
>> including the relevant part for the errors.  Any ideas about these?
>>
>>
>> TIA, Steve
>>
>> ---
>>
>> gcc -Wl,-E -L../../bin  -L/usr/lib -Lbin -L/usr/lib -L/usr/openwin/lib
>> -L/usr/lib -L/usr/lib64 -o iconx  xcnv.o xdata.o xdef.o xerrmsg.o xextcall.o
>> xfconv.o xfload.o xfmath.o xfmisc.o xfmonitr.o xfscan.o xfstr.o xfstranl.o
>> xfstruct.o xfsys.o xfwindow.o ximain.o ximisc.o xinit.o xinterp.o xinvoke.o
>> xfdb.o xkeyword.o xlmisc.o xoarith.o xoasgn.o xocat.o xocomp.o xomisc.o
>> xoref.o xoset.o xovalue.o xralc.o xrcoexpr.o xrcomp.o xrdb.o xrdebug.o
>> xrlocal.o xrlrgint.o xrmemmgt.o xrmisc.o xrstruct.o xrsys.o xrwinrsc.o
>> xrgfxsys.o xrwinsys.o xrwindow.o xfxtra.o xraudio.o xrposix.o xrmsg.o
>> ../common/long.o ../common/time.o ../common/save.o ../common/rswitch.o
>> ../common/redirerr.o ../common/xwindow.o ../common/alloc.o
>> ../common/mlocal.o -L../../bin -lXpm -L/usr/X11R6/lib -lXpm -lX11 -lodbc
>> -lX11 -lz  -lm -L ../../bin -laudio -lm -lgdbm -ltp -lnsl -ldl
>> /usr/bin/ld: cannot find -lXpm
>> collect2: ld returned 1 exit status
>> make[2]: *** [iconx] Error 1
>> make[2]: Leaving directory
>> `/home/mikeynew/Desktop/Unicon-2007-02-10/src/runtime'
>> make[1]: *** [interp_all] Error 2
>> make[1]: Leaving directory
>> `/home/mikeynew/Desktop/Unicon-2007-02-10/src/runtime'
>> make: *** [Icont] Error 2
>> mikey...@mepis1:~/Desktop/Unicon-2007-02-10$
>>
>> ---
>>
>> --- On *Tue, 3/17/09, Steve Graham <solitary.wandere...@gmail.com>*wrote:
>>
>>
>> From: Steve Graham <solitary.wandere...@gmail.com>
>> Subject: [Unicon-group] Problem in building Unicon 02-10-2007
>> To: unicon-group@lists.sourceforge.net
>> Date: Tuesday, March 17, 2009, 12:25 PM
>>
>> I am trying to build this on a Mepis (Debian-derivative) Linux i-386 based
>> system and got the following messages after the 2 make commands.  I had
>> similar problems in trying to set up uni.zip.  I would appreciate any
>> assistance in helping me build Unicon.
>>
>>
>> TIA, Steve
>>
>> ---
>>
>> mikey...@mepis1:~/Desktop/Unicon-2007-02-10$ make X-Configure
>> name=intel_linux
>> make Pure >/dev/null
>> /bin/sh: line 0: cd: gpacks/README: Not a directory
>> /bin/sh: line 0: cd: mpacks/README: Not a directory
>> /bin/sh: line 0: cd: packs/README: Not a directory
>> cd config/unix; make Setup-Graphics name=intel_linux
>> make[1]: Entering directory
>> `/home/mikeynew/Desktop/Unicon-2007-02-10/config/unix'
>> cd Config; make Makefiles
>> make[2]: Entering directory
>> `/home/mikeynew/Desktop/Unicon-2007-02-10/config/unix/Config'
>> cp ../Config/top.mak ../../../Makefile
>> cat ../Config/rtt.mak \
>>                    > ../../../src/rtt/Makefile
>> [snip]
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> _______________________________________________
>> Unicon-group mailing list
>> Unicon-group@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unicon-group
>>
>>
>
>
> --
> "Let there be no compulsion in religion: Truth stands out clear from error"
> [The Holy Qur'an 2:256]
>
> "Injustice anywhere is a threat to justice everywhere"    Dr. King
>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to