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]"

Reply via email to