similar to: Help installing Win on MacBook Pro

Displaying 20 results from an estimated 1000 matches similar to: "Help installing Win on MacBook Pro"

2004 Mar 24
1
Libtheora building under windows ??
Just trrying to build the latest libtheora under windows. There is a VS6 project file (.dsp)... however when i try to open it and convert to VS2002 format (.vcproj) it tells me file is corrupted... Was this file manually created ? Has anyone else tried this with success ?? Thanks ! <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2007 Dec 05
3
[PATCH] Add Visual Studio 2008 Prject files
On 12/3/07, Stefan Reuther <streu@gmx.de> wrote: > John Miles wrote: > > What's wrong with a plain old .bat file, or even an NMAKE .mak file? > > Ship two files, debug.bat and release.bat, and call it good. > > > > It is best to leave project-file creation up to individual users, > > in my opinion. > > I second that. When I played around with Speex
2004 Jan 07
2
problem assigning an array to a variable in a data frame
Dear r-devel list members, Dirk Eddelbuettel brought the following problem to my attention. The code is abstracted from the appendix on mixed models from my R and S-PLUS Companion: > set.seed(12345) # for reproducibility > library(nlme) Loading required package: lattice > data(MathAchieve) > data(MathAchSchool) > attach(MathAchieve) > mses <- tapply(SES, School,
2001 Mar 13
1
Winamp output plugin
Hello, are streaming bugs fixed? Sometimes Winamp uses 99% CPU when connecting to the server. This makes it impossible for me to encode a stream and listen to it on the same machine. >Well, I've got the WinAmp Output Plug-in built and it seems to work OK, > >enhancements are: > >(a) works with the current version of the encoder API >(b) deals correctly with more formats (8
2013 May 16
2
R looping help
Hey I'm not really sure what I should put on here, but I am having trouble with my R code. I am trying to get the p-values, R^2s etc for a number of different groups of variables that are all in one dataset. This is the code: #Stand counter st<-1 #Collections stands<-numeric(67) slopes<-numeric(67) intercepts<-numeric(67) mses<-numeric(67) rsquares<-numeric(67)
2023 Sep 03
2
Why try to update (some) permissions which are the same?
On the source system: $ rsync --version rsync version 2.6.8 protocol version 29 Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others. <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, ACLs, symlinks, batchfiles, inplace, IPv6, file flags, 32-bit system inums, 64-bit internal inums ... $ ll -d fcst-200[89] fcst-201[01] dr-xr-xr-x
2010 Oct 14
1
Basic data question
I have a question about the output given below after running few lines of code. Surely a 101 query! MF_Data <- read.csv("MF_Data_F.txt", header = F, sep="|") temp <- head(MF_Data) #Get the sample Data temp1 <- subset(temp, select= c(V1,V4,V6)) #where V1, V4, V6 are the col names .. to Get the relevant data names(temp1) <- c('Ticker',
2008 Jul 03
4
New install not working
OK, it has nothing to do with trying to run a setup.exe off of floppy. I've installed 1.0.r4 -- yes, it's kind of old, but seems to be the latest binary available for FreeBSD 7 -- and it doesn't want to run anything I've tried. For example: $ rm -rf .wine $ wine notepad wine: created the configuration directory '/home/perryh/.wine' wineserver: fcntl
2004 Aug 06
2
Notes on 1.1.4 Windows. Testing of SSE Intrinics Code and others
Here are our notes on 1.1.4 testing on Windows 1. Compile Error with regular mode (FIXED_POINT undefined) at lsp.c line 104 static inline spx_word16_t spx_cos(spx_word16_t x) . VS6 does not like the inline keyword here. Removing it allows compiling. same with cb_search_sse.h line 34. 2. Compile Error with quant_lsp.c line 55. M_PI is undefined. Either it needs to be included
2009 Sep 18
2
A stat related question
Can I ask a small stat. related question here? Suppose I have two predictors for a time series processes and accuracy of predictor is measured from MSEs. My question is, if two predictors give same MSE then, necessarily they have to be identical? Can anyone provide me any counter example? Thanks. -- View this message in context:
2008 Dec 04
3
rssync source code as a windows project
Hi Friends, I have started learning rsync source code but I am finding very difficult to go back and forth to find the execution flow. I could see that rsync code is written in UNIX and the compilation is difficult. Does anybody converted it into Windows Project so that we can open in using Visual Studio IDE and it will be very simple to search for some function and find the complete work flow.
2009 Apr 05
4
Help installing software with multiple cd's
I have been trying to install several games, and all of the ones that have more than one disk fail, one way or another, at the point of changing cd's. Some (doom3) just quit [there exists an alternative plan for doom3], and others (Baldur's Gate-SoA) lock up the cd and won't let go. The only way to get the cd out is to kill the installer. I found the instructions on WineHQ, which say
2008 Jun 30
3
Trying to install an app from floppy
I've installed 1.0.r4 -- yes, it's kind of old, but seems to be the latest binary available for FreeBSD 7 -- and it doesn't want to run a setup.exe from the floppy drive. $ rm -rf .wine $ wine a:setup.exe wine: created the configuration directory '/home/perryh/.wine' wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument $ wine 'a:\setup.exe'
2007 Jan 03
1
Visual Studio project files in Speex 1.2beta
Hello, I maintain audio processing part of code in sipXtapi -- open-source VoIP library. And when I engaged Speex library, I found that its Windows project files are not up to date and use strange settings. They miss several source files and use single-threaded static runtime libraries. I see no benefits of using static and moreover single-threaded libraries. In the modern world very small amount
2013 Oct 01
2
MSVS: debug flac.exe uses release libogg_static.lib
On 2013-09-30 4:53 PM, Erik de Castro Lopo wrote: > I'd be keen to have the windows build automatically do the sanest possible thing, > preferably with anyone having to copy files. The way we've been doing the Opus stuff is to have the project files expect a build in a parallel checkout. so: c:\dev\flac\FLAC.sln expects to find an ogg build in c:\dev\ogg\win32\VS2010\ Not as
2011 May 18
5
Help needed troubleshooting page fault in wine
I'm trying to troubleshoot a game crash under Wine. Here's a snippet from the log file created under Wine 1.3.20: Code: wine: Unhandled page fault on read access to 0x00000000 at address 0x44a179 (thread 0022), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0044a179). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
2008 Aug 22
1
steam games are missing
I've installed steam and it runs (extremely slow though), but when I log in and open the my games tab none of my games are shown. I know the games are still registered to my account though because when i use my old windows computer they are still all there. Also when I tried to repurchase one of my games I was told that the software i wanted to purchase wasn't available in my location yet
2004 Sep 10
2
stat() and Windows
I tried to compile FLAC on Windows (the winamp2 plugin as a test) and I encoutered a problem. The stat() function and the associated structure doesn't exist on Windows (Visual Studio 5/6). But _stat and the structure with the same name does exist. So would it be possible to change stat() and struct stat ? I did the following in the code : #define STAT(x,y) _stat(x,y) typedef struct stat
2010 Aug 23
1
wine as default interpreter for exe files?
Moin, is there a way to configure bash in a way that all exe files are executed by wine, not direct? E.g. ./sol.exe should result in wine ./sol.exe anyhow. Thanks -- |Michael Renner E-mail: michael.renner at gmx.de | |D-81541 Munich Germany ICQ: #112280325 | |Germany Don't drink as root! ESC:wq
2011 Mar 07
7
Winetricks gfw under root vs under user
Code: sh winetricks gfw does not work under regular user; only under root ( Code: sudo sh winetricks gfw ). What have i tried: * wiping ~/.wine preffix directory * creating new user in the system with clean ~/ home directory * applying winetricks volnum and winetricks sandbox * different versions of wine; from 1.2 to 1.3.15 * switching from 64-hybrid system to 32-vanilla one * switching from