From: Berend de B. <be...@po...> - 2014-01-17 21:59:33
|
Hi All, It would be useful for me to be able to compile to: /build/ubuntu-x86/EIFGENs/foo /build/debian-amd64/EIFGENs/foo etc. geant does not support this. Can I introduce a variable like: GOBO_BUILD_PREFIX which will cause compilation to not presume EIFGENs is in the current directory, but will prepend GOBO_BUILD_PREFIX if this is defined? -- All the best, Berend de Boer |
From: Eric B. <er...@go...> - 2014-01-17 23:10:15
|
On 1/17/2014 10:59 PM, Berend de Boer wrote: > It would be useful for me to be able to compile to: > > /build/ubuntu-x86/EIFGENs/foo > /build/debian-amd64/EIFGENs/foo > > etc. > > geant does not support this. > > Can I introduce a variable like: GOBO_BUILD_PREFIX which will cause > compilation to not presume EIFGENs is in the current directory, but > will prepend GOBO_BUILD_PREFIX if this is defined? Fine with me. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Berend de B. <be...@po...> - 2014-04-06 23:36:57
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: >> Can I introduce a variable like: GOBO_BUILD_PREFIX which will >> cause compilation to not presume EIFGENs is in the current >> directory, but will prepend GOBO_BUILD_PREFIX if this is >> defined? Eric> Fine with me. This has now been pushed to git. Only works for the ISE compiler at the moment, and because of the rewrite I dropped support for the EIFGEN directory as I don't think Gobo currently compiles with any ISE compiler that still uses that. -- All the best, Berend de Boer |
From: Eric B. <er...@go...> - 2014-04-07 08:36:47
|
On 4/7/2014 1:36 AM, Berend de Boer wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > >> Can I introduce a variable like: GOBO_BUILD_PREFIX which will > >> cause compilation to not presume EIFGENs is in the current > >> directory, but will prepend GOBO_BUILD_PREFIX if this is > >> defined? > > Eric> Fine with me. > > This has now been pushed to git. > > Only works for the ISE compiler at the moment, and because of the > rewrite I dropped support for the EIFGEN directory as I don't think > Gobo currently compiles with any ISE compiler that still uses that. I looked at: http://sourceforge.net/p/gobo-eiffel/gobo/ci/3058edfe81d35788b636ec6e7e4bf019b023f465/ I don't think that it's a good idea to declare `project_path' as a constant and then alter its value. Why not make it an attribute? Also, it looks like you messed up the indentation when editing non-Eiffel files. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Berend de B. <be...@po...> - 2014-04-07 23:12:16
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> I don't think that it's a good idea to declare Eric> `project_path' as a constant and then alter its value. Why Eric> not make it an attribute? It's just an initialised feature. Not really a constant. You rather have me initialise it in make? Eric> Also, it looks like you messed up the indentation when Eric> editing non-Eiffel files. Yo mean History.txt? Hopefully fixed. -- All the best, Berend de Boer |
From: Berend de B. <be...@po...> - 2014-01-20 20:51:54
|
>>>>> "LIGOT" == LIGOT Olivier <Oli...@gr...> writes: LIGOT> According to the EiffelStudio compiler documentation[1], LIGOT> you can also use the option -project_path to specify the LIGOT> compilation directory (default is current directory). Yep, but I invoice the ES compiler through geant, so that's where this request comes from. -- All the best, Berend de Boer |
From: Jocelyn F. <jf...@ei...> - 2014-01-21 14:42:03
|
Just in case this may help, you can also use the ISE_EC_FLAGS environment variable to pass extra argument to ISE Eiffel compiler. -- Jocelyn On Mon, Jan 20, 2014 at 9:51 PM, Berend de Boer <be...@po...> wrote: > >>>>> "LIGOT" == LIGOT Olivier <Oli...@gr...> writes: > > LIGOT> According to the EiffelStudio compiler documentation[1], > LIGOT> you can also use the option -project_path to specify the > LIGOT> compilation directory (default is current directory). > > Yep, but I invoice the ES compiler through geant, so that's where this > request comes from. > > -- > All the best, > > Berend de Boer > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > gobo-eiffel-develop mailing list > gob...@li... > https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop > > -- Jocelyn ------------------------------------------------------------------------ Eiffel Software 805-685-1006 http://www.eiffel.com Customer support: http://support.eiffel.com User group: http://groups.eiffel.com/join ------------------------------------------------------------------------ |
From: LIGOT O. <Oli...@gr...> - 2014-01-20 09:57:03
|
According to the EiffelStudio compiler documentation[1], you can also use the option -project_path to specify the compilation directory (default is current directory). [1] http://docs.eiffel.com/book/eiffelstudio/eiffelstudio-using-command-line-options Olivier Ligot ________________________________________ De : Berend de Boer [be...@po...] Date d'envoi : vendredi 17 janvier 2014 22:59 À : Gobo Developers Mailing List Objet : [gobo-eiffel-develop] Prefix for EIFGENs to compile to architecture dependent directory Hi All, It would be useful for me to be able to compile to: /build/ubuntu-x86/EIFGENs/foo /build/debian-amd64/EIFGENs/foo etc. geant does not support this. Can I introduce a variable like: GOBO_BUILD_PREFIX which will cause compilation to not presume EIFGENs is in the current directory, but will prepend GOBO_BUILD_PREFIX if this is defined? -- All the best, Berend de Boer ***** Group S disclaimer ***** http://www.groups.be/1_mail-disclaimer.htm |