KDE3 install problem n solution (BUG ????)
Aftab Jahan Subedar
jahan at bol-online.com
Tue Jan 17 13:49:55 PST 2006
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
More information about the freebsd-questions
mailing list