<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/vdkbuilder/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Feb 2004 13:45:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vdkbuilder/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>problem configure</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;i am trying to build VDK on a SUSE-9.0 box. i get the&lt;br /&gt;
following error code:&lt;/p&gt;
&lt;p&gt;[...]&lt;br /&gt;
checking for c++... c++&lt;br /&gt;
checking whether the C++ compiler (c++  ) works... yes&lt;br /&gt;
checking whether the C++ compiler (c++  ) is a&lt;br /&gt;
cross-compiler... no&lt;br /&gt;
checking whether we are using GNU C++... yes&lt;br /&gt;
checking whether c++ accepts -g... yes&lt;br /&gt;
checking how to run the C++ preprocessor... c++ -E&lt;br /&gt;
checking if C++ compiler supports bool (required)... yes&lt;br /&gt;
checking if C++ compiler supports templates well enough&lt;br /&gt;
(required)... yes&lt;br /&gt;
checking if C++ environment has working auto_ptr&amp;lt;&amp;gt;... no&lt;br /&gt;
checking if C++ environment has working string class&lt;br /&gt;
(required)... configure: warning: C++ compilers string&lt;br /&gt;
support does not work&lt;br /&gt;
no&lt;br /&gt;
checking if C++ environment provides all required&lt;br /&gt;
features... no&lt;br /&gt;
configure: error: Your compiler is not powerful enough&lt;br /&gt;
to compile VDK. If it should be, see config.log for&lt;br /&gt;
more information of why it failed.&lt;/p&gt;
&lt;p&gt;and in "config.log": &lt;/p&gt;
&lt;p&gt;[...]&lt;br /&gt;
configure:2097: checking for c++&lt;br /&gt;
configure:2129: checking whether the C++ compiler (c++&lt;br /&gt;
) works&lt;br /&gt;
configure:2145: c++ -o conftest    conftest.C &lt;br /&gt;
-L/opt/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic&lt;br /&gt;
-lgmodule -lglib -ldl&lt;br /&gt;
-lXi -lXext -lX11 -lm 1&amp;gt;&amp;amp;5&lt;br /&gt;
configure:2171: checking whether the C++ compiler (c++&lt;br /&gt;
) is a cross-compiler&lt;br /&gt;
configure:2176: checking whether we are using GNU C++&lt;br /&gt;
configure:2185: c++ -E conftest.C&lt;br /&gt;
configure:2204: checking whether c++ accepts -g&lt;br /&gt;
configure:2236: checking how to run the C++ preprocessor&lt;br /&gt;
configure:2254: c++ -E  conftest.C &amp;gt;/dev/null&lt;br /&gt;
2&amp;gt;conftest.out&lt;br /&gt;
configure:2292: checking if C++ compiler supports bool&lt;br /&gt;
(required)&lt;br /&gt;
configure:2305: c++ -c   conftest.C 1&amp;gt;&amp;amp;5&lt;br /&gt;
configure:2323: checking if C++ compiler supports&lt;br /&gt;
templates well enough (required)&lt;br /&gt;
configure:2341: c++ -o conftest    conftest.C &lt;br /&gt;
-L/opt/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic&lt;br /&gt;
-lgmodule -lglib -ldl&lt;br /&gt;
-lXi -lXext -lX11 -lm 1&amp;gt;&amp;amp;5&lt;br /&gt;
configure:2360: checking if C++ environment has working&lt;br /&gt;
auto_ptr&amp;lt;&amp;gt;&lt;br /&gt;
configure:2373: c++ -c   conftest.C 1&amp;gt;&amp;amp;5&lt;br /&gt;
configure: In function `int main()':&lt;br /&gt;
configure:2368: error: `auto_ptr' undeclared (first use&lt;br /&gt;
this function)&lt;br /&gt;
configure:2368: error: (Each undeclared identifier is&lt;br /&gt;
reported only once for&lt;br /&gt;
each function it appears in.)&lt;br /&gt;
configure:2368: error: parse error before `&amp;gt;' token&lt;br /&gt;
configure: failed program was:&lt;br /&gt;
#line 2362 "configure"&lt;br /&gt;
#include "confdefs.h"&lt;/p&gt;
&lt;p&gt;#include &amp;lt;memory&amp;gt;&lt;/p&gt;
&lt;p&gt;int main() {&lt;/p&gt;
&lt;p&gt;auto_ptr&amp;lt;int&amp;gt; a;&lt;/p&gt;
&lt;p&gt;; return 0; }&lt;br /&gt;
configure:2394: checking if C++ environment has working&lt;br /&gt;
string class (required)&lt;br /&gt;
configure:2415: c++ -o conftest    conftest.C &lt;br /&gt;
-L/opt/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic&lt;br /&gt;
-lgmodule -lglib -ldl&lt;br /&gt;
-lXi -lXext -lX11 -lm 1&amp;gt;&amp;amp;5&lt;br /&gt;
configure:2401: error: parse error before `&amp;amp;' token&lt;br /&gt;
configure:2403: error: parse error before `&amp;amp;' token&lt;br /&gt;
configure: In member function `void foo::f(...)':&lt;br /&gt;
configure:2404: error: `s' undeclared (first use this&lt;br /&gt;
function)&lt;br /&gt;
configure:2404: error: (Each undeclared identifier is&lt;br /&gt;
reported only once for&lt;br /&gt;
each function it appears in.)&lt;br /&gt;
configure: failed program was:&lt;br /&gt;
#line 2396 "configure"&lt;br /&gt;
#include "confdefs.h"&lt;/p&gt;
&lt;p&gt;#include &amp;lt;string&amp;gt;&lt;br /&gt;
class foo {&lt;br /&gt;
public:&lt;br /&gt;
void f(const string &amp;amp;s);&lt;br /&gt;
};&lt;br /&gt;
void foo::f(const string &amp;amp;s) {&lt;br /&gt;
f(s.c_str());&lt;br /&gt;
}&lt;br /&gt;
int main() {&lt;/p&gt;
&lt;p&gt;foo f1;&lt;br /&gt;
f1.f("test");&lt;/p&gt;
&lt;p&gt;; return 0; }&lt;br /&gt;
configure:2434: checking if C++ environment provides&lt;br /&gt;
all required features&lt;/p&gt;
&lt;p&gt;what am i missing?&lt;/p&gt;
&lt;p&gt;thanx&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">inetter</dc:creator><pubDate>Tue, 24 Feb 2004 13:45:06 -0000</pubDate><guid>https://sourceforge.net8360c977306f7cbf16ba56672dfaedce4c69c815</guid></item><item><title>MySQL</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Support for MySQL???&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 12 Dec 2002 13:31:27 -0000</pubDate><guid>https://sourceforge.net1149897629c882deb81cc5bbee0729624f926549</guid></item><item><title>error message - old project uncompatible</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i have just installed VDKBuilder 1.2.5 and am trying &lt;br /&gt;
to open a projects made previously with vdkb1.0.5&lt;/p&gt;
&lt;p&gt;i am getting this error message &lt;/p&gt;
&lt;p&gt;$./iopage: Symbol '__ti9VDKObject' has different size &lt;br /&gt;
shared object, consider re-linking segmentation fault.&lt;/p&gt;
&lt;p&gt;what is the problem?&lt;br /&gt;
how is it solved?&lt;/p&gt;
&lt;p&gt;thanks marc&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 09 Mar 2002 08:55:39 -0000</pubDate><guid>https://sourceforge.net6b93155274eb4d62d31e1d0fa14cf84a6f1ceb1f</guid></item><item><title>sigcvdk missing</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to install vdkBuilder rpm 1.2.5 and it kept &lt;br /&gt;
looking for sigcvdk, I don't have a file with that &lt;br /&gt;
name on my machine (RedHat Linux 7.1 - seawolf). Where &lt;br /&gt;
can I get that file? (I believe it is sigcvdk.so, but &lt;br /&gt;
I don't have any files named sigcvdk* on my machine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 08 Oct 2001 18:56:59 -0000</pubDate><guid>https://sourceforge.net671deb0cd9fc39b86b75d752d01226709ac6e226</guid></item><item><title>Database connectivity</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How to connect VDK Forms - Postgress SQL Database&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 17 May 2001 13:44:26 -0000</pubDate><guid>https://sourceforge.net58f301b447b3077f22b51c67c3050a7eac0f345e</guid></item><item><title>VDK builder is not compilable</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I attempted to recompile VDK builder and compilation fails every time. Please could you tell me how to &lt;br /&gt;
recompile it. Output from make is attached in the file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jaroslav Fojtik</dc:creator><pubDate>Thu, 29 Mar 2001 06:59:32 -0000</pubDate><guid>https://sourceforge.netf9b2ac5b95019fb5e4a6deae6aaf78db9bb2354a</guid></item><item><title>inquiry</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;vdk builder is excellent environment&lt;br /&gt;
do u have any intentions/plan to deliver same &lt;br /&gt;
environment/libraries in BEOS platform&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 25 Mar 2001 19:11:07 -0000</pubDate><guid>https://sourceforge.netab42486ae6552d5c38f6fdeb2858980fbef13dc9</guid></item><item><title>How to subscribe to mail list</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/3/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ross Drinen</dc:creator><pubDate>Mon, 01 Jan 2001 17:56:59 -0000</pubDate><guid>https://sourceforge.nete11cbd1c9f58f48e047e8d1371fc107bc63ed5f5</guid></item><item><title>Multi lang support</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/2/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Chiumenti</dc:creator><pubDate>Wed, 13 Dec 2000 22:06:12 -0000</pubDate><guid>https://sourceforge.netb01e53aa7ed930218d16eecf329961ab5c812215</guid></item><item><title>VDK &amp;amp;amp; VDK builder</title><link>https://sourceforge.net/p/vdkbuilder/support-requests/1/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 12 Oct 2000 19:58:13 -0000</pubDate><guid>https://sourceforge.net7f37420983901539172ea73aea6a98d131190fdc</guid></item></channel></rss>