View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004279 | unreal | installing | public | 2014-03-14 01:14 | 2014-03-14 01:14 |
Reporter | peterkingalexander | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86 | OS | osx | OS Version | 10.6.8 |
Product Version | 3.2.10.2 | ||||
Fixed in Version | 3.2.10.2 | ||||
Summary | 0004279: c-ares configure fails | ||||
Description | configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not include directories. Use CPPFLAGS for: -I/usr/local/include | ||||
Steps To Reproduce | try to compile it using: ./configure --with-showlistmodes --enable-ssl --enable-ziplinks --with-listen=5 --with-dpath=/root/Unreal3.2.10.2 --with-spath=/root/Unreal3.2.10.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking | ||||
Additional Information | in my case removing ziplinks support prevented this error. but i'd assume that it occurs as soon as CPPFLAGS would need to be set no matter for what. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
http://hg.unrealircd.com/hg/unreal/rev/8bb3dab0adcf Changelog: When you use -D or -I in CFLAGS the bundled c-ares configure script now no longer errors. Reported by QIXOZL (0004244). An attempt for a more proper fix will be made later. Thanks for the report. This will be in the updated 3.2.10.2. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-14 01:14 | peterkingalexander | New Issue | |
2014-03-14 01:14 | peterkingalexander | Issue generated from: 0004244 |