Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111281 - Ebuild for fteqcc (fteqw)
Summary: Ebuild for fteqcc (fteqw)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://fteqw.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-02 11:52 UTC by fabien Zouaoui
Modified: 2005-11-04 20:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-games/fteqcc-2501 (fteqcc-2501.ebuild,822 bytes, text/plain)
2005-11-02 12:01 UTC, fabien Zouaoui
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fabien Zouaoui 2005-11-02 11:52:20 UTC
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
Comment 1 fabien Zouaoui 2005-11-02 12:01:49 UTC
Created attachment 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
Comment 2 SpanKY gentoo-dev 2005-11-04 20:51:27 UTC
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