EDIT: SOLVED , vedere commento log4r 1.1.4 & ruby 1.9.1 => GDC.rb and NDC.rb syntax error, unexpected ‘:’, expecting keyword_then or ‘;’ or ‘\n’ GDC.rb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 —
(More)…
EDIT: SOLVED , vedere commento log4r 1.1.4 & ruby 1.9.1 => GDC.rb and NDC.rb syntax error, unexpected ‘:’, expecting keyword_then or ‘;’ or ‘\n’ GDC.rb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 —
(More)…
Hi to all, i’ve compiled wxWidgets with this options: 1 2 3 4 5 6 7 ./configure –enable-optimise –enable-stl –enable-unicode –disable-threads –enable-static –with-opengl –disable-shared –enable-monolithic –disable-debug –with-libjpeg=builtin –with-libpng=builtin –with-zlib=builtin –enable-graphics_ctx –enable-mediactrl –enable-unicode –with-libtiff=builtin –with-expat=builtin –enable-gui -enable-xrc –enable-mdi –enable-gif –enable-pcx –enable-iff –enable-png –enable-xpm and also compiled StyledTextCtrl . My system is : Windows xp sp3 ruby
(More)…
Questa è una piaccola prova x inserire del codice 1 2 3 4 5 6 7 8 9 module Carlo class Bertini def self.chisono? puts "WaYdotNET" end end end Carlo::Bertini.chisono? => WaYdotNET