Displaying 20 results from an estimated 200 matches similar to: "Compiling Omega 1.2.9 on Windows 7 64-Bit"
2016 Sep 22
2
issues compiling omega
James,
That was exactly the issue. libmagic.dll.a was in /lib under cygwin. Adding
a -L/lib took care of this. This was also an issue with -lpcre, which
adding -L/lib fixed as well. Of course, I'm now running up against
something else. from make
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2010 Jul 24
0
ARC/VM question
I have a semi-theoretical question about the following code in arc.c,
arc_reclaim_needed() function:
/*
* take ''desfree'' extra pages, so we reclaim sooner, rather than later
*/
extra = desfree;
/*
* check that we''re out of range of the pageout scanner. It starts to
* schedule paging if freemem is less than lotsfree and needfree.
* lotsfree is the high-water mark
2011 Jul 06
1
Compiling on Mac OS X
Hi,
I'm having some problems compiling on Mac OS X:
nekomimi:xapian samuel$ sudo port install libiconv
---> Configuring gperf
---> Building gperf
---> Staging gperf into destroot
---> Installing gperf @3.0.4_0+universal
---> Deactivating gperf @3.0.4_0
---> Cleaning gperf
---> Activating gperf @3.0.4_0+universal
---> Cleaning gperf
---> Computing
2003 Apr 01
2
Autogenerated png, bitmap images
I have two questions -
1. I am trying to create R png graphs via cron. I have this part working
using Xvfb (X virtual frame buffer). One problem that I have, though, is
that all the fonts on my graphs get messed up. Anybody have any nija R
commands to make all fonts look great? Anybody have any idea how to fix
this? So far, no luck on Solaris or Linux making the Xvfb fonts look
good.
I was
2010 Feb 22
0
[LLVMdev] Regarding a pass in LLVM
ambika at cse.iitb.ac.in wrote:
> Hi,
>
> I am trying to add a pass inn LLVM, and I actually want to add it in
> source code, not just directly into object code.
>
> For that I included the lines in my file MyAna.cpp
> (llvm-2.6/lib/ana/MyAna.cpp)
>
>
> char MyAna::ID = 0;
> static RegisterPass<MyAna> X("my-aa","My Analysis");
> static
2010 Feb 23
2
[LLVMdev] Regarding a pass in LLVM
Thanks that helped me out.
But now I am facing one more problem. It says :
‘llvm::ModulePass* llvm::createMyAnaPass()’ should have been declared
inside ‘llvm’
but I can find no place to declare it.
Where should I do it.
John Criswell wrote:
> ambika at cse.iitb.ac.in wrote:
>> Hi,
>>
>> I am trying to add a pass inn LLVM, and I actually want to add it in
>> source
2010 Feb 23
0
[LLVMdev] Regarding a pass in LLVM
On Tue, Feb 23, 2010 at 7:17 AM, ambika <ambika at cse.iitb.ac.in> wrote:
> Thanks that helped me out.
> But now I am facing one more problem. It says :
>
> ‘llvm::ModulePass* llvm::createMyAnaPass()’ should have been declared
> inside ‘llvm’
>
> but I can find no place to declare it.
> Where should I do it.
We can do what scalar optimizations do.
All scalar passes
2012 Aug 30
0
[PATCH 03/11] vmci_doorbell.patch: VMCI doorbell notification handling.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_doorbell.c | 749 +++++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_doorbell.h | 54 ++
2 files changed, 803 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_doorbell.c
create mode 100644 drivers/misc/vmw_vmci/vmci_doorbell.h
diff --git
2012 Aug 30
0
[PATCH 03/11] vmci_doorbell.patch: VMCI doorbell notification handling.
Signed-off-by: George Zhang <georgezhang at vmware.com>
---
drivers/misc/vmw_vmci/vmci_doorbell.c | 749 +++++++++++++++++++++++++++++++++
drivers/misc/vmw_vmci/vmci_doorbell.h | 54 ++
2 files changed, 803 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/vmw_vmci/vmci_doorbell.c
create mode 100644 drivers/misc/vmw_vmci/vmci_doorbell.h
diff --git
2010 Feb 23
1
[LLVMdev] Regarding a pass in LLVM
I have done that. I have defined createMyAnaPass() in Passes.h and it is
defined in MyAna.cpp and used in LinkAllPasses.h
But still the error :
/home/ambika/llvm/llvm-obj/tools/opt/Release/opt.o: In function `global
constructors keyed to opt.cpp':
opt.cpp:(.text+0x1e89): undefined reference to `llvm::createMyAnaPass()'
I dont understand whats the problem.
Jianzhou Zhao wrote:
>
2006 Apr 25
1
Memory Usage with openSSH 4.0
I have friends running sshd on their emebedded ppc
linux systems at two universities. Normally sshd takes
about 3M of memory and they have about 16M freemem
showed in /proc/meminfo. But occationally (every 1 or
2 weeks) they see free memory goes down really fast
and they lose 10M in 1 minute. If they disable sshd by
blocking the port access, this does not happen any
more.
The device is not behind
2012 May 04
1
free memory on hypervisor
i am trying to get the free memory on a hypervisor using libvert, with the python api bindings
as per?http://libvirt.org/python.html, it should be pretty easy, however the below is failing:
#conn is a connection object
freemem=libvirt.virNode.getFreeMemory(conn)
although this works fine:
software=libvirt.virConnect.getType(conn)
if software == ?'QEMU':
logging.debug('hypervisor is
2013 Apr 19
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 11 Apr 2013, Ian Campbell wrote:
> On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote:
> > > + /* This will fill xenstore info about free and dom0 memory - if missing,
> > > + * should be called before starting first domain */
> > > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) {
> > > + VIR_ERROR(_("cannot
2005 Dec 06
0
Point and print
Hello,
I have a problem with point and print (I belive) problem.
I have a HP DeskJet 3550 shared in Samba server (samba-3.0.14a-2/Fedora
Core 4) as ImpPcpJt. Connect a printer from a WinXP Pro work fine, but
when I try to see the "Properties" of there, the Explorer.exe generate
an protection fault.
I don't know if is a printer driver or Samba problem, but I found a
strange
2013 Apr 11
0
Re: [libvirt] [PATCH RESENT 04/12] libxl: populate xenstore memory entries at startup
On Thu, 2013-04-11 at 05:09 +0100, Jim Fehlig wrote:
> > + /* This will fill xenstore info about free and dom0 memory - if missing,
> > + * should be called before starting first domain */
> > + if (libxl_get_free_memory(libxl_driver->ctx, &free_mem)) {
> > + VIR_ERROR(_("cannot get free memory info"));
> > + goto error;
>
2003 Nov 17
1
samba (2.2.8a) driver download fails
Hi there,
I have a problem with the rpc driver stuff:
I have copied the driver files to //atlas/print$/W32X86 and WIN40 (via
filesystem copy), added and set the driver without errors.
But getdriver reports no driver associatet with the printer?!
So reports below.
I am sure, this was working on this system.
I tried to reinit the ntprinters.tdb, printing.tdb, nt_forms.tdb and
ntdrivers.tdb by
2010 Feb 11
2
RAID, temperature and FAN status manage and monitoring tool for RHEL4 Update 4 ia64 AS Linux
Hi,
Currently I've been using an RHEL4 Update 4 ia64 AS Linux version
and running in HP rx6600 server.
I tried to google-out the RAID, temperature and FAN status manage
and monitoring tool for RHEL4 Update 4 ia64 AS Linux
But i can't able to findout the same for RHEL4 Update 4 ia64 AS
Linux server
Can anyone suggest me the write status monitoring and manage tool
for
2013 Oct 22
0
[LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
So it looks like 0x0A3600D1 is a good code address and there's no problem executing the code there, but 0x00BC7680 is a bad data address. Is that correct?
If so, this is almost certainly a relocation problem. You just need to find a relocation that writes an entry (probably a relative offset) at 0x0A3600D1+the size of the instruction at that address.
BTW, what I said before about not being
2013 Oct 22
2
[LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
Hi,
Thanks for your ideas.
Memory allocation already exceeds 2x64K in the "working" case so it's not
the condition of allocating more than 64K. To be sure I had modified
SectionMemoryManager::allocateSection to allocate four time the required
memory but it did not trigger more crashes.I debugged through the
allocation code including the Win32 code and it seems to work well. I have