Displaying 20 results from an estimated 20000 matches similar to: "windows.h not found"
2006 Jul 14
0
ld -r failed with status 256
Hi,
I'm trying to compile (windows) cpp-sources on a Sun Fire X2100 using
wineg++.
I have managed that all sources are compiled without complain, but
finally
ld aborts with an error message about i386 and x86-64 architecures.
Any idea, what I should do?
thx,
teb
$wineg++ *.cpp
ld: Relocatable linking with relocations from format elf32-i386
(/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to
2007 Apr 04
1
sun x2100 gmirror problem
Hi,
We're using gmirror on our sun fire x2100 and FreeBSD 6.1-p10. Some days
ago I found this in the logs:
Apr 1 02:12:05 x2100 kernel: ad6: WARNING - WRITE_DMA48 UDMA ICRC error
(retrying request) LBA=612960533
Apr 1 02:12:05 x2100 kernel: ad6: FAILURE - WRITE_DMA48
status=51<READY,DSC,ERROR> error=10<NID_NOT_FOUND> LBA=612960533
Apr 1 02:12:05 x2100 kernel: GEOM_MIRROR:
2006 Feb 19
2
Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello, world!
I'm considering running Asterisk 1.2.4 on Solaris 10 on a Sun Fire
X2100 server or two (Opteron CPU, nForce 4 chipset), and apparently
this works. I've read that the Zaptel package won't work on anything
other than Linux, since it's intended to hook into the Linux kernel
in the form of a kernel module. This concerns me, since I've read
that ztdummy, the
2007 Apr 20
3
pci 2.2 - pci-e x16
Hi,
Does anyone know if it is possible to plug a tdm400p pci digium card
into an pci-e 16x slot ?
Is there a possibility to work?
I have a sun fire x2100 which doesn't have pci slots.
Does Digium make pci-e cards?
2006 Jul 20
1
Sun Fire X2100 & 4GB Ram
Hi folks,
I am having issues installing Centos 4.3 X86-64
on a Sun Fire X2100(AMD chip). It works with 2GB of ram just not 4 GB.
It works with any combo of the 4 1GB chips I have. It only works with 2GB
not 4GB any ideas?
Thanks,
Bill
2006 Feb 20
3
Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello all,
I really appreciate the replies I've gotten about this so far
(especially the support for wanting to run it on Solaris!).
The core issue seems to have been missed, though -- is there any way
to run a complete Asterisk solution on Solaris 10 (including
music-on-hold and conferencing)? This probably comes down to a few issues:
- Is ztdummy (a component of Zaptel) *really*
2006 Mar 31
2
SunFire X2100 bios dislikes ZFS''s EFI labels, too
Back in December, there was some discussion here about the Ultra 20''s
bios being confused by the EFI labels ZFS uses.
After seeing a report about the X2100 exhibiting the same behavior as
the Ultra 20, I reproduced the problem and filed:
6407133 X2100 bios intimidated by ZFS-created EFI labels
hopefully that bios will get fixed, too.
- Bill
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All
I'm trying to compile the following program
int main()
{
return 0;
}
I generated a makefile using winemaker
running make I get
wineg++ -c -mno-cygwin -o test.o test.cpp
wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid
ld: Relocatable linking with relocations from format elf32-i386
2008 Jul 03
1
windows program compiled using wineg++ looks for wine binary
Hi !
I have compiled a sample Windows VC++ win 32 based HelloWorld application using the winelib. I used wineg++ to compile the application in Linux. When I try to execute the application it looks for wine. When I set the path to the wine /bin directory the application works properly.
Is it possible that after compiling using wineg++ the program will run in any platform even if wine is not
2013 May 23
1
Asterisk on Solaris
Hello Everyone,
I have bumped into the thralling penguin page on linux vs solaris for
asterisk. Does the benchmark still hold with the newer versions of
kernels? Curious to know of your thoughts. Also, they mentioned
running it on Sun Fire x2100, but no benchmarks were given for that.
Can increased performance be accomplished simply by changing to
Solaris or OpenSolaris?
Kind Regards,
Nick.
2007 Mar 12
9
X2200-M2
After the interesting revelations about the X2100 and it''s hot-swap abilities,
what are the abilities of the X2200-M2''s disk subsystem, and is ZFS going to
tickle any wierdness out of them?
-brian
--
"The reason I don''t use Gnome: every single other window manager I know of is
very powerfully extensible, where you can switch actions to different mouse
buttons.
2006 Jul 21
3
why is this machine using swap space?
Mem: 2075040k total, 1331452k used, 743588k free, 50896k buffers
Swap: 2031608k total, 144k used, 2031464k free, 1191532k cached
SunFire X2100 running Centos 4.3.
Linux maytag1.texoma.net 2.6.9-34.0.2.EL #1 Fri Jul 7 19:24:57 CDT
2006 i686 athlon i386 GNU/Linux
rgds/ldv
2006 Sep 22
0
boot crash 2.6.16-18 xen kernel
Hi,
We are running a Sun Fire X2100 with 4GB RAM. We followed the how-to
which we posted on http://www.debian-administration.org/articles/423,
using backports packages for a k7-machine.
We have one Sun Fire X2100 running a 2.6.16-16 kernel from backports,
which is working fine having used the same how-to. Now we are installing
another X2100 using the 2.6.16-18 kernel, which is giving some major
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code:
Code:
#include <iostream>
#include <cstdlib>
#include <wine/msvcrt/conio.h>
int main()
{
std::cout << "Press something...\n";
getch();
return EXIT_SUCCESS;
}
and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same)
Code:
szczerb at nomad ~/projekty/wine/temp $ make
wineg++ -c
2009 Dec 15
1
Strange Winsock problem
Hello,
I try to port a small program (Windows resouces manipulation tool) on MacOSX, but I've a strange compilation problem :
Code:
wineg++ -c -I. -I/usr/local/include/wine -I/usr/local/include/wine/windows -o ExeIconManipulation.o ExeIconManipulation.cpp
/usr/include/sys/_select.h:47: error: declaration of C function ?int select(int, fd_set*, fd_set*, fd_set*, timeval*)? conflicts
2008 Dec 19
1
24, file has vanished
Hi all!!
I copy files and directories from server with Windows 2000 Server to
server with Debian. The copy made with rsync, the instruction is the next:
rsync -av --iconv=WINDOWS-1252,utf-8 directory from windows 2000 server directory from Debian
There are the error:
file has vanished
What happenned?
thanks
--
Xavi Aranda
Equip T?cnic ? ASSOCIACI? PER A JOVES TEB
Carrer dels
2008 Jan 24
2
Problems when compiling MFC application
<table cellspacing='0' cellpadding='0' border='0' ><tr><td style="font: inherit;"><font size="2">Dear All,</font><br>
<br>
<font size="2"> This is my first post on the wine organisation mailing lists, i would like to inform all of you i am using
2006 Nov 09
2
CR 6483250 closed: will not fix
ZFS fans,
Recalling our conversation about hot-plug and hot-swap terminology and use,
I afraid to say that CR 6483250 has been closed as will-not-fix. No explaination
was given. If you feel strongly about this, please open another CR and pile on.
*Change Request ID*: 6483250
*Synopsis*: X2100 release notes inconsistent with Sun terminology, confuses customers
Status: 11-Closed
Substatus: Will
2005 Nov 26
1
Server question - if you had ...
Hi all,
Ok, how about this one. If you had $300 to spend on bandwidth, where
would you buy it? I'm looking for a good dedicated bandwidth deal.
Cheers,
KJ
Dale Ghent wrote:
> On Nov 21, 2005, at 11:03 AM, Steven Clift wrote:
>
>>
>> If you had $3,000 for a new Icecast2 streaming server, what would you
>> buy?
>>
>> What box, hard drives, LAN cards,
2012 Feb 04
1
winelib shared memory problem
Hi
I have two programs:
The first is a windows binary compiled in Visual C++ which acts like a Server.
The second program is a Client, which I compile from sources. Both are written in C++.
Server and client communicate using two IPC mechanisms: named pipe and shared memory. shared memory consists of a structure, e.g.:
Code:
struct GameData
Using mingw compiler Client compiles well. Then I