Atul
2005-12-20 10:40:44 UTC
Send Pixil-devel mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://www.pixil.org/cgi-bin/mailman/listinfo/pixil-devel
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pixil-devel digest..."
1. Problems compiling PIXIL DT (marquinhos)
----------------------------------------------------------------------
Message: 1
Date: Mon, 19 Dec 2005 13:41:22 -0200
Subject: [Pixil-devel] Problems compiling PIXIL DT
Content-Type: text/plain; charset=ISO-8859-1
Hi,
While trying to compile pixil DT, i've run into a problem... if any1
could help me out...
In pixil_source_dir/pixilDT/NxDb
I get a whole bunch of errors from file included from nxdb.cxx:43
../include/nxdb.h:62: error: expected init-declarator before '<' token
../include/nxdb.h:86: error: 'string' does not name a type
../include/nxdb.h:91: error: 'string' has not been declared
Can any1 help me out?
thnks
------------------------------
_______________________________________________
Pixil-devel mailing list
http://www.pixil.org/cgi-bin/mailman/listinfo/pixil-devel
End of Pixil-devel Digest, Vol 15, Issue 5
******************************************
Hi,To subscribe or unsubscribe via the World Wide Web, visit
http://www.pixil.org/cgi-bin/mailman/listinfo/pixil-devel
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pixil-devel digest..."
1. Problems compiling PIXIL DT (marquinhos)
----------------------------------------------------------------------
Message: 1
Date: Mon, 19 Dec 2005 13:41:22 -0200
Subject: [Pixil-devel] Problems compiling PIXIL DT
Content-Type: text/plain; charset=ISO-8859-1
Hi,
While trying to compile pixil DT, i've run into a problem... if any1
could help me out...
In pixil_source_dir/pixilDT/NxDb
I get a whole bunch of errors from file included from nxdb.cxx:43
../include/nxdb.h:62: error: expected init-declarator before '<' token
../include/nxdb.h:86: error: 'string' does not name a type
../include/nxdb.h:91: error: 'string' has not been declared
Can any1 help me out?
thnks
------------------------------
_______________________________________________
Pixil-devel mailing list
http://www.pixil.org/cgi-bin/mailman/listinfo/pixil-devel
End of Pixil-devel Digest, Vol 15, Issue 5
******************************************
I had also faced same problem for fedora core 3 with gcc 3.4.
Please specify std:: (that is resolve the scope where ever it says does
not name a type) ....If it also doesn't work you might have seen note
form gcc to use typename. So go with that and specify typename whereever
appropriate (eg. typename std::string) . This will remove almost all
errors which say "missing ; and or dependent name related errors"
Any ways let me know which version of gcc and OS you are using.
Pls see README file in PixilDT it says:
PIXIL 1.2 for the desktop is dependent on the following Linux features
being present on the desktop being used:
1. RedHat 7.1 or 7.2
2. The expect package being present. If this is not installed, you
can retrieve and install it from the RedHat installation CDs.
3. XFree86 version 4.1 or above
Please see the README.Desktop file for more information on obtaining and
installing dependent packages.
Best of luck.
Atul
***********************Confidentiality Notice***************************
The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information. If you are not
the intended recipient, please notify the sender at Divinet or
***@divinetaccess.com immediately and destroy all copies of this
message and any attachments.
************************************************************************