I run CentOS 6.x 64-bit and keep getting this error and have for a while now.
Compiling ansi_cio.c
ansi_cio.c: In function ‘ansi_keyparse’:
ansi_cio.c:635: warning: implicit declaration of function ‘pthread_setname_np’ Compiling ciolib.c
ciolib.c: In function ‘ciolib_cprintf’:
ciolib.c:872: warning: implicit declaration of function ‘vasprintf’ gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
Any help would be greatly appreciated! Thanks!
Re: cio compiler crashwhile
By: Fireball to All on Sat Sep 06 2014 02:31 pm
I run CentOS 6.x 64-bit and keep getting this error and have for a
now.
Compiling ansi_cio.c
ansi_cio.c: In function ‘ansi_keyparse’:
ansi_cio.c:635: warning: implicit declaration of function ‘pthread_setname_np’ Compiling ciolib.c
ciolib.c: In function ‘ciolib_cprintf’:
ciolib.c:872: warning: implicit declaration of function ‘vasprintf’ gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
Any help would be greatly appreciated! Thanks!
Perform a "gmake clean" first.
Re: cio compiler crash
By: Fireball to All on Sat Sep 06 2014 02:31 pm
whileI run CentOS 6.x 64-bit and keep getting this error and have for a
now.
Compiling ansi_cio.c
ansi_cio.c: In function ‘ansi_keyparse’:
ansi_cio.c:635: warning: implicit declaration of function ‘pthread_setname_np’ Compiling ciolib.c
ciolib.c: In function ‘ciolib_cprintf’:
ciolib.c:872: warning: implicit declaration of function ‘vasprintf’ gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
Any help would be greatly appreciated! Thanks!
Perform a "gmake clean" first.
I get "make: *** No rule to make target `clean'. Stop." :/
Re: Re: cio compiler crashfor a
By: Fireball to Digital Man on Mon Sep 08 2014 08:55 pm
Re: cio compiler crash
By: Fireball to All on Sat Sep 06 2014 02:31 pm
I run CentOS 6.x 64-bit and keep getting this error and have
while
now.
Compiling ansi_cio.c
ansi_cio.c: In function ‘ansi_keyparse’:
ansi_cio.c:635: warning: implicit declaration of function ‘pthread_setname_np’ Compiling ciolib.c
ciolib.c: In function ‘ciolib_cprintf’:
ciolib.c:872: warning: implicit declaration of function
‘vasprintf’ gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
Any help would be greatly appreciated! Thanks!
Perform a "gmake clean" first.
I get "make: *** No rule to make target `clean'. Stop." :/
What directory were you in when you typed that command? I'm recommending running that command while in the src/sbbs3 directory.
I ran the command from src/sbbs3 as you said and started the update process again. On compile I got the following error...
Re: Re: cio compiler crash
By: Fireball to Digital Man on Wed Sep 10 2014 05:06 pm
I ran the command from src/sbbs3 as you said and started the update process again. On compile I got the following error...
Run a make clean in the conio directory as well.
Re: Re: cio compiler crash
By: Fireball to Digital Man on Mon Sep 08 2014 08:55 pm
Re: cio compiler crash
By: Fireball to All on Sat Sep 06 2014 02:31 pm
for aI run CentOS 6.x 64-bit and keep getting this error and have
while
now.
Compiling ansi_cio.c
ansi_cio.c: In function ‘ansi_keyparse’:
ansi_cio.c:635: warning: implicit declaration of function ‘pthread_setname_np’ Compiling ciolib.c
ciolib.c: In function ‘ciolib_cprintf’:
ciolib.c:872: warning: implicit declaration of function ‘vasprintf’ gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
Any help would be greatly appreciated! Thanks!
Perform a "gmake clean" first.
I get "make: *** No rule to make target `clean'. Stop." :/
What directory were you in when you typed that command? I'm recommending running that command while in the src/sbbs3 directory.
I ran the command from src/sbbs3 as you said and started the update process again. On compile I got the following error...
gmake -C /sbbs/src/sbbs3/../conio mtlib
gmake[1]: Entering directory `/sbbs/src/conio'
gmake[1]: *** No rule to make target `allfonts.h', needed by `gcc.linux.obj.release-mt/cterm.o'. Stop.
gmake[1]: Leaving directory `/sbbs/src/conio'
gmake: *** [ciolib-mt] Error 2
I'm running CentOS 6.x (latest) 32-bit.
Re: Re: cio compiler crash
By: Fireball to Digital Man on Wed Sep 10 2014 05:06 pm
I ran the command from src/sbbs3 as you said and started the update process again. On compile I got the following error...
Run a make clean in the conio directory as well.
I had thought of that before and still no joy...
Re: Re: cio compiler crash
By: Fireball to Deuce on Fri Sep 12 2014 05:06 am
Re: Re: cio compiler crash
By: Fireball to Digital Man on Wed Sep 10 2014 05:06 pm
I ran the command from src/sbbs3 as you said and started the
update process again. On compile I got the following error...
Run a make clean in the conio directory as well.
I had thought of that before and still no joy...
If you're building a RELEASE build of Synchronet, then you must also
perform a RELEASE clean of Synchronet. e.g.
# gmake RELEASE=yes clean
# gmake RELEASE=yes clean
RELEASE=1 will work the same (the value you assign to RELEASE does not matter).
Re: Re: cio compiler crasherror...
By: Digital Man to Fireball on Fri Sep 12 2014 05:53 pm
Re: Re: cio compiler crash
By: Fireball to Deuce on Fri Sep 12 2014 05:06 am
Re: Re: cio compiler crash
By: Fireball to Digital Man on Wed Sep 10 2014 05:06 pm
I ran the command from src/sbbs3 as you said and started the update process again. On compile I got the following
Run a make clean in the conio directory as well.
I had thought of that before and still no joy...
If you're building a RELEASE build of Synchronet, then you must also perform a RELEASE clean of Synchronet. e.g.
# gmake RELEASE=yes clean
RELEASE=1 will work the same (the value you assign to RELEASE does not matter).
digital man
Sysop: | Ragnarok |
---|---|
Location: | Dock Sud, Bs As, Argentina |
Users: | 136 |
Nodes: | 10 (0 / 10) |
Uptime: | 06:26:39 |
Calls: | 15,171 |
Calls today: | 4 |
Files: | 19,857 |
D/L today: |
7 files (164K bytes) |
Messages: | 1,691,377 |