[Tickets] [Initng] #835: Compiling breaks at latest SVN (GCC 4.3.3)

Initng trac at initng.org
Sun Jul 12 09:14:51 CEST 2009


#835: Compiling breaks at latest SVN (GCC 4.3.3)
-----------------------------------+----------------------------------------
 Reporter:  thomas                 |       Owner:            
     Type:  defect                 |      Status:  new       
 Priority:  normal                 |   Milestone:            
Component:  Bugs in initng-ifiles  |     Version:  initng-SVN
 Severity:  normal                 |    Keywords:            
-----------------------------------+----------------------------------------

Comment(by thomas):

 Tested it with Ubuntu Live CD 8.04.1:

 - same errors with gcc-4.2.3 and gcc-4.1.3 (20080308)
 - similar error with gcc 3.3.6 (see attachment)

 They have problems with __VA_ARGS__, because of the following:

 INITNG_MODULE(foo);

 -> leads to ".deps = { foo, NULL },"

 but:

 INITNG_MODULE();
 -> leads to ".deps = { , NULL },"

 So GCC is wondering about the comma...

-- 
Ticket URL: <http://www.initng.org/ticket/835#comment:2>
Initng <http://www.initng.org>
The next generation init system


More information about the Tickets mailing list