<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/vdkbuilder/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/vdkbuilder/support-requests/</id><updated>2004-02-24T13:45:06Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>problem configure</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/10/" rel="alternate"/><published>2004-02-24T13:45:06Z</published><updated>2004-02-24T13:45:06Z</updated><author><name>inetter</name><uri>https://sourceforge.net/u/inetter/</uri></author><id>https://sourceforge.net8360c977306f7cbf16ba56672dfaedce4c69c815</id><summary type="html">&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;</summary></entry><entry><title>MySQL</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/9/" rel="alternate"/><published>2002-12-12T13:31:27Z</published><updated>2002-12-12T13:31:27Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1149897629c882deb81cc5bbee0729624f926549</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Support for MySQL???&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>error message - old project uncompatible</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/8/" rel="alternate"/><published>2002-03-09T08:55:39Z</published><updated>2002-03-09T08:55:39Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6b93155274eb4d62d31e1d0fa14cf84a6f1ceb1f</id><summary type="html">&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;</summary></entry><entry><title>sigcvdk missing</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/7/" rel="alternate"/><published>2001-10-08T18:56:59Z</published><updated>2001-10-08T18:56:59Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net671deb0cd9fc39b86b75d752d01226709ac6e226</id><summary type="html">&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;</summary></entry><entry><title>Database connectivity</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/6/" rel="alternate"/><published>2001-05-17T13:44:26Z</published><updated>2001-05-17T13:44:26Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net58f301b447b3077f22b51c67c3050a7eac0f345e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;How to connect VDK Forms - Postgress SQL Database&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>VDK builder is not compilable</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/5/" rel="alternate"/><published>2001-03-29T06:59:32Z</published><updated>2001-03-29T06:59:32Z</updated><author><name>Jaroslav Fojtik</name><uri>https://sourceforge.net/u/fojtik/</uri></author><id>https://sourceforge.netf9b2ac5b95019fb5e4a6deae6aaf78db9bb2354a</id><summary type="html">&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;</summary></entry><entry><title>inquiry</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/4/" rel="alternate"/><published>2001-03-25T19:11:07Z</published><updated>2001-03-25T19:11:07Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netab42486ae6552d5c38f6fdeb2858980fbef13dc9</id><summary type="html">&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;</summary></entry><entry><title>How to subscribe to mail list</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/3/" rel="alternate"/><published>2001-01-01T17:56:59Z</published><updated>2001-01-01T17:56:59Z</updated><author><name>Ross Drinen</name><uri>https://sourceforge.net/u/drinenvr/</uri></author><id>https://sourceforge.nete11cbd1c9f58f48e047e8d1371fc107bc63ed5f5</id><summary type="html"/></entry><entry><title>Multi lang support</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/2/" rel="alternate"/><published>2000-12-13T22:06:12Z</published><updated>2000-12-13T22:06:12Z</updated><author><name>Andrea Chiumenti</name><uri>https://sourceforge.net/u/kiuma/</uri></author><id>https://sourceforge.netb01e53aa7ed930218d16eecf329961ab5c812215</id><summary type="html"/></entry><entry><title>VDK &amp;amp;amp; VDK builder</title><link href="https://sourceforge.net/p/vdkbuilder/support-requests/1/" rel="alternate"/><published>2000-10-12T19:58:13Z</published><updated>2000-10-12T19:58:13Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7f37420983901539172ea73aea6a98d131190fdc</id><summary type="html"/></entry></feed>