Bug 111281 - Ebuild for fteqcc (fteqw)
|
Bug#:
111281
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: fabien@zouaoui.org
|
|
Component: Games
|
|
|
URL:
http://fteqw.sourceforge.net/
|
|
Summary: Ebuild for fteqcc (fteqw)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-11-02 11:52 0000
|
Quake C compiler with nice features.
* warnings for just about everything
* "local" is not required before local variables
* semicolon after function body is optional
* redundant semicolons at file scope are allowed
* empty statements are allowed
* empty curly braces are allowed
* C-style function declarations and definitions are allowed
* hexadecimal numeric constants are understood
* varargs builtin functions with some required parms are supported.
* Supports working nested function calls.
* Supports code like this: a = a-5;
* Supports a bucket load of warnings. It's still possible to make a progs
without default warnings.
* Support for arrays
Created an attachment (id=71950) [details]
dev-games/fteqcc-2501
An ebuild for fteqcc using the sources.
Makefile's qccgui target don't work, an file is missing in the zipfile
(qcc_gtk.h).
I have commented all things related to the gui in the ebuild
added to portage ... generally with development related game packages we dont
install with games.eclass, so i changed this package to install into /usr/bin