Re: [Owncloud] help needed to build Mac client

2013-05-16 Thread jiun bookworm
-- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) > -- Could NOT find QtKeyChain (missing: QTKEYCHAIN_LIBRARY > QTKEYCHAIN_INCLUDE_DIR) > > > this means that it cant find the qtkeychain you just installed, if you installed qtkeychain from source remove it and install it from brew/ports as

Re: [Owncloud] help needed to build Mac client

2013-05-16 Thread jiun bookworm
qtkeychain should have a repo on github associated with owncloud that is. ( anyone out there care to give the official link?). On Thu, May 16, 2013 at 10:51 PM, jiun bookworm wrote: > checkout the code from github, compile it, install it i think, probably > Daniel Molkentin answe

Re: [Owncloud] help needed to build Mac client

2013-05-16 Thread jiun bookworm
checkout the code from github, compile it, install it i think, probably Daniel Molkentin answered my question on this, check one of my old email exchanges on the forum you mentioned, the answer should be in one of them, unfortunately my inbox is full of similar stuff so i cant find it. On Thu,

Re: [Owncloud] ownCloud logo

2013-05-16 Thread jiun bookworm
did you try the svg rather than whatever other format you tried? this is what is served by your server. /core/img/logo.svg On Thu, May 16, 2013 at 9:14 PM, Bob Tupaj wrote: > Hi, > > I am new to the list and fairly new to ownCloud. I upgraded our site to > 5.0, https://files.ysu.edu/, but I a

Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread jiun bookworm
neon issues, i met that one too, i think i may have compiled neon from source, aside from installing via ports. im not near my mac machine, so maybe tommorrow when i get to it, i look at the terminal history. On Wed, May 15, 2013 at 9:49 PM, kwillems wrote: > Thanx ... that did the trick wit

Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread jiun bookworm
should be. from my terminal history looks like i installed it from macports, uninstalled then installed it from brew. its argp-standalone i believe. On Wed, May 15, 2013 at 4:10 PM, kwillems wrote: > The problems still occur. > Any help will be much appreciated. > > > > -- > View this message

Re: [Owncloud] Thoughts on converting a Chromebook to an Ownbook

2013-05-15 Thread jiun bookworm
sorry to barge in like this but, question, though im not a chromebook owner, would i need to know only javascript to solve such a problem or what would it take? specific thoughts would be welcome. On Wed, May 15, 2013 at 2:22 AM, Drew Gibson wrote: > Hi Frank, > > my ambitions are a little more

Re: [Owncloud] help needed to build Mac client

2013-05-13 Thread jiun bookworm
yup i did solve it. i installed argp-standalone i believe, but its been a while so i cant recall accurately off-head. On Mon, May 13, 2013 at 1:04 AM, kwillems wrote: > Hi Jiun, > > I've found your post two months ago. You had an error with 'Looking for > argp.h - not found'. > Did you solve t

Re: [Owncloud] help needed to build Mac client

2013-05-12 Thread jiun bookworm
imho its looking for libneon, should be available via macports/ compile from source. On Sun, May 12, 2013 at 10:58 PM, kwillems wrote: > Hi Klaas, > > Thanx for reacting so quick. > I was refering to that page. > > After cmake -DCMAKE_BUILD_TYPE="Debug" ../ocsync i get this result: > http://pa

Re: [Owncloud] pyowncloud and owncloudClient

2013-04-03 Thread jiun bookworm
another option (though not very nice) is to have two clients installed (though compiled with different "app" domains so they dont trip over each other's settings). That is if i understood the question right. Jiun On Wed, Apr 3, 2013 at 11:42 PM, Craig Sawyer wrote: > There is no reason why the

Re: [Owncloud] Upgraded to Owncloud 5. Here come the conflict files again

2013-03-21 Thread jiun bookworm
> I think many users don't know how / are not comfortable enough doing some > basic things, e.g.: > this would be me, though out of other reasons than inability > > * Quickly backup + upgrade your OC install. > * Restore if/when things go very wrong. > * Use github to report bugs. > > Maybe som

Re: [Owncloud] debian package

2013-03-21 Thread jiun bookworm
ing script for linux) so its mostly trying reproduce/curiosity thats driving me at the moment, in addition to the fact that i will learn something! in principle i'd love to contribute if there's a place im qualified/useful. THX, > > Tom > > > > Am Donnerstag, dem 21.03.2

[Owncloud] debian package

2013-03-21 Thread jiun bookworm
I tried to create an ubuntu .deb package, but it seems that only one executable is being built, mirall, under normal builds i get both the owncloud and the mirall executables built, is there something i need to do to get both executables built? here are my rules and control files: http://pastebi

[Owncloud] rpm builds

2013-03-14 Thread jiun bookworm
Im trying to work out how the source is laid out, so when the rpm is being built it will create dirs like Installing: /home/makerpm/rpmbuild/BUILDROOT/owncloud-1.2.1-0.x86_64/usr/share/mirall/i18n/mirall_pl.qm -- Installing: /home/makerpm/rpmbuild/BUILDROOT/owncloud-1.2.1-0.x86_64/usr/share/miral

[Owncloud] ocsync and its plugin

2013-03-13 Thread jiun bookworm
I noticed that owncloud requires more than just csync but in addition it requires the csync plugin for owncloud, how does this work? when i build on linux from source i'v not had to think too much about the plugin, is it built into the libocsync? from the repository, there are 2 rpms libocsync an

[Owncloud] owncloud client on mac 10.8.6

2013-03-12 Thread jiun bookworm
I just managed to build the owncloud client on mac 10.6.8 using very recent sources mirall>1.2.1 and ocsync, and after configuration this is the error i get on the status page: "csync failed to find specific file " and in the info page Backend message: could not read status line. connection

Re: [Owncloud] Greetings & question on how to build desktop sync client

2013-03-11 Thread jiun bookworm
For Cmoka you will have to download and build it from source, like so: $wget https://open.cryptomilk.org/attachments/download/7/cmocka-0.2.0.tar.gz $tar -xvf cmocka-0.2.0.tar.gz $mkdir build $cd build/ $cmake ../cmocka-0.2.0/ $make and then pass the options to cmake: -DCMOCKA_LIBRARIES=/blah/bu

Re: [Owncloud] owncloud client on MAc os 10.8

2013-03-07 Thread jiun bookworm
und On Thu, Mar 7, 2013 at 1:03 PM, jiun bookworm wrote: > Thanks, thats "fanatical" support, > really awesome. let me install that and see how it goes. > > > On Thu, Mar 7, 2013 at 11:06 AM, Frank Karlitschek wrote: > >> done >> >> >> On 07

Re: [Owncloud] owncloud client on MAc os 10.8

2013-03-07 Thread jiun bookworm
t;> Hey, > >>> > >>> you first have to compile qtkeychain ( > >>> https://github.com/frankosterfeld/qtkeychain.git ). > >> > >> Maybe there is a brew recipe already - or someone can write one? > >> > >> Klaas > >> > >

[Owncloud] owncloud client on MAc os 10.8

2013-03-06 Thread jiun bookworm
Im trying to build on mac s mountain lion, and i'v found that it cant build (rather packaging the client fails) because of missing argp.h and other stuff like libs provided by the -lrt switch, i have installed a number of things using ports like qt4-mac, cmake, neon, openssl, png, sqlite3 and

[Owncloud] building the mac desktop client

2013-03-03 Thread jiun bookworm
im trying to create a package of the owncloud client on a mac, but its giving me and error that looks like its trying to find linux *.so libs which i do not undestand since it builds without error with the .dynlibs i gave it. here is the full error http://pastebin.com/Q4BHcSGL and small snippet: C

[Owncloud] mirall static libs

2013-02-14 Thread jiun bookworm
Im wondering whether a pure static build of mirall has been attempted out there, has anyone done it? jiun ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

Re: [Owncloud] can not load owncloud plugin for csysnc

2013-02-07 Thread jiun bookworm
.0 on your OpenSuse machine? > > regards, > ilyas > > -- > From: jiun bookworm > Sent : 2/7/2013 4:08:57 PM > To: owncloud@kde.org > Subject: [Owncloud] can not load owncloud plugin for csysnc > > > iv just built owncloud on opensuse 12.2 (i tried b

[Owncloud] can not load owncloud plugin for csysnc

2013-02-07 Thread jiun bookworm
iv just built owncloud on opensuse 12.2 (i tried both 32 bits and 64 bits) using mirall sources available in the git repo at present (i tried all the way to commit 07258deaaf99e8327c76ba16902bdb7865054eb8) god news is that the linux builds are working, bad news is that all my windows builds are