Skip to content

Instantly share code, notes, and snippets.

@narkq
Created October 12, 2012 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save narkq/3877742 to your computer and use it in GitHub Desktop.
Save narkq/3877742 to your computer and use it in GitHub Desktop.
php-amqp nmake output
C:\Users\Crazy\Documents\GitHub\php-amqp>nmake
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
amqp.c
amqp_channel.c
amqp_connection.c
amqp_envelope.c
amqp_exchange.c
amqp_queue.c
rc /I C:\php\SDK/include /n /fo Release_TS\php_amqp.dll.res /d FILE_DES
CRIPTION="\";; AMQP\"" /d FILE_NAME="\"php_amqp.dll\"" /d URL="\"http://www.php.
net\"" /d INTERNAL_NAME="\"AMQP extension\"" /d THANKS_GUYS="\"Thanks to Alexand
re Kalendarev <akalend@mail.ru> (original author)\"" C:\php\SDK\build\template.r
c
Не удается найти указанный файл.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
C:\Users\Crazy\Documents\GitHub\php-amqp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment