Bug 1525239 - can not compile uqm-0.7.0-14.fc27.src.rpm
Summary: can not compile uqm-0.7.0-14.fc27.src.rpm
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: uqm
Version: 27
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-12 21:00 UTC by Knut J BJuland
Modified: 2018-02-01 21:46 UTC (History)
1 user (show)

Fixed In Version: uqm-0.7.0-15.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-01 21:46:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Knut J BJuland 2017-12-12 21:00:15 UTC
Description of problem:


Version-Release number of selected component (if applicable):
can not compile uqm-0.7.0-14.fc27.src.rpm

How reproducible:
every time
Steps to Reproduce:
1.rpmbuild --rebuild uqm-0.7.0-14.fc27.src.rpm
2.
3.

Actual results:

  CC       obj/release/src/uqm/comm/arilou/arilouc.c.o
In file included from src/uqm/comm.h:24:0,
                 from src/uqm/comm/arilou/../commall.h:21,
                 from src/uqm/comm/arilou/arilouc.c:19:
src/uqm/comm/arilou/arilouc.c: In function 'ExitConversation':
src/uqm/comm/arilou/arilouc.c:235:22: error: 'bye_angry_space' undeclared (first use in this function)
  if (PLAYER_SAID (R, bye_angry_space))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:235:22: note: each undeclared identifier is reported only once for each function it appears in
  if (PLAYER_SAID (R, bye_angry_space))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:236:14: error: 'GOODBYE_ANGRY_SPACE' undeclared (first use in this function)
   NPCPhrase (GOODBYE_ANGRY_SPACE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:237:27: error: 'bye_friendly_space' undeclared (first use in this function); did you mean 'bye_angry_space'?
  else if (PLAYER_SAID (R, bye_friendly_space))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:238:14: error: 'GOODBYE_FRIENDLY_SPACE' undeclared (first use in this function); did you mean 'GOODBYE_ANGRY_SPACE'?
   NPCPhrase (GOODBYE_FRIENDLY_SPACE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:239:27: error: 'bye_friendly_homeworld' undeclared (first use in this function); did you mean 'bye_friendly_space'?
  else if (PLAYER_SAID (R, bye_friendly_homeworld))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:240:14: error: 'GOODBYE_FRDLY_HOMEWORLD' undeclared (first use in this function)
   NPCPhrase (GOODBYE_FRDLY_HOMEWORLD);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:241:27: error: 'lets_fight' undeclared (first use in this function)
  else if (PLAYER_SAID (R, lets_fight))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:242:14: error: 'NO_FIGHT' undeclared (first use in this function); did you mean '_IO_RIGHT'?
   NPCPhrase (NO_FIGHT);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:243:27: error: 'bug_eyed_fruitcakes' undeclared (first use in this function)
  else if (PLAYER_SAID (R, bug_eyed_fruitcakes))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:245:14: error: 'WE_NEVER_FRIENDS' undeclared (first use in this function); did you mean 'LANDER_SHIELDS'?
   NPCPhrase (WE_NEVER_FRIENDS);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:249:27: error: 'best_if_i_killed_you' undeclared (first use in this function)
  else if (PLAYER_SAID (R, best_if_i_killed_you))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:251:14: error: 'WICKED_HUMAN' undeclared (first use in this function)
   NPCPhrase (WICKED_HUMAN);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c: In function 'ArilouHome':
src/uqm/comm/arilou/arilouc.c:265:22: error: 'confused_by_hello' undeclared (first use in this function)
  if (PLAYER_SAID (R, confused_by_hello))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:266:14: error: 'CONFUSED_RESPONSE' undeclared (first use in this function); did you mean 'BROADCASTER_RESPONSE'?
   NPCPhrase (CONFUSED_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:267:27: error: 'happy_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
  else if (PLAYER_SAID (R, happy_by_hello))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:268:14: error: 'HAPPY_RESPONSE' undeclared (first use in this function); did you mean 'CONFUSED_RESPONSE'?
   NPCPhrase (HAPPY_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:269:27: error: 'miffed_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
  else if (PLAYER_SAID (R, miffed_by_hello))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:270:14: error: 'MIFFED_RESPONSE' undeclared (first use in this function); did you mean 'CONFUSED_RESPONSE'?
   NPCPhrase (MIFFED_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:271:27: error: 'ok_lets_be_friends' undeclared (first use in this function)
  else if (PLAYER_SAID (R, ok_lets_be_friends))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:272:14: error: 'NO_ALLY_BUT_MUCH_GIVE' undeclared (first use in this function)
   NPCPhrase (NO_ALLY_BUT_MUCH_GIVE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:273:27: error: 'what_about_war' undeclared (first use in this function)
  else if (PLAYER_SAID (R, what_about_war))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:275:14: error: 'ABOUT_WAR' undeclared (first use in this function)
   NPCPhrase (ABOUT_WAR);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:279:27: error: 'what_about_urquan' undeclared (first use in this function); did you mean 'what_about_war'?
  else if (PLAYER_SAID (R, what_about_urquan))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:281:14: error: 'ABOUT_URQUAN' undeclared (first use in this function); did you mean 'ABOUT_WAR'?
   NPCPhrase (ABOUT_URQUAN);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:285:27: error: 'tell_arilou_about_tpet' undeclared (first use in this function)
  else if (PLAYER_SAID (R, tell_arilou_about_tpet))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:287:14: error: 'BAD_NEWS_ABOUT_TPET' undeclared (first use in this function)
   NPCPhrase (BAD_NEWS_ABOUT_TPET);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:292:27: error: 'what_do_about_tpet' undeclared (first use in this function); did you mean 'what_about_war'?
  else if (PLAYER_SAID (R, what_do_about_tpet))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:294:14: error: 'DANGEROUS_BUT_USEFUL' undeclared (first use in this function)
   NPCPhrase (DANGEROUS_BUT_USEFUL);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:299:27: error: 'learned_about_umgah' undeclared (first use in this function)
  else if (PLAYER_SAID (R, learned_about_umgah))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:302:15: error: 'NO_NEWS_YET' undeclared (first use in this function)
    NPCPhrase (NO_NEWS_YET);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:305:15: error: 'UMGAH_UNDER_COMPULSION' undeclared (first use in this function); did you mean 'MENTIONED_PET_COMPULSION'?
    NPCPhrase (UMGAH_UNDER_COMPULSION);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:312:27: error: 'umgah_acting_weird' undeclared (first use in this function)
  else if (PLAYER_SAID (R, umgah_acting_weird))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:314:14: error: 'WELL_GO_CHECK' undeclared (first use in this function); did you mean 'ARILOU_UMGAH_CHECK'?
   NPCPhrase (WELL_GO_CHECK);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:320:27: error: 'what_do_now' undeclared (first use in this function); did you mean 'what_about_war'?
  else if (PLAYER_SAID (R, what_do_now))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:322:14: error: 'GO_FIND_OUT' undeclared (first use in this function); did you mean '_IO_LINE_BUF'?
   NPCPhrase (GO_FIND_OUT);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:326:27: error: 'what_did_on_earth' undeclared (first use in this function)
  else if (PLAYER_SAID (R, what_did_on_earth))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:328:14: error: 'DID_THIS' undeclared (first use in this function)
   NPCPhrase (DID_THIS);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:333:27: error: 'why_did_this' undeclared (first use in this function)
  else if (PLAYER_SAID (R, why_did_this))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:335:14: error: 'IDF_PARASITES' undeclared (first use in this function)
   NPCPhrase (IDF_PARASITES);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:340:27: error: 'tell_more' undeclared (first use in this function)
  else if (PLAYER_SAID (R, tell_more))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:342:14: error: 'NOT_NOW' undeclared (first use in this function); did you mean 'HOT_SPOT'?
   NPCPhrase (NOT_NOW);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:347:27: error: 'what_give_me' undeclared (first use in this function)
  else if (PLAYER_SAID (R, what_give_me))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:349:14: error: 'ABOUT_PORTAL' undeclared (first use in this function); did you mean 'ABOUT_URQUAN'?
   NPCPhrase (ABOUT_PORTAL);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:354:7: error: 'about_portal_again' undeclared (first use in this function)
   R = about_portal_again;
       ^~~~~~~~~~~~~~~~~~
In file included from src/uqm/comm.h:24:0,
                 from src/uqm/comm/arilou/../commall.h:21,
                 from src/uqm/comm/arilou/arilouc.c:19:
src/uqm/comm/arilou/arilouc.c:357:27: error: 'what_about_tpet' undeclared (first use in this function); did you mean 'what_do_about_tpet'?
  else if (PLAYER_SAID (R, what_about_tpet))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:359:14: error: 'ABOUT_TPET' undeclared (first use in this function); did you mean 'ABOUT_WAR'?
   NPCPhrase (ABOUT_TPET);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:365:14: error: 'PORTAL_AGAIN' undeclared (first use in this function); did you mean 'PORTAL_SPAWNER'?
   NPCPhrase (PORTAL_AGAIN);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:369:27: error: 'got_it' undeclared (first use in this function); did you mean 'getopt'?
  else if (PLAYER_SAID (R, got_it))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:372:15: error: 'CLEVER_HUMAN' undeclared (first use in this function)
    NPCPhrase (CLEVER_HUMAN);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:373:14: error: 'GIVE_PORTAL' undeclared (first use in this function); did you mean 'ABOUT_PORTAL'?
   NPCPhrase (GIVE_PORTAL);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:461:13: error: 'best_if_i_killed_you' undeclared (first use in this function)
   Response (best_if_i_killed_you, ExitConversation);
             ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:462:12: error: 'bye_friendly_homeworld' undeclared (first use in this function)
  Response (bye_friendly_homeworld, ExitConversation);
            ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c: In function 'AngryHomeArilou':
src/uqm/comm/arilou/arilouc.c:468:22: error: 'invaders_from_mars' undeclared (first use in this function)
  if (PLAYER_SAID (R, invaders_from_mars))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:470:14: error: 'HAD_OUR_REASONS' undeclared (first use in this function); did you mean 'END_PKUNK_REASONS'?
   NPCPhrase (HAD_OUR_REASONS);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:474:27: error: 'why_should_i_trust' undeclared (first use in this function)
  else if (PLAYER_SAID (R, why_should_i_trust))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:476:14: error: 'TRUST_BECAUSE' undeclared (first use in this function)
   NPCPhrase (TRUST_BECAUSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:480:27: error: 'what_about_interference' undeclared (first use in this function)
  else if (PLAYER_SAID (R, what_about_interference))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:482:14: error: 'INTERFERENCE_NECESSARY' undeclared (first use in this function)
   NPCPhrase (INTERFERENCE_NECESSARY);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:486:27: error: 'i_just_like_to_leave' undeclared (first use in this function)
  else if (PLAYER_SAID (R, i_just_like_to_leave))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:488:14: error: 'SORRY_NO_LEAVE' undeclared (first use in this function)
   NPCPhrase (SORRY_NO_LEAVE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:497:13: error: 'bug_eyed_fruitcakes' undeclared (first use in this function)
   Response (bug_eyed_fruitcakes, ExitConversation);
             ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:503:12: error: 'ok_lets_be_friends' undeclared (first use in this function)
  Response (ok_lets_be_friends, ArilouHome);
            ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c: In function 'AngrySpaceArilou':
src/uqm/comm/arilou/arilouc.c:510:22: error: 'im_sorry' undeclared (first use in this function)
  if (PLAYER_SAID (R, im_sorry))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:512:14: error: 'APOLOGIZE_AT_HOMEWORLD' undeclared (first use in this function); did you mean 'VELOCITY_TO_WORLD'?
   NPCPhrase (APOLOGIZE_AT_HOMEWORLD);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:517:12: error: 'lets_fight' undeclared (first use in this function)
  Response (lets_fight, ExitConversation);
            ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:522:12: error: 'bye_angry_space' undeclared (first use in this function)
  Response (bye_angry_space, ExitConversation);
            ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c: In function 'FriendlySpaceArilou':
src/uqm/comm/arilou/arilouc.c:530:22: error: 'confused_by_hello' undeclared (first use in this function)
  if (PLAYER_SAID (R, confused_by_hello))
                      ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:531:14: error: 'CONFUSED_RESPONSE' undeclared (first use in this function); did you mean 'BROADCASTER_RESPONSE'?
   NPCPhrase (CONFUSED_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:532:27: error: 'happy_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
  else if (PLAYER_SAID (R, happy_by_hello))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:533:14: error: 'HAPPY_RESPONSE' undeclared (first use in this function); did you mean 'CONFUSED_RESPONSE'?
   NPCPhrase (HAPPY_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:534:27: error: 'miffed_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
  else if (PLAYER_SAID (R, miffed_by_hello))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:535:14: error: 'MIFFED_RESPONSE' undeclared (first use in this function); did you mean 'CONFUSED_RESPONSE'?
   NPCPhrase (MIFFED_RESPONSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:536:27: error: 'whats_up_1' undeclared (first use in this function)
  else if (PLAYER_SAID (R, whats_up_1)
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:537:23: error: 'whats_up_2' undeclared (first use in this function); did you mean 'whats_up_1'?
    || PLAYER_SAID (R, whats_up_2))
                       ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:543:16: error: 'GENERAL_INFO_1' undeclared (first use in this function); did you mean 'ORZ_GENERAL_INFO'?
     NPCPhrase (GENERAL_INFO_1);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:546:16: error: 'GENERAL_INFO_2' undeclared (first use in this function); did you mean 'GENERAL_INFO_1'?
     NPCPhrase (GENERAL_INFO_2);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:549:16: error: 'GENERAL_INFO_3' undeclared (first use in this function); did you mean 'GENERAL_INFO_2'?
     NPCPhrase (GENERAL_INFO_3);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:552:16: error: 'GENERAL_INFO_4' undeclared (first use in this function); did you mean 'GENERAL_INFO_3'?
     NPCPhrase (GENERAL_INFO_4);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:560:27: error: 'why_you_here' undeclared (first use in this function)
  else if (PLAYER_SAID (R, why_you_here))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:562:14: error: 'LEARN_THINGS' undeclared (first use in this function); did you mean 'LANTHANUM'?
   NPCPhrase (LEARN_THINGS);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:566:27: error: 'what_things' undeclared (first use in this function)
  else if (PLAYER_SAID (R, what_things))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:568:14: error: 'THESE_THINGS' undeclared (first use in this function); did you mean 'LEARN_THINGS'?
   NPCPhrase (THESE_THINGS);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:572:27: error: 'why_do_it' undeclared (first use in this function); did you mean 'why_you_here'?
  else if (PLAYER_SAID (R, why_do_it))
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:574:14: error: 'DO_IT_BECAUSE' undeclared (first use in this function)
   NPCPhrase (DO_IT_BECAUSE);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:578:27: error: 'give_me_info_1' undeclared (first use in this function)
  else if (PLAYER_SAID (R, give_me_info_1)
                           ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:579:23: error: 'give_me_info_2' undeclared (first use in this function); did you mean 'give_me_info_1'?
    || PLAYER_SAID (R, give_me_info_2))
                       ^
src/uqm/commglue.h:59:33: note: in definition of macro 'PLAYER_SAID'
 #define PLAYER_SAID(r,i) ((r)==(i))
                                 ^
src/uqm/comm/arilou/arilouc.c:585:16: error: 'ARILOU_HINTS_1' undeclared (first use in this function); did you mean 'ARILOU_HINTS'?
     NPCPhrase (ARILOU_HINTS_1);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:588:16: error: 'ARILOU_HINTS_2' undeclared (first use in this function); did you mean 'ARILOU_HINTS_1'?
     NPCPhrase (ARILOU_HINTS_2);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:595:16: error: 'ARILOU_HINTS_3' undeclared (first use in this function); did you mean 'ARILOU_HINTS_2'?
     NPCPhrase (ARILOU_HINTS_3);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:600:16: error: 'ARILOU_HINTS_4' undeclared (first use in this function); did you mean 'ARILOU_HINTS_3'?
     NPCPhrase (ARILOU_HINTS_4);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:635:12: error: 'bye_friendly_space' undeclared (first use in this function)
  Response (bye_friendly_space, ExitConversation);
            ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c: In function 'Intro':
src/uqm/comm/arilou/arilouc.c:645:14: error: 'OUT_TAKES' undeclared (first use in this function)
   NPCPhrase (OUT_TAKES);
              ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:656:15: error: 'INIT_HELLO' undeclared (first use in this function)
    NPCPhrase (INIT_HELLO);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:661:15: error: 'FRDLY_HOMEWORLD_HELLO_1' undeclared (first use in this function)
    NPCPhrase (FRDLY_HOMEWORLD_HELLO_1);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:665:13: error: 'confused_by_hello' undeclared (first use in this function)
   Response (confused_by_hello, RespFunc);
             ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:666:13: error: 'happy_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
   Response (happy_by_hello, RespFunc);
             ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:667:13: error: 'miffed_by_hello' undeclared (first use in this function); did you mean 'confused_by_hello'?
   Response (miffed_by_hello, RespFunc);
             ^
src/uqm/commglue.h:71:20: note: in definition of macro 'Response'
   DoResponsePhrase(i,(RESPONSE_FUNC)a,0)
                    ^
src/uqm/comm/arilou/arilouc.c:679:16: error: 'HOSTILE_GOODBYE_1' undeclared (first use in this function)
     NPCPhrase (HOSTILE_GOODBYE_1);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:682:16: error: 'HOSTILE_GOODBYE_2' undeclared (first use in this function); did you mean 'HOSTILE_GOODBYE_1'?
     NPCPhrase (HOSTILE_GOODBYE_2);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:685:16: error: 'HOSTILE_GOODBYE_3' undeclared (first use in this function); did you mean 'HOSTILE_GOODBYE_2'?
     NPCPhrase (HOSTILE_GOODBYE_3);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:688:16: error: 'HOSTILE_GOODBYE_4' undeclared (first use in this function); did you mean 'HOSTILE_GOODBYE_3'?
     NPCPhrase (HOSTILE_GOODBYE_4);
                ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:700:15: error: 'INIT_ANGRY_HWLD_HELLO' undeclared (first use in this function)
    NPCPhrase (INIT_ANGRY_HWLD_HELLO);
               ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:711:17: error: 'ANGRY_SPACE_HELLO_1' undeclared (first use in this function); did you mean 'LOG_SPACE_HEIGHT'?
      NPCPhrase (ANGRY_SPACE_HELLO_1);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:714:17: error: 'ANGRY_SPACE_HELLO_2' undeclared (first use in this function); did you mean 'ANGRY_SPACE_HELLO_1'?
      NPCPhrase (ANGRY_SPACE_HELLO_2);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:731:17: error: 'FRIENDLY_SPACE_HELLO_1' undeclared (first use in this function); did you mean 'ANGRY_SPACE_HELLO_1'?
      NPCPhrase (FRIENDLY_SPACE_HELLO_1);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:734:17: error: 'FRIENDLY_SPACE_HELLO_2' undeclared (first use in this function); did you mean 'FRIENDLY_SPACE_HELLO_1'?
      NPCPhrase (FRIENDLY_SPACE_HELLO_2);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:737:17: error: 'FRIENDLY_SPACE_HELLO_3' undeclared (first use in this function); did you mean 'FRIENDLY_SPACE_HELLO_2'?
      NPCPhrase (FRIENDLY_SPACE_HELLO_3);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:740:17: error: 'FRIENDLY_SPACE_HELLO_4' undeclared (first use in this function); did you mean 'FRIENDLY_SPACE_HELLO_3'?
      NPCPhrase (FRIENDLY_SPACE_HELLO_4);
                 ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:757:18: error: 'GOT_PART_YET_1' undeclared (first use in this function); did you mean 'START_YEAR'?
       NPCPhrase (GOT_PART_YET_1);
                  ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:775:18: error: 'FRDLY_HOMEWORLD_HELLO_2' undeclared (first use in this function); did you mean 'FRDLY_HOMEWORLD_HELLO_1'?
       NPCPhrase (FRDLY_HOMEWORLD_HELLO_2);
                  ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:778:18: error: 'FRDLY_HOMEWORLD_HELLO_3' undeclared (first use in this function); did you mean 'FRDLY_HOMEWORLD_HELLO_2'?
       NPCPhrase (FRDLY_HOMEWORLD_HELLO_3);
                  ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
src/uqm/comm/arilou/arilouc.c:781:18: error: 'FRDLY_HOMEWORLD_HELLO_4' undeclared (first use in this function); did you mean 'FRDLY_HOMEWORLD_HELLO_3'?
       NPCPhrase (FRDLY_HOMEWORLD_HELLO_4);
                  ^
src/uqm/commglue.h:89:41: note: in definition of macro 'NPCPhrase'
 #define NPCPhrase(index) NPCPhrase_cb ((index), NULL)
                                         ^~~~~
make: *** [Makefile.build:61: obj/release/src/uqm/comm/arilou/arilouc.c.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.XQ0i1k (%build)




Expected results:

It should compile with gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2)


Additional info:

Comment 1 Gwyn Ciesla 2017-12-13 13:57:29 UTC
I've been looking at this for some time, without much success.

Comment 2 Fedora Update System 2018-01-23 19:18:48 UTC
uqm-0.7.0-15.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b25fddae2a

Comment 3 Fedora Update System 2018-01-25 08:36:53 UTC
uqm-0.7.0-15.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-b25fddae2a

Comment 4 Fedora Update System 2018-02-01 21:46:12 UTC
uqm-0.7.0-15.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.