Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2006 04:04:10 +0600
From:      Aftab Jahan Subedar <jahan@bol-online.com>
To:        freebsd-questions@freebsd.org
Subject:   KDE3 install problem n solution (BUG ????)
Message-ID:  <6.2.5.6.0.20060118035012.03470970@bol-online.com>

next in thread | raw e-mail | index | archive | help
       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




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