On 04/01/2012 23:35, Timothy Pearson wrote:
Hi All,
Attempting to build tdewebdev from git fails because the file "projectuploads.h", #included from quanta/project/projectupload.h does not exist. The file "projectuploads.h" does not seem to be present anywhere, including stable source.
Any ideas anybody?
Cheers, Mike.
It could be an automatically generated file. Look for a projectuploads.ui file somewhere in the tdewebdev sources.
Also, is tdewebdev built using CMake or Automake, and on Wheezy or some other distribution?
Thanks!
Tim
I tried the build in a squeeze chroot, with the same result, i.e.;
<snip> Thank you for trying to build on Squeeze; this lets me know there is a problem in TDE instead of the distribution.
Try adding this line to your quanta/project/CMakeLists.txt file, directly below ${CMAKE_SOURCE_DIR}/quanta/src:
${CMAKE_SOURCE_DIR}/quanta/project
Rebuild the entire tdewebdev module with that change in place and see if it fixes the problem.
What is strange is that I was able to build tdewebdev on Squeeze without encountering this problem; perhaps you are using different option flags than I did. Either way it needs to be fixed in the TDE sources.
Tim