LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 03-20-2005, 05:54 PM   #1
eytan
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Rep: Reputation: 0
install amsn


i want to install amsn on freebsd
and i know i need to install tk84
thats what i do

cd /usr/ports/x11-toolkits/tk84/ >
make install clean >

and i get all kind of errors

/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tkInt.h:1173: error: syntax error before "int"
In file included from /usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:16:
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.h:74: error: syntax error before "Tcl_HashEntry"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.h:94: error: syntax error before "TkBorder"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.h:94: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.h:95: error: syntax error before "void"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.h:97: error: syntax error before "void"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:23: error: syntax error before "char"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:31: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:32: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:34: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:35: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:37: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:38: error: syntax error before "_ANSI_ARGS_"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:50: warning: initialization makes integer from pointer without a cast/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:51: error: `FreeBorderObjProc' undeclared here (not in a function)
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:51: warning: excess elements in scalar initializer
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:51: warning: (near initialization for `tkBorderObjType')
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:52: error: `DupBorderObjProc' undeclared here (not in a function)
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:52: warning: excess elements in scalar initializer
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:52: warning: (near initialization for `tkBorderObjType')
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:53: warning: excess elements in scalar initializer
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:53: warning: (near initialization for `tkBorderObjType')
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:55: warning: excess elements in scalar initializer
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:55: warning: (near initialization for `tkBorderObjType')
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:55: warning: data definition has no type or storage class
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:83: error: syntax error before "Tcl_Interp"
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:85: error: syntax error before '*' token
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:85: warning: data definition has no type or storage class
/usr/ports/x11-toolkits/tk84/work/tk8.4.4/generic/tk3d.c:87: error: syntax error before '{' token

and more

what should i do

thanks for your help...
 
Old 03-21-2005, 12:09 PM   #2
sandboy6184
Member
 
Registered: Apr 2004
Posts: 40

Rep: Reputation: 15
webserver# whereis amsn
amsn: /usr/ports/net/amsn
webserver# cd /usr/ports/net/amsn/
webserver# make install clean
 
Old 03-23-2005, 01:01 AM   #3
anonobomber
Member
 
Registered: Aug 2003
Location: Seattle
Distribution: Debian, Fedora, CentOS, FreeBSD, OpenSolaris
Posts: 138

Rep: Reputation: 16
you might want to try syncing up your ports tree and see if the issue resides, you can do this by installing cvsup then running the following command:
cvsup -h cvsup9.freebsd.org -g -L 2 /usr/share/example/cvsup/ports-supfile
after that has finished up try installing amsn again, if it still fails you can install it with a binary package by running
pkg_add -r amsn
 
Old 03-23-2005, 09:59 PM   #4
eytan
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Original Poster
Rep: Reputation: 0
thanks for your help
I fixed the problem
by installing tcl/tk
and compaling the file (tcl8.4.4)
and amsn is installed
as i run it a get a message
In FreeBSD, wish is named with a version number. This is because
different versions of wish are not compatible with each other and
they can not all be called "wish"! You may need multiple versions
installed because a given port may depend on a specific version.

On your system, wish is installed under at least the following names:

wish8.3
went to "file:/usr/local/bin"
and I saw that i have 2 wish files "wish8.3" and "wish"
---what do i need to do now????
thanks you for the help.... eytan
 
Old 03-25-2005, 04:01 PM   #5
eytan
LQ Newbie
 
Registered: Feb 2005
Posts: 12

Original Poster
Rep: Reputation: 0
good good it worcks
it was
/usr/ports/distfiles/msn/amsn
an put in text !/usr/bin/wish8.3
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install amsn!! harpuia Linux - Software 2 12-30-2004 11:10 PM
Help me with AMSN install HOHCEHC Debian 6 05-17-2004 06:48 AM
Can't install AMSN,GAIM... vwal_13 Slackware 1 05-17-2004 06:02 AM
how do you install aMSN? amklein Linux - Newbie 1 04-04-2004 02:06 PM
how to install amsn madskillz Linux - Newbie 4 10-04-2003 09:46 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 12:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration