From: Adriano d. S. F. <adr...@gm...> - 2010-09-24 10:41:58
|
On 24/09/2010 03:33, Alex Peshkoff wrote: > On 09/23/10 18:10, Tagangout, Abderrahim wrote: >> >> Hi Alex, >> i try what you say, but i become an error. >> >> ../gen/firebird/bin/gpre_current -r -m -z -n ../src/dsql/array.epp ../temp/superclient/dsql/array.cpp >> make: ../gen/firebird/bin/gpre_current: Kommando nicht gefunden >> make: *** [../temp/superclient/dsql/array.cpp] Fehler 127 >> abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ >> >> The error say, that the command "gpre_current" not found. don't forget that i delete all compilate under /gen/firebird/bin/* > Yes, I see. I've supposed that preprocessed (converted by gpre from epp > to cpp) files will remain here. Unfortunately, it's not staying as before. Seems that some generic makefile rule makes them to be generated as temporary targets. I even put something about secondary rules in the makefile that in a first moment appeared to fix it. Later I see nothing probably was changed. Adriano |