
KMT
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
17 years ago
Build fixes, KDE 3.1 compatibility, misc. bugfixes & feature additions, includes external dependencies.
step21
17 years ago
Making all in src
make[2]: Entering directory `/home/florian/kmt-0.1.1/src'
cd .. && /bin/sh ./config.status src/Makefile depfiles
fast creating src/Makefile
config.status: executing depfiles commands
make[2]: Leaving directory `/home/florian/kmt-0.1.1/src'
make[2]: Entering directory `/home/florian/kmt-0.1.1/src'
make[2]: Circular MT.api
Report
sarah03
17 years ago
Try running configure out of another directory, like so:
$ cd kmt-0.1.1
$ mkdir build
$ cd build
$ ../configure [stuff]
$ make
In theory, it should all work.
Here soon I plan on getting out another release that (hopefully) will fix the problems that I've been hearing about.
Report
sarah03
17 years ago
I didn't see a way to specify on the "Upload" form any required dependencies on the code besides for the KDE version that it depends on. (I could be mistaken though.)
Other required code for the app can be found at: http://b0rked.dhs.org/code/KXMLRPC.php. It's required for it's XML-RPC library, and to compile the MovableType API description into the various C++ classes.
Report
arved
17 years ago
component in kdebase. Perhaps rename it?
The Download looks a bit funky. Depending on browser I get an XMLsite, nothing or an
Tar-gz-gz file.)
Report
sarah03
17 years ago
Perhaps that's why I've seen numerous people hitting my site to download kmt, but (almost) nobody has downloaded it's dependencies.
Regarding the naming, I don't know what else to name it. If anyone wants to suggest possibly better names, that's fine by me (anything presented will gladly be taken into consideration).
And the lack of a license mentioned in the next post... I just fixed that. I never think about those things because I'm not too concerned about it myself.
The funkiness with the download I think I fixed as well.
Report
arved
17 years ago
Report