Lately I seem to have hit or miss results with building tdenetwork. The failure errors look like this:
================================================================ /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/../kcm_sambaconf/sharedlgimpl.h:39:19: error: share.h: No such file or directory /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/../kcm_sambaconf/sharedlgimpl.h:39:19: error: share.h: No such file or directory /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/../kcm_sambaconf/sharedlgimpl.h:55: error: expected class-name before '{' token /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/propertiespage.cpp:600: error: 'class ShareDlgImpl' has no member named 'directoryGrp' /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/propertiespage.cpp:601: error: 'class ShareDlgImpl' has no member named 'pixmapFrame' /dev/shm/tdenetwork/filesharing/advanced/propsdlgplugin/propertiespage.cpp:602: error: 'class ShareDlgImpl' has no member named 'exec' ================================================================
Looking at the build directory reveals the share.h file does indeed exist.
I try again later to build and the build succeeds.
I'm not sure but I think the build order has changed and tdenetwork has to be built after building and installing tdeadmin. Does that make sense?
Darrell