Re: Trying to understand preprocessor

new topic     » goto parent     » topic index » view thread      » older message » newer message
moskito_x said...

That's because the command eui -p eui:datesub.ex thedate.dex
the eui: did not match the extension .dex
and now eui searches in eu.cfg for a match pre-processor line like -p dex:datesub.ex:-f %m/%d/%Y
and then created thedate.pp.dex-f the wrong file.

Solution

change in D:\euphoria-405\demo\preproc\eu.cfg the line

-p dex:datesub.ex:-f %m/%d/%Y 
to
-p dex:datesub.ex: %m/%d/%Y 

moskito x

Hmm. Changing that line in the manner you described should not have been necessary.

I wonder what would happen if you did this

-p dex:datesub.ex: -f %m/%d/%Y 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu