Okay, what happened to the configure script for tdemultimedia? The file is missing.
The cmake conversion looks incomplete and there were no announcements that tdemultimedia was ported to cmake.
Darrell
Okay, what happened to the configure script for tdemultimedia? The file is missing.
The cmake conversion looks incomplete and there were no announcements that tdemultimedia was ported to cmake.
I see what happened. The cmake port is in transition but incomplete. My master build script sees the CMakeLists.txt file and tries to build with cmake rather than automake. Therefore the configure file never gets built. My tdemultimedia script is still written for automake.
A while ago I created a special environment variable for these transitional packages to ignore the cmake files and force an individual build to use automake. I had to use that variable to build tdesdk (although I think the tdesdk port is now complete).
No harm done. :) When you folks start a cmake port would you kindly post a quick announcement that porting has started?
Darrell
Okay, what happened to the configure script for tdemultimedia? The file is missing.
The cmake conversion looks incomplete and there were no announcements that tdemultimedia was ported to cmake.
Darrell
Create it with: make -f admin/Makefile.common
There should be no configure scripts in GIT as they are (somewhat) platform dependent--they should be generated as part of your build process with the above command.
Tim
Create it with: make -f admin/Makefile.common
There should be no configure scripts in GIT as they are (somewhat) platform dependent--they should be generated as part of your build process with the above command.
Solved: Refer to my own answer to my original post. Our two messages crossed paths as we both selected the send button. :)
Darrell