Thursday, February 25, 2010
Fwd: article rejected: [off topic] #30918 (comp.lang.c++.moderated)
---------- Forwarded message ----------
From: <c++-request@cs.rpi.edu>
Date: Tue, Feb 23, 2010 at 2:06 PM
Subject: article rejected: [off topic] #30918 (comp.lang.c++.moderated)
To: technologiclee@gmail.com
Cc: c++-request@ruralroute.cs.rpi.edu
Message-ID: <c109620a-ff03-4eb7-82b5-eca8a73798b3@b18g2000vba.googlegroups.com>
Newsgroups: comp.lang.c++.moderated
From: technologiclee <technologiclee@gmail.com>
Subject: Nanohive-1 Ubuntu Install
Organization: http://groups.google.com
Content-Type: text/plain; charset=ISO-8859-1
X-Original-Date: Tue, 23 Feb 2010 10:08:29 -0800 (PST)
X-Submission-Address: c++-submit@netlab.cs.rpi.edu
{ The topic of your article is not very clear, and it's not obvious
whether it bears any relevance to C++. If you have problems building
a specific project, you'd better contact its developers first.
If you want to raise a general C++ question out of this, please
make the topic clearer and more explicit. -mod }
Notes on my install
http://docs.google.com/View?id=dc26889x_149djrwgfgh
terminal commands and output
./configure --enable-standard-plugin-set --disable-console-command --
disable-mpqc-sclib --disable-openbabel --disable-sockets-pic-control
sudo make
sudo make install
http://tinypaste.com/6fe32
error from terminal
In file included from /usr/include/c++/4.4/backward/strstream:46,
from ../../include/NanoHiveInterface/MeasurementSet.h:
33,
from ../../include/NanoHiveInterface/NH_Cell.h:33,
from ../../include/NanoHiveInterface/DataModel.h:32,
from DataModel.cpp:20:
/usr/include/c++/4.4/backward/backward_warning.h:28:2: warning:
#warning This file includes at least one deprecated or antiquated
header which may be removed without further notice at a future date.
Please use a non-deprecated interface with equivalent functionality
instead. For a listing of replacement headers and interfaces, consult
the file backward_warning.h. To disable this warning use -Wno-
deprecated.
DataModel.cpp: In constructor 'nanohive::Atom::Atom(nanohive::ABMint,
const char*, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&)':
DataModel.cpp:290: error: 'strlen' was not declared in this scope
DataModel.cpp:291: error: 'strcpy' was not declared in this scope
DataModel.cpp: In copy constructor 'nanohive::Atom::Atom(const
nanohive::Atom&)':
DataModel.cpp:310: error: 'strlen' was not declared in this scope
DataModel.cpp:311: error: 'strcpy' was not declared in this scope
../../include/NanoHiveUtil/Utility.h: At global scope:
../../include/NanoHiveUtil/Utility.h:117: warning:
'nanohive::NSPRcodeToMeaning' defined but not used
make[1]: *** [libNanoHiveInterface_la-DataModel.lo] Error 1
make[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveInterface'
make: *** [install-recursive] Error 1
l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$
error from Netbeans 6.8 with Python Plugin
NE-1 is running from Netbeans with NH-1 in the same folder -
/usr/bin/gmake all-recursive
gmake[1]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
Making all in NanoHiveUtil
gmake[2]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveUtil'
if /bin/bash ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -
I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -
I/usr/include/nspr -I/usr/include -O2 -MT libNanoHiveUtil_la-
CmdLine.lo -MD -MP -MF ".deps/libNanoHiveUtil_la-CmdLine.Tpo" -c -o
libNanoHiveUtil_la-CmdLine.lo `test -f 'CmdLine.cpp' || echo
'./'`CmdLine.cpp; \
then mv -f ".deps/libNanoHiveUtil_la-CmdLine.Tpo" ".deps/
libNanoHiveUtil_la-CmdLine.Plo"; else rm -f ".deps/libNanoHiveUtil_la-
CmdLine.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -
Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include -O2 -MT
libNanoHiveUtil_la-CmdLine.lo -MD -MP -MF .deps/libNanoHiveUtil_la-
CmdLine.Tpo -c CmdLine.cpp -fPIC -DPIC -o .libs/libNanoHiveUtil_la-
CmdLine.o
CmdLine.cpp: In member function 'int
nanohive::CmdLine::SplitLine(const char*)':
CmdLine.cpp:46: error: 'strlen' was not declared in this scope
CmdLine.cpp:78: error: 'strcpy' was not declared in this scope
CmdLine.cpp: In member function 'bool
nanohive::CmdLine::IsSwitch(const char*)':
CmdLine.cpp:190: error: 'strlen' was not declared in this scope
CmdLine.cpp: In member function 'std::string
nanohive::CmdLine::GetArgument(const char*, int)':
CmdLine.cpp:295: warning: comparison between signed and unsigned
integer expressions
CmdLine.cpp: At global scope:
CmdLine.cpp:334: fatal error: opening dependency file .deps/
libNanoHiveUtil_la-CmdLine.Tpo: Permission denied
compilation terminated.
gmake[2]: *** [libNanoHiveUtil_la-CmdLine.lo] Error 1
gmake[2]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveUtil'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
gmake: *** [all] Error 2
MAKE FAILED (exit value 2, total time: 801ms)
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
From: <c++-request@cs.rpi.edu>
Date: Tue, Feb 23, 2010 at 2:06 PM
Subject: article rejected: [off topic] #30918 (comp.lang.c++.moderated)
To: technologiclee@gmail.com
Cc: c++-request@ruralroute.cs.rpi.edu
Message-ID: <c109620a-ff03-4eb7-82b5-eca8a73798b3@b18g2000vba.googlegroups.com>
Newsgroups: comp.lang.c++.moderated
From: technologiclee <technologiclee@gmail.com>
Subject: Nanohive-1 Ubuntu Install
Organization: http://groups.google.com
Content-Type: text/plain; charset=ISO-8859-1
X-Original-Date: Tue, 23 Feb 2010 10:08:29 -0800 (PST)
X-Submission-Address: c++-submit@netlab.cs.rpi.edu
{ The topic of your article is not very clear, and it's not obvious
whether it bears any relevance to C++. If you have problems building
a specific project, you'd better contact its developers first.
If you want to raise a general C++ question out of this, please
make the topic clearer and more explicit. -mod }
Notes on my install
http://docs.google.com/View?id=dc26889x_149djrwgfgh
terminal commands and output
./configure --enable-standard-plugin-set --disable-console-command --
disable-mpqc-sclib --disable-openbabel --disable-sockets-pic-control
sudo make
sudo make install
http://tinypaste.com/6fe32
error from terminal
In file included from /usr/include/c++/4.4/backward/strstream:46,
from ../../include/NanoHiveInterface/MeasurementSet.h:
33,
from ../../include/NanoHiveInterface/NH_Cell.h:33,
from ../../include/NanoHiveInterface/DataModel.h:32,
from DataModel.cpp:20:
/usr/include/c++/4.4/backward/backward_warning.h:28:2: warning:
#warning This file includes at least one deprecated or antiquated
header which may be removed without further notice at a future date.
Please use a non-deprecated interface with equivalent functionality
instead. For a listing of replacement headers and interfaces, consult
the file backward_warning.h. To disable this warning use -Wno-
deprecated.
DataModel.cpp: In constructor 'nanohive::Atom::Atom(nanohive::ABMint,
const char*, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&, const nanohive::Real&, const nanohive::Real&, const
nanohive::Real&)':
DataModel.cpp:290: error: 'strlen' was not declared in this scope
DataModel.cpp:291: error: 'strcpy' was not declared in this scope
DataModel.cpp: In copy constructor 'nanohive::Atom::Atom(const
nanohive::Atom&)':
DataModel.cpp:310: error: 'strlen' was not declared in this scope
DataModel.cpp:311: error: 'strcpy' was not declared in this scope
../../include/NanoHiveUtil/Utility.h: At global scope:
../../include/NanoHiveUtil/Utility.h:117: warning:
'nanohive::NSPRcodeToMeaning' defined but not used
make[1]: *** [libNanoHiveInterface_la-DataModel.lo] Error 1
make[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveInterface'
make: *** [install-recursive] Error 1
l@EV007:~/nh1/Nano-Hive-1.2.0-Beta-1/src$
error from Netbeans 6.8 with Python Plugin
NE-1 is running from Netbeans with NH-1 in the same folder -
/usr/bin/gmake all-recursive
gmake[1]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
Making all in NanoHiveUtil
gmake[2]: Entering directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveUtil'
if /bin/bash ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -
I. -I. -I.. -I../../include -pthread -g -O2 -g -Wall -O2 -O2 -DNDEBUG -
I/usr/include/nspr -I/usr/include -O2 -MT libNanoHiveUtil_la-
CmdLine.lo -MD -MP -MF ".deps/libNanoHiveUtil_la-CmdLine.Tpo" -c -o
libNanoHiveUtil_la-CmdLine.lo `test -f 'CmdLine.cpp' || echo
'./'`CmdLine.cpp; \
then mv -f ".deps/libNanoHiveUtil_la-CmdLine.Tpo" ".deps/
libNanoHiveUtil_la-CmdLine.Plo"; else rm -f ".deps/libNanoHiveUtil_la-
CmdLine.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -pthread -g -O2 -g -
Wall -O2 -O2 -DNDEBUG -I/usr/include/nspr -I/usr/include -O2 -MT
libNanoHiveUtil_la-CmdLine.lo -MD -MP -MF .deps/libNanoHiveUtil_la-
CmdLine.Tpo -c CmdLine.cpp -fPIC -DPIC -o .libs/libNanoHiveUtil_la-
CmdLine.o
CmdLine.cpp: In member function 'int
nanohive::CmdLine::SplitLine(const char*)':
CmdLine.cpp:46: error: 'strlen' was not declared in this scope
CmdLine.cpp:78: error: 'strcpy' was not declared in this scope
CmdLine.cpp: In member function 'bool
nanohive::CmdLine::IsSwitch(const char*)':
CmdLine.cpp:190: error: 'strlen' was not declared in this scope
CmdLine.cpp: In member function 'std::string
nanohive::CmdLine::GetArgument(const char*, int)':
CmdLine.cpp:295: warning: comparison between signed and unsigned
integer expressions
CmdLine.cpp: At global scope:
CmdLine.cpp:334: fatal error: opening dependency file .deps/
libNanoHiveUtil_la-CmdLine.Tpo: Permission denied
compilation terminated.
gmake[2]: *** [libNanoHiveUtil_la-CmdLine.lo] Error 1
gmake[2]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src/
NanoHiveUtil'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/l/nh1/Nano-Hive-1.2.0-Beta-1/src'
gmake: *** [all] Error 2
MAKE FAILED (exit value 2, total time: 801ms)
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
http://www.google.com/finance?q=NASDAQ%3AGOOG
http://www.google.com/finance?q=NASDAQ%3AGOOG
Google Inc.
(Public, NASDAQ:GOOG) Watch this stockFind more results for GOOG
Dow | 10,321.03 | -0.51% |
Nasdaq | 2,234.22 | -0.08% |
Technology | -0.16% | |
GOOG | 526.43 | -0.95% |
526.43
-5.04 (-0.95%)
- Range 520.00 - 528.49
- 52 week 289.45 - 629.51
- Open 527.00
- Vol / Avg. 3.31M/3.62M
- Mkt cap 167.02B
- P/E 25.81
- Div/yield -
- EPS 20.40
- Shares 317.27M
- Beta 1.13
- Inst. own 62%
my google groups
http://groups.google.com/grphp?tab=mg
New items | Members | Role | Last visit | ||
| AguaClara | 0 | 0 | Member | Longer than a week |
| alt. | 13 | 0 | Member | Longer than a week |
| android-porting | 87 | 0 | Member | Longer than a week |
| atxfab | 0 | 0 | Member | Longer than a week |
| Austin Hacker Space | 39 | 0 | Member | 6 days ago |
| Austin Social Innovation Hub | 0 | 0 | Member | Longer than a week |
| BioCurious | 12 | 0 | Member | Longer than a week |
| bionet. | 14 | 0 | Member | Longer than a week |
| Blogger Users | 0 | 0 | Member | 2 days ago |
| comp. | 3 | 0 | Member | 35 hours ago |
| comp. | 16 | 0 | Member | 35 hours ago |
| comp. | 975 | 0 | Member | Longer than a week |
| comp. | 9 | 0 | Member | Longer than a week |
| comp. | 11 | 0 | Member | 35 hours ago |
| comp. | 7 | 0 | Member | 36 hours ago |
| DIYbio | 137 | 0 | Member | Longer than a week |
| DIYbio - San Francisco | 4 | 0 | Member | Longer than a week |
| diybioeasy | 0 | 0 | Member | Longer than a week |
| DIYh+ | 4 | 0 | Member | Longer than a week |
| Home Energy | 0 | 0 | Member | Longer than a week |
| Journal article requests | 0 | 0 | Member | Longer than a week |
| MakerBot Operators | 317 | 0 | Member | Longer than a week |
| MakerScan | 0 | 0 | Member | Longer than a week |
| Marimon Film - manage | 0 | 0 | Group owner | 2 hours ago |
| Nanoengineer - manage | 0 | 0 | Group owner | 2 hours ago |
| NanoTechnology Educational, Research and Industrial Discussion Forum | 0 | 0 | Member | Longer than a week |
| Open Design Water Purification System | 1 | 0 | Member | Longer than a week |
| Open Manufacturing | 120 | 0 | Member | Longer than a week |
| OpenKollab | 84 | 0 | Member | Longer than a week |
| OpenVirgle | 0 | 0 | Member | 74 minutes ago |
| Phon List | 0 | 0 | Member | Longer than a week |
| Project Virgle | 0 | 0 | Member | 2 hours ago |
| python:rag | 0 | 0 | Member | Longer than a week |
| RepLab Discussion List | 16 | 0 | Member | Longer than a week |
| sci. | 2091 | 0 | Member | Longer than a week |
| sci. | 1 | 0 | Member | Longer than a week |
| SkeinFox | 3 | 0 | Member | Longer than a week |
| Solar beats fossil | 0 | 0 | Member | Longer than a week |
| Subconcious Synchronicity - manage | 0 | 0 | Group owner | 2 hours ago |
| TamPy Bay | 0 | 0 | Member | 119 minutes ago |
| wavecosm | 0 | 0 | Member | Longer than a week |
i google will not allow google buzz widget and google wave open on the same tab
i google will not allow google buzz widget and google wave open on the same tab
it will display one at a time in the tab
it will display one at a time in the tab
http://www.widgetbox.com/widget/youtube-sidebar
Widgetbox › YouTube Sidebar Widget
YouTube Sidebar Widget
<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script>if (WIDGETBOX) WIDGETBOX.renderWidget('563ba008-69d6-47f1-a13c-053600505812');</script><noscript>Get the <a href="http://www.widgetbox.com/widget/youtube-sidebar">YouTube Sidebar Widget</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>http://www.widgetbox.com/widget/youtube-sidebar
Widgetbox › YouTube Sidebar Widget
YouTube Sidebar Widget
<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script>if (WIDGETBOX) WIDGETBOX.renderWidget('563ba008-69d6-47f1-a13c-053600505812');</script><noscript>Get the <a href="http://www.widgetbox.com/widget/youtube-sidebar">YouTube Sidebar Widget</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>
Subscribe to:
Posts (Atom)