trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

tdenetwork sometimes fails to build

From: Darrell Anderson <humanreadable@...>
Date: Tue, 21 Feb 2012 18:38:33 -0800 (PST)
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