Displaying 20 results from an estimated 176 matches for "manoj".
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...heora source with VS2005. But it asked for the ogg
library. error message is as follow.
****************************************************************************
Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h
64
Error 2 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\theoraenc.h 23
Error 3 fatal error C1083: Cannot open...
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir,
in llvm installation ./configure command worked properly but while
giving
make -j 4 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools'
make[2]: *** [all] Error 1
make[2]: Leaving dire...
2013 Feb 11
1
[LLVMdev] llvm-installation
hello sir,
./configure worked properly but while giving
make -j 2 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools'
make[2]: *** [all] Error 1
make[2]: Leaving dire...
2013 Feb 11
1
[LLVMdev] llvm
hello sir,
./configure worked properly but while giving
make -j 2 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/build/Debug+Asserts/bin/clang] Error
1
make[4]: Leaving directory `/home/manoj/Desktop/LLVM/
build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools'
make[2]: *** [all] Error 1
make[2]: Leaving dire...
2013 Feb 10
0
[LLVMdev] llvm-installation
You should use make -j with a number lower than 4, it looks like you ran
out of memory when linking.
On 10 February 2013 15:41, Manoj C <manoj.chinthala at gmail.com> wrote:
> hello sir,
> in llvm installation ./configure command worked properly but while
> giving
> make -j 4 command in ubuntu
>
> everything got build properly but at last it showed error as
>
> llvm[4]: Linking Debug+Asserts exe...
2009 May 04
8
CentOS DomU on Opensolaris Dom0 - virt-install fails with error in virDomainCreateLinux()
Hi,
I am trying to install CentOS on an Opensolaris Dom0. virt-install fails
with an error in virDomainCreateLinux().
Is this a known issue? Am I missing some step?
manoj@mowgli:~$ uname -a
SunOS mowgli 5.11 snv_101b i86pc i386 i86xpv Solaris
manoj@mowgli:~$ pfexec virt-install
What is the name of your virtual machine? centos
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (file path)? /xen/centos/root.disk
Would you l...
2005 May 10
2
Manoj Shetty is out of the office. [Email checked- EMEA]
Whew... What a relief.
I know the list was worried about why we could not get a hold of Manoj
Shetty....
W
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Manoj
Shetty
Sent: Monday, May 09, 2005 12:24 PM
To: asterisk-users
Subject: [Asterisk-Users] Manoj Shetty is out of the office. [Email
checked- EM...
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
...en downloaded wine-1.0.1.tar.bz2 from winhq/download site. Then follow following steps:
1) Untar files:
tar jxvf wine-1.0.1.tar.bz2
2) cd wine-1.0.1/
3) ./tools/wineinstall
During step three, following error comes:
********************************************
make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion'
make[2]: Entering directory `/home/manoj/wine-1.0.1/dlls/gdi32'
gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-l...
2004 Aug 30
3
Multiple lapply get-around
...ij
Store Xi,Yj = Fij
End For F
End for Y
End for X
Is there anyway to optimize the processing logic further? I *guess*
using the multiple lapply already optimizes the logic a little bit but
is there anything else that could be done (apart from the obvious
solution of writing a c-code)?
TIA
Manoj
2012 Jan 20
8
The Recycled PIDs Fix
...ch library from Samba do we need to link to? Or without calling serverid_register() can we directly pass any 'unique_id'
while calling to create_share_mode_entry() and in that case whether this and other share mode APIs will work properly?
Looking forward to your answer,
Thanks,
-Manoj
2005 May 30
3
Vector Manipulation
...1 2 3 4 5 0 0 8 9
In the example above, I want to skip the two leading zeroes till I hit the non-zero (1 in the above case). I also want to retain all zero after the first non-zero digit (again 1 in this case).
Hope I am not confusing you guys. Thanks in advance for your help.
Regards
Manoj
[[alternative HTML version deleted]]
2013 Feb 10
1
[LLVMdev] llvm installation
hello sir,
while i am trying to run make -j 2 comand while installation it is showing
like
make: Warning: File `/home/manoj/Desktop/LLVM/build/Makefile.llvmbuild' has
modification time 2.8e+04 s in the future
llvm[0]: Reconfiguring with /home/manoj/Desktop/LLVM/llvm/configure
what does it mean?????
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/ll...
2013 Feb 11
0
[LLVMdev] llvm-installation
hello sir,
./configure worked properly but while giving
make -j 2 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/build/Debug+Asserts/bin/clang] Error
1
make[4]: Leaving directory `/home/manoj/Desktop/LLVM/
build/tools/clang/tools/driver'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/manoj/Desktop/LLVM/build/tools/clang/tools'
make[2]: *** [all] Error 1
make[2]: Leaving dire...
2006 Feb 28
1
Problem with incoming call, Please help
..._read: Rejected connect
attempt from 208.139.204.245, request '8883003532@incoming (or a valid context
in your extensions.conf of your choosing.)' does not exist
I have incoming and default contexts like this
[incoming]
exten => 18883003532,1,Answer()
exten => 18883003532,2,DIAL(SIP/manoj,20)
exten => 8883003532,1,Answer()
exten => 8883003532,2,DIAL(SIP/manoj,20)
Please help me configure this.
Thanks,
Manoj
2013 Feb 10
2
[LLVMdev] llvm installation
...wed all the steps in the llvm website but after running
this command
../llvm/configure --enable-targets=host-only it executed but it didnt
create any make file in build directory ,only config.log file is appeared
after running this command.
after running the later command it is showing like this
manoj at ubuntu:~/Desktop/LLVM/
build$ make -j 4
make: *** No targets specified and no makefile found. Stop
please help me to finish installation. i am running installation in ubuntu
os.
here is the config.log file ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: &l...
2013 Feb 10
0
[LLVMdev] llvm installation
...ing tool compatibility
configure:12180: error: g++|clang++|icc required but not found
configure can't find a c++ compiler. On Ubuntu, please install g++ (sudo
apt-get install g++).
This error should have been written to your console when you ran configure.
On Sun, Feb 10, 2013 at 8:35 AM, Manoj C <manoj.chinthala at gmail.com> wrote:
> hello sir,
> i am using llvm compiler for my project.i an doing llvm
> installation.i followed all the steps in the llvm website but after running
> this command
>
> ../llvm/configure --enable-targets=host-only it execute...
2006 Jan 18
0
Problem with DIAX and Asterisk and Vonage
...I have installed Asterisk and able to create Users and get them connected to
Asterisk after authentication. My question is how can I make calls to different
DIAX clients through my Asterisk server. I also have vonage softphone account,
using that I tried calling 18882255322
-- Registered 'manoj' (AUTHENTICATED) at 59.93.73.0:4569
-- Registered 'diax' (AUTHENTICATED) at 59.93.73.0:4569
-- Registered 'diax' (AUTHENTICATED) at 59.93.73.0:4569
-- Accepting AUTHENTICATED call from 59.93.73.0, requested format = 2,
actual format = 2
-- Executing Dial("IA...
2009 May 21
3
PSTN Connection
Hi
Which is the best interface card to connect PSTN line with
Asterisk. Can somebody please help. My intention is to route the
incoming PSTN calls to internal IP Phones through Asterisk and Vice
versa. The Asterisk is in LAN and is reachable from all the IP phones in
the LAN.
Thanks
Manoj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090521/8491ae86/attachment.htm
2006 Jul 19
2
conditional plot
...name, specification-1, specification-2.
The graph would basically plot company name with specification-1
on x-axis, & specification-2 on y-axis.
Simply put - company name should get classified into one of the
four quardrants created by specification 1 & specification2.
Thanks.
Manoj
2005 Sep 21
2
Help on optim
...und for constraint, however I am clueless as
to how I can impose the sum(wgts) = 1 condition. In excel solver, this
problem is extremely simple since it's just a matter of setting an
additional constraint of setting the summation cell to 1.
Your kind help is greatly appreciated.
Best Regards
Manoj