First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 111281
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: fabien Zouaoui <fabien@zouaoui.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fteqcc-2501.ebuild dev-games/fteqcc-2501 text/plain fabien Zouaoui 2005-11-02 12:01 0000 822 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 111281 depends on: Show dependency tree
Bug 111281 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   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

------- Comment #1 From fabien Zouaoui 2005-11-02 12:01:49 0000 -------
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

------- Comment #2 From SpanKY 2005-11-04 20:51:27 0000 -------
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

First Last Prev Next    No search results available      Search page      Enter new bug