Results 1 to 5 of 5
Tilda is a drop down terminal. It is similar to the command prompt seen in many first person shooter video games like Quake. It got its name from those features ...
- 02-17-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Chicago
- Posts
- 2
Tilda
Tilda is a drop down terminal. It is similar to the command prompt seen in many first person shooter video games like Quake. It got its name from those features being mapped to the tilde key. Yes we know that it is spelled tilde.
The website to download the source is http://sourceforge.net/projects/tilda/
Here are some screenshots http://sourceforge.net/project/scree...roup_id=126081
Feel free to suggest any features to add or post any problems that you have encountered.
- 02-18-2005 #2Just Joined!
- Join Date
- Dec 2004
- Posts
- 68
So is it only for hentai games?
- 02-18-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Chicago
- Posts
- 2
No tilda is a terminal. It is not inside a game. The idea came from a game. The anime is just one of the developer's background.
- 09-26-2006 #4Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
Hey guys,
I have an error making tilda. Seeing if you guys know anything. I am using gcc 4.1.0 (apparently it is more _strict_ than previous versions), vte 0.12.2 and SLED 10.
While making, I get the following errors:
In file included from tilda_window.c:25:
tilda.h:21:21: error: confuse.h: No such file or directory
In file included from tilda.h:22,
from tilda_window.c:25:
tilda_window.h:41: error: expected specifier-qualifier-list before ‘cfg_t’
tilda_window.c:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘new_conf’
tilda_window.c: In function ‘init_tilda_window_instance’:
tilda_window.c:144: error: ‘tilda_window’ has no member named ‘tc’
tilda_window.c:144: error: ‘new_conf’ undeclared (first use in this function)
tilda_window.c:144: error: (Each undeclared identifier is reported only once
tilda_window.c:144: error: for each function it appears in.)
tilda_window.c:147: error: ‘tilda_window’ has no member named ‘tc’
tilda_window.c: In function ‘init_tilda_window’:
tilda_window.c:281: warning: passing argument 1 of ‘gtk_notebook_set_homogeneous_tabs’ from incompatible pointer type
tilda_window.c:287: error: ‘tilda_window’ has no member named ‘tc’
tilda_window.c:309: error: ‘tilda_window’ has no member named ‘tc’
Any help would be appreciated.
Thanks!!!
Nassar
- 10-16-2006 #5Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
Hi, I'm getting the same error.
I'm compiling tilda without root priviledges, so I've installed vte and libconfuse in ~/.apps/vte and ~/.apps/confuse
I've set this in my ~/.bashrc:
When compiling tilda, the "./configure --prefix=/home/i/infibb00/.apps/tilda" finishes his work without errors, but it gives me this:Code:export PATH=$PATH":~/.bin:~/.apps/vte/bin/:/home/i/infibb00/.apps/confuse/bin" export PKG_CONFIG_PATH="/home/i/infibb00/.apps/vte/lib/pkgconfig/:/home/i/infibb00/.apps/confuse/lib/pkgconfig/" export PERL5LIB=/home/i/infibb00/.perl/lib/perl/5.8/
Which I think it's not right. In fact, when I run make, I get:Code:checking confuse.h usability... no checking confuse.h presence... no checking for confuse.h... no
And I don't know what to do. Any idea?Code:if gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -I/home/i/infibb00/.apps/vte//include -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT tilda-tilda_window.o -MD -MP -MF ".deps/tilda-tilda_window.Tpo" -c -o tilda-tilda_window.o `test -f 'tilda_window.c' || echo './'`tilda_window.c; \ then mv -f ".deps/tilda-tilda_window.Tpo" ".deps/tilda-tilda_window.Po"; else rm -f ".deps/tilda-tilda_window.Tpo"; exit 1; fi In file included from tilda_window.c:25: tilda.h:21:21: error: confuse.h: No such file or directory


Reply With Quote
