Sender name in SMS messages

Simon Redman simon at ergotech.com
Sun Aug 28 01:46:37 BST 2022


CMake is supposed to check for dependencies. When you ran cmake, did it 
exit without errors?

If you go to ~/src/kpeoplevcard/build (or wherever you ended up running 
cmake the first time) and do `cmake .`, does it complain about missing 
packages?

Though from my understanding of the errors, it seems to be complaining 
about missing functions like the constructor and destructor for 
KPeopleVCard, which shouldn't be related to dependencies.

Thanks,
Simon

On 8/26/22 22:07, Jonathan Ryshpan wrote:
> Thanks very much for the instructions. Everything went OK up to the 
> make step, at which point the linker (ld) failed with a large number 
> of undefined references. It looks like there are some libraries on 
> your system that aren't on mine. Is there any easy to find out what 
> they are?
>
> make was invoked as:
> $ make >& make-out/all
> The output (all) is attached.
> BTW: I was amused by the sig, which was generated by random selection 
> from a file of such sigs. Go figure.
>
> -- 
> Sincerely Jonathan Ryshpan <jonrysh at pacbell.net>
>
> 	UNIX is user friendly. It's just selective about
> 	who its friends are. -- Cristian Gafton
>
> On Thu, 2022-08-25 at 23:50 -0400, Simon Redman wrote:
>> I also couldn't find kpeoplevcard in the Fedora repositories. Looks 
>> like there's some kind of unresolved discussion about how it should 
>> be packaged: https://bugzilla.redhat.com/show_bug.cgi?id=2041267
>>
>> I built it from source. It's pretty small and easy to build and only 
>> depends on packages which are available in the repos. You can do 
>> something like:
>>
>> mkdir ~/src
>> cd ~/src
>> git clone https://invent.kde.org/pim/kpeoplevcard.git
>> cd kpeoplevcard
>> mkdir build
>> cd build
>> cmake -DCMAKE_INSTALL_PREFIX=/usr ~/src/kpeoplevcard/
>> (sudo dnf install kf5-X-devel packages until it stops complaining)
>> make -j8
>> sudo make install
>>
>> On 8/25/22 22:05, Jonathan Ryshpan wrote:
>>
>>> kpeoplevcard doesn't seem to be available from Fedora repos:
>>> $ dnf provides '*/kpeoplevcard'
>>> Last metadata expiration check: 3 days, 0:35:59 ago on Mon 22 Aug 
>>> 2022 06:07:04 PM PDT.
>>> Error: No matches found.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20220827/c22a4e08/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: all
Type: application/x-unknown-content-type
Size: 9510 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20220827/c22a4e08/attachment.bin>


More information about the KDEConnect mailing list