From: Tagangout, A. <Abd...@me...> - 2010-09-24 08:32:51
|
Hi Alex, so i try this and after compiling the x86 sources, i try to make the array.cpp file with "gpre_current", but it say that it doesn't find the libicuu* library? abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ make -f Makefile.libfbclient ../gen/firebird/bin/gpre_current -r -m -z -n ../src/dsql/array.epp ../temp/superclient/dsql/array.cpp ../gen/firebird/bin/gpre_current: error while loading shared libraries: libicuuc.so.30: cannot open shared object file: No such file or directory make: *** [../temp/superclient/dsql/array.cpp] Fehler 127 abdo@ubuntu804icnova:~/Firebird-2.1.3.18185-0/gen$ In the Directory /gen/firebird/lib/ is this library present? Should i make an sym link to this library as env-variable? many thanks abdo MEP Kutsch GmbH & Co. KG Flaßkuhle 1 58452 Witten Tel. : 02302 28262-41 Fax.: 02302 28262-99 mailto:abd...@me... http://www.mep.de -----Ursprüngliche Nachricht----- Von: Tagangout, Abderrahim [mailto:Abd...@me...] Gesendet: Freitag, 24. September 2010 09:03 An: 'For discussion among Firebird Developers' Betreff: Re: [Firebird-devel] Porting Firebird Hi Alex, I just did not bother you with so many questions, and I am pleased of course if you can keep a cool head despite my bad Englich and so many questions. I would like to thank warmly. So back to ower problem, i try what you say and post the result. Many thanks Abdo MEP Kutsch GmbH & Co. KG Flaßkuhle 1 58452 Witten Tel. : 02302 28262-41 Fax.: 02302 28262-99 mailto:abd...@me... http://www.mep.de -----Ursprüngliche Nachricht----- Von: Alex Peshkoff [mailto:pes...@ma...] Gesendet: Freitag, 24. September 2010 08:33 An: For discussion among Firebird Developers Betreff: Re: [Firebird-devel] Porting Firebird 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. Well, start x86 build in another directory. After the end of build you will have gen/firebird/bin/gpre_current present in that directory. Even if there is no temp/superclient/dsql/array.cpp there, just repeat required command (i.e. ../gen/firebird/bin/gpre_current -r -m -...........) in gen of x86 tree, and copy cpp file to avr tree. You will have to do it for 2 or 3 files, don't worry too much :-) I understand that this is very far from ideal, but we never had a purpose to support cross-compile. ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel |