You are not logged in.

#1 2010-12-18 20:19:11

nwoki
Member
Registered: 2010-09-14
Posts: 67

[SOLVED]colorgcc: no colors!

Hi guys. Suddenly after a few package updates ( not including colorgcc ) I don't see any colors during compilation anymore!
Anyone got any ideas on how to get things back the way they were?

EDIT: if i give : "colorgcc -c -Wall   -DSQLITE_THREADSAFE=0 -o src/.obj/sqlite3.o src/sqlite3/sqlite3.c" for example, i get the colored output. What's wrong?

Last edited by nwoki (2011-01-02 18:04:40)

Offline

#2 2010-12-20 14:19:25

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

bump.
Been googling for a whole day, can't find anything

Offline

#3 2010-12-20 14:37:57

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [SOLVED]colorgcc: no colors!

Maybe check pacman logs, does not seem to be any other clues on forum


Mr Green

Offline

#4 2010-12-20 14:47:15

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

Pacman logs show no error. I have colorgcc and gcc installed correctly. It just stopped coloring out of the blue!

Offline

#5 2010-12-20 14:59:17

delectate
Member
Registered: 2010-04-05
Posts: 16
Website

Re: [SOLVED]colorgcc: no colors!

rollback


oh,my pooooooor english  :'(

Offline

#6 2010-12-20 15:11:42

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

went back to "colorgcc-1.3.2-5.pkg.tar.gz" but nothing

Offline

#7 2010-12-21 00:57:01

shwick
Member
Registered: 2010-09-16
Posts: 31

Re: [SOLVED]colorgcc: no colors!

i think there was a new version of gcc rolled out recently, maybe that broke colorgcc?

Offline

#8 2010-12-21 10:34:43

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

Nope, not the gcc package. Am I the only one with this problem?

Offline

#9 2010-12-21 10:41:57

alexcriss
Member
Registered: 2010-05-24
Posts: 121

Re: [SOLVED]colorgcc: no colors!

nwoki wrote:

Nope, not the gcc package. Am I the only one with this problem?

Nope, it doesn't work here too, used to work some time ago, not sure when it broke

Offline

#10 2010-12-28 20:05:37

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

anyone with any updates?

EDIT: if i call "colorgcc <files> " i get colorized output. Seems like gcc doesn't call colorgcc. Any ideas?

Last edited by nwoki (2010-12-28 20:09:20)

Offline

#11 2011-01-02 18:04:24

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

Issue solved by creating symlinks in my "/usr/local/bin" folder.

ln -s /usr/bin/colorgcc gcc
ln -s /usr/bin/colorgcc g++

Offline

#12 2011-01-03 09:13:27

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: [SOLVED]colorgcc: no colors!

Or set the CC var:

export CC=/usr/bin/colorgcc 

Which is imo better then symlinking

Offline

#13 2011-01-03 11:49:06

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [SOLVED]colorgcc: no colors!

/usr/local/bin ? very strange


Mr Green

Offline

#14 2011-01-03 12:13:34

nwoki
Member
Registered: 2010-09-14
Posts: 67

Re: [SOLVED]colorgcc: no colors!

Mr Green wrote:

/usr/local/bin ? very strange

Yep, seems strange to me as well, but it works

Offline

#15 2011-01-03 12:18:41

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [SOLVED]colorgcc: no colors!

If which had shown up colorcc in /usr/local/bin then it would have been quicker just to delete it.

But as you say it works job done!


Mr Green

Offline

Board footer

Powered by FluxBB