similar to: 0.65 HPUX|AIX make check

Displaying 20 results from an estimated 2000 matches similar to: "0.65 HPUX|AIX make check"

1999 Jul 23
1
0.65 HPUX/AIX update
The current situation is as follows. AIX: * I still need f77 for linking. Using ld with the suggested flags gives a binary with `exec format error'. The problem seems to be with an unreferenced __start. * The floating point (finite|isnan) stuff is strange, but under control, I think. Plain cc works, gcc has a problem and seems to need having prototypes turned off for IEEE fp.
1999 Jul 14
1
0.65 && AIX|HPUX
I've made some more changes to configure/make which still don't solve everything but I think I have to stop for now. Status AIX: * I can compile with gcc/f77/make. * AIX make check fails (cannot build base-Ex.R). * GNU make check fails in the contour example. * Plotting is broken (tickmarks go all the way thru). * IEEE fp stuff is strange (will look into this). * I still need f77 for
2005 Feb 21
3
Translation of winetools: fr.po
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: fr.po Type: text/x-gettext-translation Size: 40685 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20050221/4cfeeb9f/fr.bin
2005 Feb 15
2
Too small font in applications - WINE 20050211 (Mandrake RPM)
Hello, when i run any application in wine (including for example regedit), font is TOO small, sometimes even unreadable. Changing parameters like Resolution (or LogPixels registry entry) or default fonts ("Default", "Defaultfixed", etc..., Alias0 = System, ....) *****************HAS NO EFFECT!******************** xfontsel tool shows, that all fonts mentioned in config file
2005 Mar 24
1
Wine and twain
Hi, I haven't seen recent information on wine and twain. I am trying to test a Finereader Office (version 5) with an USB scanner. Everything seems working. But I get scanner not ready when searching for scanner. Sane, gimp or whatever are working well with my scanner. Doing WINEDEBUG=+loaddll wine finereader.exe I get: ... trace:loaddll:load_dll Loaded module L"C:\\program files\\abbyy
2005 Apr 10
2
Turining off Fixme Errors
Hi, I hate asking for this as somone did provide me the answer earlier. But what is the winedebug syntax for turning off all fixme errors? Thanks. Phillip
2012 Apr 20
1
Package "demography" - calculating quintiles of survival probabilities
Hi, I am using the package "demography" from Rob Hyndman for the Lee-Carter-Model. It is an amazing powerful tool but I am struggling with one issue: *I want to compute different quintiles for the cumulative survival probability derived from the Lee-Carter-Forecast (e.g. the 50%-quintile, 75%-quintile and 99%-quintile) for the next 10 years. * I am sure the package possess this
2005 Mar 18
1
TmMidity
In trying to get NoteWorthy Composer working on my box (Mandrake 10.0, Gnome 2.4) I found a webboard for NWC under Linux (on wine). Following advice, I downloaded and compiled TiMidity. Unfortunately, when I try to follow the instructions given on the board, I get the following result [andrew@localhost rosegarden-4-1.0]$ su Password: [root@localhost rosegarden-4-1.0]# modprobe
2016 Jul 11
2
Esperanza de vida librería 'demography'
Buenos días, Necesito calcular la vida media de cada uno de nuestros modelos de producto pero tengo un histórico incompleto (para los productos más nuevos tengo la vida completa de las cohortes, pero para los más antiguos tengo sólo la parte final de la vida de las cohortes). He decidido calcular la esperanza de vida dinámica con un modelo actuarial, concretamente la librería 'demography'
2005 Feb 16
1
Outlook with Winetools and 20041019
On http://www.winehq.org/hypermail/wine-users/2005/02/0013.html Joachim wrote: > This is how it works here: > - use Wine 20041019 > - use WineTools and go through the whole "Base setup" > - install MS Installer from the "Windows system software" menu > - install Office 2000 with this setup via WineTools > - have fun with Outlook > > Regards >
2005 Apr 05
1
Wayne and twin
Hi, I haven't seen recent information on wine and twain. I already sent a similar mail to wine-users and, in a second step to wine-devel, but without any information back until now. May be the trick "Wine and twain" to "Wayne and twin" will give me more chance to be listen. Or may be my question is really stupid? >From a recent mail that I got, the problem is of
2005 Feb 07
2
questions sur R
bonjour, Je suis actuellement en derniere annee d'ecole d'ingenieur en informatique et statistiques et je dois réaliser mon projet de fin d'études sur le logiciel R. En fait, je dois réaliser un scoring sous R puis le meme sous SAS et comparer les resultats. Mon fichier se prete à une regression logistique. J'ai donc utilisé la fonction glm sous R et Catmod sous SAS seumement, je
2012 Apr 20
1
Package "demography" - calculating percentiles of survival probabilities distribution
Hi, I am using the package "demography" from Rob Hyndman for the Lee-Carter-Model. It is an amazing powerful tool but I am struggling with one issue: I want to compute different percentiles of the survival probability distribution derived from the Lee-Carter-Forecast (e.g. the 50%tile, 60%tile, 75%tile and 99%tile) for each of the next 10 years. Is there any possibility to retrieve
2012 May 17
2
hmd.mx
I have trouble using function hmd.mx I have all packages required. I call function: slovenia <- hmd.mx("SVN", username, password, "Slovenia") : and I get this error: NAs introduced by coercion And if I then call slovenia, I get: > slovenia Mortality data for Slovenia Series: female male total Years: 1983 - 2009 Ages: 0 - 110 But I do not get any value
2011 Apr 10
1
demography's lifetable: how to incoporate the parameter "franction of last age interval of life"
Dear list: I have tried demography package in my Ubuntu(10.04). What I interested in was lifetable analysis. Chiang(1984)'s reference have been copied to steeper my learning curve. step by step, the example presented by the textbook also have been examined. In the course I find that the paramter "fraction of last age intervl of life" could not be take as a option in the module
2004 Dec 17
1
h323 channel compile error
Hi, Can anyone help? I get the following error when trying to complie the h323 channel under the source installation directory asterisk/channels/h323 i have read the readme file and kept to the recomended versions; h.323 v1.12.2 and PWLIB v1.5.2 Thanks in advance [root@gw01 h323]# make g++ -g -c -fno-rtti -o ast_h323.o -march=i686 -DPBYTE_ORDER=PLITTLE_ENDIAN -DNDE BUG -DDO_CRASH
2017 Feb 15
2
stats::median
The generic stats::median method is defined as median <- function (x, na.rm = FALSE) {UseMethod("median")} I suggest that this should become median <- function (x, na.rm = FALSE, ...) {UseMethod("median")} This would allow additional S3 methods to be developed with additional arguments. Currently I have to over-ride this generic definition in the demography
2010 May 07
2
Package RPostgreSQL : Problem with dbWriteTable
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100507/f5128631/attachment.pl>
2010 Feb 26
3
[LLVMdev] RegisterScavenging on targets without subregisters
Kalle: Your patch is similar to what I'd coded (and am testing, which means a couple of hours before I consider committing). Other than cosmetic changes and changing 'NULL' to '0' (it's an integer list, after all). This patch now causes new problems in the CellSPU backend (more stqd's and lqd's), so I have to investigate those before committing the patch.
2011 Jun 24
3
Fwd: Extract element of a list based on an index value
> Dear list, > > I have some data on a geneaology, here is a subset: > warmerge[1:11,c(1,6,25)] > Warrior SibID birth.year > 1100 3793 2013 1926 > 4 2013 2024 1934 > 1094 3769 2024 1918 > 632 2747 2037 1928 > 176 2083 2039 1944 > 187 2085 2039 1949 > 192 2086 2039 NA > 495