Geir Kjetil Nilsen | 23 Sep 2009 09:27
Picon

Compile error

When I try to compile libsamplerate by executing the 'make' command I get the following error

cl.exe /nologo /MD /W1 /GX /O2 /I "E:\Programfiler\Microsoft Visual Studio 8\VC\Include" /I
"E:\Programfiler\Microsoft Visual Studio 8\VC\PlatformSDK\Include" /I . /I "Win32" /I "src" /D
"WIN32" /D "_USRDLL" /YX /FD /Fo".\src\samplerate.obj" /c ".\src\samplerate.c"

NMAKE : fatal error U1077: '"E:\Programfiler\Microsoft Visual Studio 8\VC\bin\cl.exe"' : return code '0xc0000135'

Stop.

Does anyone have a clue what's going on here?

Best regards

GEIR KJETIL NILSEN

Project Engineer

Bjørge Naxys AS, 

Hegrenesv. 42, 5042 Bergen
Tel.dir.+47 55 61 61 81 

Mob.   +47 918 51 552

Fax.    +47 55 36 48 81

email: geni@...

http://bjorge.no/ <http://bjorge.no/> 
(Continue reading)

Sandu Buraga | 23 Sep 2009 09:55
Picon

Re: Compile error

It will not work with Visual Studio 2008, I've succeded to make the build
but with Visual Studio 2003.Net (ver. 7.1) exactly like in the make file.
You should use Visual Studion 2003 and it will work.
On Wed, Sep 23, 2009 at 10:27 AM, Geir Kjetil Nilsen <
geir.kjetil.nilsen@...> wrote:

> When I try to compile libsamplerate by executing the 'make' command I get
> the following error
>
>
> cl.exe /nologo /MD /W1 /GX /O2 /I "E:\Programfiler\Microsoft Visual Studio
> 8\VC\Include" /I "E:\Programfiler\Microsoft Visual Studio
> 8\VC\PlatformSDK\Include" /I . /I "Win32" /I "src" /D "WIN32" /D "_USRDLL"
> /YX /FD /Fo".\src\samplerate.obj" /c ".\src\samplerate.c"
>
> NMAKE : fatal error U1077: '"E:\Programfiler\Microsoft Visual Studio
> 8\VC\bin\cl.exe"' : return code '0xc0000135'
>
> Stop.
>
>
>
> Does anyone have a clue what's going on here?
>
>
>
> Best regards
>
>
>
(Continue reading)


Gmane