>-- On Thu, 17 May 2007 19:45:43 -0400 Ralph Pass wrote
--
> Not trying to be a fly in the ointment, but I have
Ubuntu and tried
> to install wxWidgets 2.8.3 on it and the configuration
aborted with
> the message it could not find a C compiler (gcc was
found for c++).
> I have not had time to trouble shoot the problem.
Both Ubuntu and
> wxWidgets where done 'straight out of the box' with
normal
> selection of install options and configurations.
>
>
> Ralph Pass
>
> Alfredo Cole wrote:
>> El Jueves, 17 de Mayo de 2007 16:07, David Mathews
escribió:
>>
>>> I will finally have a box available to set up
for Linux to make
>>> a Linux version of my renderer which now has
Windows and
>>> Universal Mac builds with Dialog Blocks.
>>>
>>> What is the best flavor of Linux to use with
Dialog Blocks and
>>> wxWidgets?
>>> (And requires the least set up from the end
user.)
>>>
>>> Thanks,
>>> David
>>>
>>
>> I have installed Ubuntu and OpenSuse and both are
very easy to
>> setup. Additionally, keeping the system up-to-date
is a breeze.
>> HTH
>>
>> Regards.
Hi!
Might I offer a fly swatter? Ubuntu only comes with the
libraries and build
tools for basic C compilation and building. To get the
others, simply open
Synaptic Package Manager, and perform a Search for the
following:
cpp
make sure you have cpp installed
g++
make sure you have g++ installed and the libg++'s for
development
gtk2
make sure you have the basic libgtk2's for development
installed
For any of the above, you may opt to also install the
documentation and any
supporting libs/tools for other work you may be doing.
Even though gcc for C++ was found, that is a recognition
switch in gcc itself
for when it is called as g++. That doesn't mean you have
everything you need for
C++ development (i.e., the above mentioned g++ packages).
If you don't install gtk2, you'll get errors when you get to
building in DB.
With all of these in place, and the proper compiler
(Standard GCC) Configured in
DB, you'll be able to build wxWidgets ANSI and UniCode
libraries from DB with no
problem. At least, it worked for me!;)
HTH:
thx,
Dave S.
"Before you judge a man, walk a mile in his shoes.
After that who cares?... He's
a mile away and you've got his shoes!"
"In Scotland, there is no such thing as bad weather -
only the wrong clothes."
"There are two seasons in Scotland - Winter and
July."
On receiving honorary Doctorate from University of Glasgow
in 2001:
"I'm now a Doctor of Letters. Most of them Fs and
Bs."
Personal quotes from Scotsman Musician/Comedian/Actor Billy
Connolly
wxMS_developers · Development with wxWidgets on MSWindows
h
ttp://tech.groups.yahoo.com/group/wxMS_developers/
wxWidgets Code Exchange
http://www.wxCodex.net/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
htt
p://groups.yahoo.com/group/anthemion-devtools/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/anthemion-devtools/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:anthemion-devtools-digest@yahoogroups.com
mailto:anthemion-devtools-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
anthemion-devtools-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|