Home > Archive > alt.os.linux > November 2002 > Newbie: Problem installing program





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Newbie: Problem installing program
Parney

2002-11-24, 10:24 am

I am trying to install xmp3burn on Mandrake 9.0. It configures OK but
when I type in the "make" command I get the following output:

[root@xp1700 xmp3burn-2.0.2-qt2]# make
make all-recursive
make[1]: Entering directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2'
Making all in xmp3burn
make[2]: Entering directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn'
Making all in imagenes
make[3]: Entering directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn/imagenes'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn/imagenes'
make[3]: Entering directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3/include
-I/usr/X11R6/include -O2 -Wall -c qprocess_unix.cpp
In file included from qprocess_unix.cpp:23:
qprocess.h:47:21: Windows.h: No such file or directory
qprocess_unix.cpp: In function `void qt_C_sigchldHnd(int)':
qprocess_unix.cpp:52: no method `QProcessPrivate::sigchldHnd'
qprocess_unix.cpp: At global scope:
qprocess_unix.cpp:55: `sigaction*QProcessPrivate:l
dact' is not a
static member of `class QProcessPrivate'
qprocess_unix.cpp:56: `QPtrList<QProcess>*QProcessPrivate:roclist'
is not a static member of `class QProcessPrivate'
qprocess_unix.cpp: In constructor
`QProcessPrivate::QProcessPriv
ate(QProcess*)':
qprocess_unix.cpp:58: class `QProcessPrivate' does not have any field
named `d'
qprocess_unix.cpp:81: `proclist' undeclared (first use this function)
qprocess_unix.cpp:81: (Each undeclared identifier is reported only
once for each function it appears in.)
qprocess_unix.cpp:92: `oldact' undeclared (first use this function)
qprocess_unix.cpp:95: `d' undeclared (first use this function)
qprocess_unix.cpp: In destructor
`QProcessPrivate::~QProcessPri
vate()':
qprocess_unix.cpp:130: `::close' undeclared (first use here)
qprocess_unix.cpp: At global scope:
qprocess_unix.cpp:138: no `void QProcessPrivate::sigchldHnd()'
member
function declared in class `QProcessPrivate'
qprocess_unix.cpp: In member function `bool QProcess::start()':
qprocess_unix.cpp:187: `::socketpair' undeclared (first use here)
qprocess_unix.cpp:187: `AF_UNIX' undeclared (first use this function)
qprocess_unix.cpp:187: `SOCK_STREAM' undeclared (first use this
function)
qprocess_unix.cpp:208: `fork' undeclared (first use this function)
qprocess_unix.cpp:214: `::dup2' undeclared (first use here)
qprocess_unix.cpp:214: `STDIN_FILENO' undeclared (first use this
function)
qprocess_unix.cpp:215: `STDOUT_FILENO' undeclared (first use this
function)
qprocess_unix.cpp:216: `STDERR_FILENO' undeclared (first use this
function)
qprocess_unix.cpp:217: `::chdir' undeclared (first use here)
qprocess_unix.cpp:218: `::execvp' undeclared (first use here)
qprocess_unix.cpp: In member function `bool QProcess::isRunning()':
qprocess_unix.cpp:278: `::waitpid' undeclared (first use here)
qprocess_unix.cpp: In member function `void
QProcess::socketRead(int)':
qprocess_unix.cpp:340: `::read' undeclared (first use here)
qprocess_unix.cpp: In member function `void
QProcess::socketWrite(int)':
qprocess_unix.cpp:420: `write' undeclared (first use this function)
make[3]: *** [qprocess_unix.o] Error 1
make[3]: Leaving directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2/xmp3burn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/alan/Downloads/xmp3burn/xmp3burn-2.0.2-qt2'
make: *** [all-recursive-am] Error 2

It seems to be looking for "Windows.h" which I cannot find on the
drive. I have no idea what this file is a part of or what I need to
install to get it.

Any help would be much appreciated.

Regards,

Parney
Sybren Stuvel

2002-11-24, 12:24 pm

In article <6d3fe7a3.0211240734.44a18fe7@posting.google.com>, Parney wrote:
> I am trying to install xmp3burn on Mandrake 9.0. It configures OK but
> when I type in the "make" command I get the following output:
>

<snip>
>
> It seems to be looking for "Windows.h" which I cannot find on the
> drive. I have no idea what this file is a part of or what I need to
> install to get it.


Seems you need some XXXX-dev-version.platform.rpm files, like
qt-dev-3.0.4.i386.rpm. Use www.rpmfind.net to figure out which RPMs
contain which files.

Sybren
--
How's he gonna read that magazine rolled up like that? What the ... - a fly.

To get the best help, ask questions the smart way:
http://www.tuxedo.org/~esr/faqs/smart-questions.html
Parney

2002-11-26, 1:24 pm

Sybren Stuvel <sybrenUSE@YOURthirdtower.imagination.com> wrote in message news:<slrnau2695.383.sybrenUSE@sybren.thirdtower.com>...
> In article <6d3fe7a3.0211240734.44a18fe7@posting.google.com>, Parney wrote:
> > I am trying to install xmp3burn on Mandrake 9.0. It configures OK but
> > when I type in the "make" command I get the following output:
> >

> <snip>
> >
> > It seems to be looking for "Windows.h" which I cannot find on the
> > drive. I have no idea what this file is a part of or what I need to
> > install to get it.

>
> Seems you need some XXXX-dev-version.platform.rpm files, like
> qt-dev-3.0.4.i386.rpm. Use www.rpmfind.net to figure out which RPMs
> contain which files.
>
> Sybren


Sybren,
thanks for your response. The development platform files have already
been installed. Any other ideas?

Regards,

Parney
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net