Re: KDE3 install problem n solution (BUG ????)

2006-01-18 Thread Aftab Jahan Subedar

At 03:56 AM 1/18/2006, Mike Hernandez wrote:

On  Wed, Jan 18, 2006 at 04:04:10AM +0600, Aftab Jahan Subedar wrote:
>   Installing & compiling KDE3 in 4.7 had problem in line 275 of
> 
/usr/ports/x11/kdebase3/work/kdebase-3.4.3/kcontrol/usbview/usbdevices.cpp

>

Not ready for 3.5 yet are you?

Mike


Ready but ports are not updated yet. !!!
Soon for sure.

Thanks Mike
-Jahan



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KDE3 install problem n solution (BUG ????)

2006-01-17 Thread Mike Hernandez
On  Wed, Jan 18, 2006 at 04:04:10AM +0600, Aftab Jahan Subedar wrote:
>   Installing & compiling KDE3 in 4.7 had problem in line 275 of
>   
> /usr/ports/x11/kdebase3/work/kdebase-3.4.3/kcontrol/usbview/usbdevices.cpp
> 

Not ready for 3.5 yet are you?

Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


KDE3 install problem n solution (BUG ????)

2006-01-17 Thread Aftab Jahan Subedar

  Installing & compiling KDE3 in 4.7 had problem in line 275 of
  /usr/ports/x11/kdebase3/work/kdebase-3.4.3/kcontrol/usbview/usbdevices.cpp

  Changing   USB_MAX_DEVNAMES  to MAXDEVNAMES solves the problem.

  izzit true for u all or just me?!
  izzit a bug or feature!

   //for ( int i = 0; i < USB_MAX_DEVNAMES; ++i )
for ( int i = 0; i < MAXDEVNAMES; ++i )//changed 
USB_MAX_DEVNAMES to MAXDEVNAMES here 17 jan 06 aftab jahan subedar


   %uname -a
FreeBSD bagicha 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #4: 
Wed Oct 26 02:35:27

GMT 2005 root@:/usr/obj/usr/src/sys/SubedarTech  i386
%

  Aftab Jahan Subedar
  CEO/Software Engineer
  Subedar Technologies Ltd
  Subeda Baag Bibir Bagicha #1
  North Jatrabari
  Dhaka 1204
  Bangladesh
  tel:+88027519050
  http://www.geocities.com/jahan.geo/mysql_c_by_example.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Error code when attempting kde3 install

2003-12-03 Thread Kris Kennaway
On Wed, Dec 03, 2003 at 09:18:20PM -0500, Trey Sizemore wrote:

> > chugged along for a while then exited with the following error code:
> > 
> > /usr/X11R6/bin/mkhtmlindex:No such file or directory

It's difficult to tell since you didn't give enough context, but this
may be an error from the mkhtmlindex binary complaining about not
being able to find a file.  Often this can be caused by having a
dangling symlink in the /usr/X11R6 tree.

Kris


pgp0.pgp
Description: PGP signature


Re: Error code when attempting kde3 install

2003-12-03 Thread Trey Sizemore
On Wed, 2003-12-03 at 19:16, Trey Sizemore wrote:
> After doing a minimal install, then make buildworld, make buildkernel,
> make install kernel and make installworld on 5.2 Beta everything looked
> OK.
> 
> Then I wanted to install KDE 3.1.4 so I changed to the
> /usr/ports/x11/kde3 directory and did a 'make install clean'.  It
> chugged along for a while then exited with the following error code:
> 
> /usr/X11R6/bin/mkhtmlindex:No such file or directory
> *** Error code 1
> 
> Stop in /usr/ports/x11-fonts/Xft
> *** Error code 1
> 
> Stop in /usr/ports/x11-toolkits/qt32
> *** Error code 1
> 
> Stop in /usr/ports/x11/kde3.
> 
> I tried to install kde3 twice using this method and both times it exited
> with this error.
> 
> Hoping someone can help with this error.
> 
> The output of uname -a is as follows:
> 
> FreeBSD [EMAIL PROTECTED] 5.2-BETA FreeBSD 5.2-BETA #0:  Tue Dec 2
> 22:41:35 EST 2003  [EMAIL PROTECTED]@treyfbsd.rog:/usr/obj/usr/src/GENERIC
> i386
> 
> Thanks.

An extension to my question...

I thought that I needed to run portupgrade -a since I had not done
that.  However, I get the following error concerning a stale dependency:

Stale dependency:  Xft-2.1.2 --> imake-4.3.0_1
 
Of course, trying to install XFree86-4 gives me the same error as above
with the kde3 install.  I do have the /usr/X11R6/bin/mkhtmlindex file on
my system, so I don't understand why it complains about not being able
to find it.

Thanks again.

-- 
Cheers,
Trey
---

"There is a theory which states that if ever anyone discovers
exactly what the Universe is for and why it is here,
it will instantly disappear and be replaced by something
even more bizarre and inexplicable.

There is another which states that this has already happened."
-- Douglas Adams


signature.asc
Description: This is a digitally signed message part


Error code when attempting kde3 install

2003-12-03 Thread Trey Sizemore
After doing a minimal install, then make buildworld, make buildkernel,
make install kernel and make installworld on 5.2 Beta everything looked
OK.

Then I wanted to install KDE 3.1.4 so I changed to the
/usr/ports/x11/kde3 directory and did a 'make install clean'.  It
chugged along for a while then exited with the following error code:

/usr/X11R6/bin/mkhtmlindex:No such file or directory
*** Error code 1

Stop in /usr/ports/x11-fonts/Xft
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt32
*** Error code 1

Stop in /usr/ports/x11/kde3.

I tried to install kde3 twice using this method and both times it exited
with this error.

Hoping someone can help with this error.

The output of uname -a is as follows:

FreeBSD [EMAIL PROTECTED] 5.2-BETA FreeBSD 5.2-BETA #0:  Tue Dec 2
22:41:35 EST 2003  [EMAIL PROTECTED]@treyfbsd.rog:/usr/obj/usr/src/GENERIC
i386

Thanks.

-- 
Cheers,
Trey
---

At a given moment I open my eyes and exist.
And before that, during all eternity, what was there?
Nothing.
- Ugo Betti


signature.asc
Description: This is a digitally signed message part


Re: kde3 install

2003-02-21 Thread John Bleichert
On Thu, 20 Feb 2003, Brian Henning wrote:
> Subject: kde3 install
> 
> Can someone explain to me what Qt is for here and why it has to be threaded?
> thanks,
> 
> Brian
> 
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt)
> not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> ===>  Script "configure" failed unexpectedly.
>   Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
>   the "/usr/ports/games/kdegames3/work/kdegames-3.1/config.log" including
>   the output of the failure of your make command. Also, it might be a
>   good idea to provide an overview of all packages installed on your
>   system (e.g. an `ls /var/db/pkg`).
> *** Error code 1
> 

Qt is the C++ toolkit (www.trolltech.com) which KDE and it's aps are 
written with. Threading support in the libraries is required to build KDE. 
I'm not sure why, but it is explicitly required by the source build 
instructions on kde.org

HTH - JB

PS: I had problems building kdegames from CVS on a linux box too.

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


kde3 install

2003-02-20 Thread Brian Henning
Can someone explain to me what Qt is for here and why it has to be threaded?
thanks,

Brian

checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt)
not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
===>  Script "configure" failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the "/usr/ports/games/kdegames3/work/kdegames-3.1/config.log" including
  the output of the failure of your make command. Also, it might be a
  good idea to provide an overview of all packages installed on your
  system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/games/kdegames3.
*** Error code 1

Stop in /usr/ports/x11/kde3.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message