FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

undefined identifier package util.fileex

 
Post new topic   Reply to topic     Forum Index -> Build
View previous topic :: View next topic  
Author Message
Damian



Joined: 14 Jul 2006
Posts: 2

PostPosted: Fri Jul 14, 2006 12:00 pm    Post subject: undefined identifier package util.fileex Reply with quote

I cant compile build on linux with gdc 0.19
Am I making a mistake?

$ gdmd -op -release -inline build.d util/pathex_bn.d util/pathex.d source_bn.d util/str.d build_bn.d util/booltype.d util/fdt_bn.d util/str_bn.d source.d util/fdt.d util/fileex.d util/fileex_bn.d util/linetoken.d util/linetoken_bn.d util/macro.d
util/macro.d:416: undefined identifier package util.fileex
util/macro.d:416: undefined identifier package util.fileex
util/macro.d:416: no property 'GetText' for type 'void'
util/macro.d:416: function expected before (), not 1 of type int
util/macro.d:416: cannot implicitly convert expression (1((pFile))) of type int to char[]
util/macro.d:421: undefined identifier package util.fileex
util/macro.d:421: undefined identifier package util.fileex
util/macro.d:421: no property 'CreateTextFile' for type 'void'
util/macro.d:421: function expected before (), not 1 of type int
Back to top
View user's profile Send private message
Skrylar



Joined: 12 Jul 2006
Posts: 5
Location: Round Rock, TX, USA

PostPosted: Sat Jul 15, 2006 2:20 am    Post subject: Reply with quote

No, you haven't done anything wrong. Build just never builds right.. you have to add import util.fileex; in to module.d.
Back to top
View user's profile Send private message
Damian



Joined: 14 Jul 2006
Posts: 2

PostPosted: Sat Jul 15, 2006 8:49 am    Post subject: Reply with quote

There is no module.d in my build sources, I think.
Back to top
View user's profile Send private message
Skrylar



Joined: 12 Jul 2006
Posts: 5
Location: Round Rock, TX, USA

PostPosted: Sun Jul 16, 2006 7:28 pm    Post subject: Reply with quote

Sorry, that's a typo on my part.

In util/macro.d there is a line

Code:
module util.macro;


You need to replace this with

Code:
module util.macro;
import util.fileex;


And then you get to experience a whole slew of other problems with build Confused
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Build All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group