[CentOS] COMPILATION ERROR dev_t, into_t , no_tetc
Hi, I have software in CentOS6, it is compiling very well. I decided to put the same software into CentOS7 but i am having this compilation errors below: In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0, from BASIC_2.c:6: /opt/TAFC/R14.1/include/jedi.h:534:2: error: unknown type name ‘ino_t’ ino_t ino; // The i-node number of a file ^ /opt/TAFC/R14.1/include/jedi.h:535:2: error: unknown type name ‘dev_t’ dev_t dev; // The device number of a file ^ /opt/TAFC/R14.1/include/jedi.h:537:2: error: unknown type name ‘ino_t’ ino_t lockid1; In file included from /opt/TAFC/R14.1/include/jsystem.h:106:0, from BASIC_2.c:6: /opt/TAFC/R14.1/include/jedi.h:729:1: error: unknown type name ‘ino_t’ ino_t JRunFileIOGetIno(DPSTRUCT dp, struct jfd fdinfo ); ^ /opt/TAFC/R14.1/include/jedi.h:730:1: error: unknown type name ‘dev_t’ dev_t JRunFileIOGetDevice(DPSTRUCT dp, struct jfd fdinfo ); ^ /opt/TAFC/R14.1/include/jedi.h:732:1: error: unknown type name ‘ino_t’ ino_t JRunFileIOGetLock1(DPSTRUCT dp, struct jfd fdinfo ); Kindly Help. Thanks ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] Restore Point for Centos 7
Hi all, Just want to inquire if it is possible to create restore points for Centos 7 like we have in virtual machines and window. If possible, kindly advise. Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Cisco Anyconnect Client on Centos 7
Hi all, I have Centos 7 which is doing great. I tried to install Cisco Anyconnect VPN client but could not launch it. It appear on my Application tab but not launching. Kindly assist me the a working rpm on Centos 7. Regards. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] TELNENT TO LOCALHOST IN CENTOS 7
Thanks all. It is working now. Regards On 24 Nov 2014 20:11, "Frank Cox" wrote: > On Mon, 24 Nov 2014 08:46:33 -0600 > John R. Dennison wrote: > > > Why are you wanting to use telnet in the first place? > > I don't know what his use case is, but I installed telnet on this computer > a while back for the Android Remote Keyboard app. > > https://play.google.com/store/apps/details?id=de.onyxbits.remotekeyboard > > -- > MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] TELNENT TO LOCALHOST IN CENTOS 7
I just install Centos 7 on my laptop. I have also installed telnet-server and telnet. I can telnet to other server from my local CentOS 7 but can not telnet localhost also, i can not telnet to my localhost from other server. I try to check telnet file in /etc/xinetd.d directory but the file "telnet" is not there. Please can someone help me with the steps to install telnet or enable telnet services on CENTOS 7 so that i can telnet my localhost. Below is the error message: [claire@ittestsrvr ~]$ telnet localhost Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Installation of WPS
Hi, i tried to install WPS as alternative to Openffice but it give me this error below. Requires: libstdc++.so.6(GLIBCXX_3.4.14) Kindly advice. Regards Samson. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] KVM/QEMU SCREEN SIZE
Thanks, This forum is very helpful. My two issues resolved in less thank 30 mins. Regards. On Thu, Jul 24, 2014 at 5:01 PM, Nux! wrote: > Just like you would change the resolution of a regular PC with Windows? > > > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > > - Original Message - > > From: "Samson" > > To: "CentOS mailing list" > > Sent: Thursday, 24 July, 2014 4:47:29 PM > > Subject: [CentOS] KVM/QEMU SCREEN SIZE > > > > I am running Windows 7 professional inside KVM/QEMU on CentOS 6.4. > > My question is: how do you change the screen size of the Windows 7 > > KVM/QEMU. > > It is about a third of the size of the current screen resolution. > > > > How can i change the screen size of the window 7 on the virtual machine. > > > > Regards. > > ___ > > CentOS mailing list > > CentOS@centos.org > > http://lists.centos.org/mailman/listinfo/centos > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] KVM/QEMU SCREEN SIZE
I am running Windows 7 professional inside KVM/QEMU on CentOS 6.4. My question is: how do you change the screen size of the Windows 7 KVM/QEMU. It is about a third of the size of the current screen resolution. How can i change the screen size of the window 7 on the virtual machine. Regards. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] /usr/bin/ld: cannot find -lncurses
Thanks so much. resolved with your help. Regards. On Thu, Jul 24, 2014 at 3:50 PM, wwp wrote: > Hello Samson, > > > On Thu, 24 Jul 2014 15:43:55 +0100 Samson wrote: > > > Hi all, > > I am having this error when i tried to compile a program > > > > /usr/bin/ld: cannot find -lncurses > > collect2: ld returned 1 exit status > > /usr/bin/ld: cannot find -lncurses > > collect2: ld returned 1 exit status > > > > Kindly help me out. > > You might need to install ncurses-lib (and probably ncurses, ncurses-base). > > > Regards, > > -- > wwp > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] /usr/bin/ld: cannot find -lncurses
Hi all, I am having this error when i tried to compile a program /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status Kindly help me out. Regard. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos