2009/3/17 Michael Sørensen Loft <[email protected]>: > I second that. I use Wt on ARM as well and this would make my life a tiny bit > easier :) > > -- > Med venlig hilsen / Best regards > Michael Sørensen Loft, Mjølner Informatics A/S > > > >> -----Original Message----- >> From: Wim Dumon [mailto:[email protected]] >> Sent: 17. marts 2009 12:18 >> To: [email protected] >> Subject: Re: [Wt-interest] Cross compiling WT for ARM >> >> Pau, >> >> Good idea, this will be included in the next release. It's a >> change that only matters for people who are cross-compiling... >> >> Regards, >> Wim. >> >> 2009/2/12 Pau Garcia i Quiles <[email protected]>: >> > Hello, >> > >> > What about replacing FileToString.c with pure-CMake code? >> > >> > FOREACH( file ${filelist} ) >> > FILE( STRINGS ${file} _file ) >> > STRING( REGEX REPLACE \\" \\\\"_file_after_the_regexes ${_file} ) >> > ... (more regexes) >> > FILE( WRITE ${CMAKE_CURRENT_BINARY_DIR}/${file} >> > ${_file_after_the_regexes} ) >> > ENDFOREACH(file) >> > >> > (I've not tested the above code but it should be more or less like >> > that) >> > >> > Building Wt would take maybe 1 more minute but it would be easier, >> > particularly in cross-platform environments. >> > >> >> -------------------------------------------------------------- >> ---------------- >> Apps built with the Adobe(R) Flex(R) framework and Flex >> Builder(TM) are powering Web 2.0 with engaging, >> cross-platform capabilities. Quickly and easily build your >> RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. >> http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> witty-interest mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/witty-interest >> > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest >
Hm. I ported the latest version of Wt to openembedded. FileToString is indeed a pain, but too much cmake-ism's also tend to make things less portable. FM (who is not really a big fan of cmake :-) ) ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
