I don't have releases yet, however, I'm going to do a first release soon. I don't think I'm going to add new features now, just want to test/improve already implemented features for now and do a release.
You might join ljecru, I will be publishing project related news there.
Very interesting new spin -- looking forward to seeing it.
I will note, however, that there are quite a few LiveJournal console-based clients out there: Check out this list.
For instance, my own client, Charm (community ljcharm), offers the full selection of LiveJournal functionality from both menu-driven and command-line modes, along with support for the MetaWeb and Blogger APIs (which means that you can also use it as a client for Wordpress and Movable Type and so on), switchable profiles, archiving, background friends-checking, and much more.
I'm interested in this client. But I'm having problems compiling it. I tried to compile the required libiqxmlrpc, but it in turn requires boostlib >= 1.32.0... So I installed my distributions package (Arch Linux: boost-1.34.1-2), and then tried to re-compile libiqxmlrpc, only to see when I ran configure:
Oh, well, libiqxmlrpc configures well on my freebsd box... I don't know much about boost, but it looks like it searches for the wrong boost threading lib. I think you can find out what thread lib your boost package installed, something like get all shared libs installed by the boost package and do "grep thread" on the list and pass the result to --with-boost-thread argument of the libiqxmlrpc configure script.
Anyway, I understand it's inconvenient to install stuff not from the distro' repos. That's what I don't like about libiqxmlrpc - it doesn't present on all distros.
Can you say what xml-rpc C++ libraries are present in your distro' repository?
PS If you're interested, you might join ljecru community.
Well, I can't say if it's any better, but I'm more used to seeing this xml-rpc library used: XML-RPC for C and C++.
Also, I tried your suggestion regarding using the --with-boost-thread configure argument for libiqxmlrpc, using the only thread libary I could find in the boost installation from the repository (/usr/lib/libboost_thread-mt):
... checking for boostlib >= 1.32.0... yes checking whether the Boost::Thread library is available... yes checking for main in -llibboost_thread-mt... no checking for main in -lboost_thread-libboost_thread-mt... no configure: error: Could not link against boost_thread-libboost_thread-mt !
Comments 26
Under what license do you release it? I hope it can legally be included in Debian. I'd like to make a package.
Reply
Reply
Reply
You might join ljecru, I will be publishing project related news there.
Reply
Reply
I will note, however, that there are quite a few LiveJournal console-based clients out there: Check out this list.
For instance, my own client, Charm (community ljcharm), offers the full selection of LiveJournal functionality from both menu-driven and command-line modes, along with support for the MetaWeb and Blogger APIs (which means that you can also use it as a client for Wordpress and Movable Type and so on), switchable profiles, archiving, background friends-checking, and much more.
Reply
checking for boostlib >= 1.32.0... yes ( ... )
Reply
Anyway, I understand it's inconvenient to install stuff not from the distro' repos. That's what I don't like about libiqxmlrpc - it doesn't present on all distros.
Can you say what xml-rpc C++ libraries are present in your distro' repository?
PS If you're interested, you might join ljecru community.
Reply
Also, I tried your suggestion regarding using the --with-boost-thread configure argument for libiqxmlrpc, using the only thread libary I could find in the boost installation from the repository (/usr/lib/libboost_thread-mt):
...
checking for boostlib >= 1.32.0... yes
checking whether the Boost::Thread library is available... yes
checking for main in -llibboost_thread-mt... no
checking for main in -lboost_thread-libboost_thread-mt... no
configure: error: Could not link against boost_thread-libboost_thread-mt !
Reply
Reply
Leave a comment