Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 16:56:57 +0800 (SGT)
From:      "Sudirman Hassan" <s9810048@mmu.edu.my>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Kyahoo - anybody have succesfully installed it?
Message-ID:  <2331.10.100.18.119.1012985817.squirrel@10.100.3.5>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to install Kyahoo ( kyim-120501 ) but failed. Kyahoo is not in port .
I face many problem during ./configure but manage to get up to here and now
stuck. Anybody can help /suggest? Or did anybody have try or currently using
kyahoo? It would be nice if this app would be include in ports.
 
Below is error that I get during make.

pr-019# make
make  all-recursive
Making all in kyim
"Makefile", line 340: Unassociated shell command ".deps/AddBuddy.P
.deps/AddBuddyImpl.P .deps/AddedMessage.P  .deps/AddedMessageImpl.P
.deps/ChatBase.P .deps/ChatSession.P  .deps/ChatWindow.P .deps/ChatWindowImpl.P
.deps/ConfAddInvite.P  .deps/ConfAddInviteImpl.P .deps/ConfInvitation.P 
.deps/ConfInvitationImpl.P .deps/ConferenceSession.P  .deps/ConferenceWindow.P
.deps/ConferenceWindowImpl.P  .deps/CustStatus.P .deps/CustStatusImpl.P
.deps/Icon.P  .deps/IncomingFileTransfer.P .deps/IncomingFileTransferImpl.P 
.deps/KYahooIface.P .deps/KYahooIface_skel.P .deps/KYahooIface_stub.P 
.deps/NewMail.P .deps/NewMailImpl.P .deps/OfflineMsg.P  .deps/OfflineMsgImpl.P
.deps/Parse.P .deps/ProxyAuth.P  .deps/ProxyAuthImpl.P .deps/RemoveBuddy.P
.deps/RemoveBuddyImpl.P  .deps/Setup.P .deps/SetupImpl.P .deps/StartChat.P
.deps/StartChatImpl.P  .deps/buddylist.P .deps/dialogs.P .deps/main.P
.deps/process_packet.P  .deps/statusIcons.P .deps/utils.P"
"Makefile", line 590: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /root/kyim-120501.
*** Error code 1

This is where error in Makefile


Stop in /root/kyim-120501.

Below is where line 340 in Makefile

  327 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in
$(TAGS_DEPENDENCIES) $(LISP)
    328         tags=; \
    329         here=`pwd`; \
    330         list='$(SUBDIRS)'; for subdir in $$list; do \
    331    if test "$$subdir" = .; then :; else \
    332             test -f $$subdir/TAGS && tags="$$tags -i
$$here/$$subdir/TAGS"; \
    333    fi; \
    334         done; \
    335         list='$(SOURCES) $(HEADERS)'; \
    336         unique=`for i in $$list; do echo $$i; done | \
    337           awk '    { files[$$0] = 1; } \
    338                END { for (i in files) print i; }'`; \
    339         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
    340           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in
$$unique $(LISP) -o $$here/TAGS)

thanks

-dmn


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2331.10.100.18.119.1012985817.squirrel>