Displaying 4 results from an estimated 4 matches for "finery".
Did you mean:
finer
2002 Jul 14
6
20020710 & winetest
Last 3 wines are failed to compile on various reasons.
(If I remember correctly: 20020411 compiles;
20020509, 20020605, 20020710 does not.)
wine 20020710
make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest'
gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall
-fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC
2002 Jul 12
0
Errors running notepad.exe
...em with 256M ram and an
NVidia chipset (builtin), with the 20020509 release of WINE installed...
Can anyone help???
--
David A. Bartmess
Software Configuration Manager / Sr. Software Developer
eDingo Enterprises
http://edingo.net
But one should not forget that money can buy a bed but not sleep, finery
but not beauty, a house but not a home, medicine but not health,
luxuries but not culture, sex but not love and amusements but not
happiness.
2002 Jul 16
1
Wine dosen't compile!!
wine-20020605 and wine 20020710 don't compile on varius version of
Red-Hat and Mandrake (Including 8.2), CVS dosen't work, andone going to
do something about this (There is an open bug abiut this on bugzilla)?
2009 Jul 12
11
get DB data to rhtml file
I am trying to get data out of a database to my rhtml file. The files
look like this:
Model
-------
mystuff.rb
class Mystuff < ActiveRecord::Base
set_table_name "mytable"
set_primary_key "id"
end
Controllers
--------------
mystuff_controller.rb
require ''Mystuff''
class MystuffController < ApplicationController
def read
@me =