I've installed KDE 3.4 on a FreeBSD 5.4 RELEASE computer. I'm now trying to add Desktop sharing, so I downloaded kdenetwork from the stable 3.4 distribution of KDE. I'm sure I'm missing some package, but I'm not sure where to start. I run % ./configure with no issues. When I try to % make, I get the following errors: Making all in nfs /usr/X11R6/bin/moc ./nfsdialog.h -o nfsdialog.moc if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT nfsdialog.lo -MD -MP -MF ".deps/nfsdialog.Tpo" -c -o nfsdialog.lo nfsdialog.cpp; then mv -f ".deps/nfsdialog.Tpo" ".deps/nfsdialog.Plo"; else rm -f ".deps/nfsdialog.Tpo"; exit 1; fi nfsdialog.cpp:39:26: nfsdialoggui.h: No such file or directory nfsdialog.cpp: In member function `void NFSDialog::initGUI()': nfsdialog.cpp:63: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:66: error: no matching function for call to `QVBoxLayout::addWidget(NFSDialogGUI*&)' /usr/X11R6/include/qlayout.h:386: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, int) nfsdialog.cpp:68: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp: In member function `void NFSDialog::initSlots()': nfsdialog.cpp:74: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:75: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:76: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:77: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp: In member function `QListViewItem* NFSDialog::createItemFromHost(NFSHost*)': nfsdialog.cpp:100: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp: In member function `void NFSDialog::slotRemoveHost()': nfsdialog.cpp:146: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:153: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:165: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp:166: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' nfsdialog.cpp: In member function `void NFSDialog::slotModifyHost()': nfsdialog.cpp:172: error: invalid use of undefined type `struct NFSDialogGUI' nfsdialog.h:29: error: forward declaration of `struct NFSDialogGUI' *** Error code 1 Stop in /usr/local/src/kdenetwork-3.4.0/filesharing/advanced/nfs. *** Error code 1 Stop in /usr/local/src/kdenetwork-3.4.0/filesharing/advanced. *** Error code 1 Stop in /usr/local/src/kdenetwork-3.4.0/filesharing. *** Error code 1 Stop in /usr/local/src/kdenetwork-3.4.0. *** Error code 1 Stop in /usr/local/src/kdenetwork-3.4.0. ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.