Hi,
I just tried to compile telegram-purple on IRIX. It is a plugin to use the Telegram protocol in Pidgin.
The configure-Script ran after I gave it the parameter --with-zlib=/usr/nekoware
Unfortunately gmake doesn't want to do anything:
I also tried the "classic" make from IRIX which just gives a syntax error:
Here you can see the output of configure if it helps:
And a link to the GitHub Repository of it: https://github.com/majn/telegram-purple
Does anybody have an idea why gmake fails?
Thanks in advance!
I just tried to compile telegram-purple on IRIX. It is a plugin to use the Telegram protocol in Pidgin.
The configure-Script ran after I gave it the parameter --with-zlib=/usr/nekoware
Unfortunately gmake doesn't want to do anything:
Code: Select all
17:05 root@rocktane /root/telegram/telegram-purple-master
% gmake
gmake: *** Keine Regel vorhanden, um das Target »tgl/scheme.tl«,
benötigt von »auto/scheme.tl«, zu erstellen. Schluss.
I also tried the "classic" make from IRIX which just gives a syntax error:
Code: Select all
17:06 root@rocktane /root/telegram/telegram-purple-master
% make
make: file `./Makefile.tl-parser' line 5: Syntax error
Here you can see the output of configure if it helps:
Code: Select all
17:03 root@rocktane /root/telegram/telegram-purple-master
% ./configure --with-zlib=/usr/nekoware
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/nekoware/bin/install -c
checking for sqrt in -lm... yes
checking for clock_gettime in -lrt... yes
checking for pkg-config... /usr/nekoware/bin/pkg-config
checking whether compiling and linking against OpenSSL works... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/nekoware/bin/grep
checking for egrep... /usr/nekoware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking if zlib is wanted... yes
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for PURPLE... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for strdup... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
And a link to the GitHub Repository of it: https://github.com/majn/telegram-purple
Does anybody have an idea why gmake fails?
Thanks in advance!
SGI Octane 2 - Dual R12K 400 MHz - 250 0MB RAM - 73 GB HDD - vPro v12 - IRIX 6.5.30
SGI Indigo² - R10K 175 MHz - 320 MB RAM - 73 GB SCSI HDD - High Impact-AA + TRAM - IRIX 6.5.22f
SGI O2 - R5K 180 MHz - 96 MB RAM - 18 GB HDD - CRM - IRIX 6.5.30
SGI Indigo² - R10K 175 MHz - 320 MB RAM - 73 GB SCSI HDD - High Impact-AA + TRAM - IRIX 6.5.22f
SGI O2 - R5K 180 MHz - 96 MB RAM - 18 GB HDD - CRM - IRIX 6.5.30