Package Details: libqtelegram-ae-git 3:10.0.0.stable.r27.g1865e02-1

Git Clone URL: https://aur.archlinux.org/libqtelegram-ae-git.git (read-only, click to copy)
Package Base: libqtelegram-ae-git
Description: Telegram library written in Qt based on telegram-cli code
Upstream URL: https://github.com/Aseman-Land/libqtelegram-aseman-edition
Licenses: GPL3
Conflicts: libqtelegram-ae
Provides: libqtelegram-ae
Submitter: farseerfc
Maintainer: None
Last Packager: farseerfc
Votes: 5
Popularity: 0.000000
First Submitted: 2015-05-08 04:21 (UTC)
Last Updated: 2016-10-18 09:16 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

xuiqzy commented on 2018-03-20 18:49 (UTC)

g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--enable-new-dtags -o libqtelegram-generator .obj/main.o .obj/typegenerator.o .obj/functiongenerator.o .obj/abstractgenerator.o .obj/coretypesgenerator.o .obj/typeobjectgenerator.o .obj/apigenerator.o .obj/telegramcoregenerator.o .obj/lqtgtypegenerator.o .obj/documentsgenerator.o .obj/databasegenerator.o .obj/bottypesgenerator.o .obj/qrc_resource.o -lQt5Core -lpthread Cannot read /tmp/makepkg/libqtelegram-ae-git/src/libqtelegram-ae-git: file to open is a directory Error processing project file: .. ==> ERROR: A failure occurred in build(). Aborting... :: failed to build libqtelegram-ae-git package(s)

pjaeger commented on 2017-11-21 20:12 (UTC)

@farseerfc, the build succeeds for the latest stable release 10.0.0 of upstream, with a modified version of openssl098 installed, which also keeps the headers and the OPENSSL paths adjusted in the PKGUILD. I just submitted this to the AUR as openssl098-dev. Find my version of the PKGBUILD at https://pastebin.com/QnEVbw5R

farseerfc commented on 2017-08-07 06:30 (UTC)

@pjaeger yes, waiting for upstream to show up and fix...

pjaeger commented on 2017-08-07 05:54 (UTC)

Build fails because the aseman edition of libqtelegram is not compatible with openssl 1.1. Also, it seems there are some issues with recent versions of gcc, according to the open issues on github.

farseerfc commented on 2016-10-18 09:18 (UTC)

@svalo thanks for the fix! I have updated the PKGBUILD to include your fix. @deriherdianto @arun_kpm sorry for the delay, it should be now fixed.

svalo commented on 2016-10-18 08:54 (UTC)

I was getting compile errors, edited the PKGBUILD as following diff --git a/PKGBUILD b/PKGBUILD index ed749b3..fedf943 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -50,7 +50,7 @@ build() { qmake-qt5 -r ../libqtelegram-code-generator make - ./libqtelegram-generator 54 ../scheme/scheme-54.tl .. + ./libqtelegram-generator 57 ../scheme/scheme-57.tl .. cd .. ## end of ./init And it compiles

deriherdianto commented on 2016-10-17 23:23 (UTC)

error ???

<deleted-account> commented on 2016-10-16 15:28 (UTC)

I got compile error http://pastebin.com/v4fiywWh

Ender commented on 2016-09-14 19:13 (UTC)

@farseerfc, thanks for the fix. Build sucessful now.