Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Building dsc with docbook get Recursive variable error

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
DebbyIan
Posts: 158
Joined: 2013-05-09 12:12

Building dsc with docbook get Recursive variable error

#1 Post by DebbyIan »

I'm building a dsc package but I get this error during the make compilation:

Code: Select all

*** Recursive variable 'CC' references itself (eventually).  Stop.
Package passes the configure stage. And it only happens when building docs with docbook. Maybe I am missing something in the configure stage.
Should I be reassigning (ie, simple reference) the CC variable in the shell environment?? Dubious if that would work.


Post Reply