User forums > Help

Cannot build on Ubuntu 6.06 (64 bit)

<< < (2/4) > >>

_teo_:

--- Quote from: stahta01 on October 20, 2006, 03:56:13 pm ---Note: The error is caused under windows because the wrong include files are being used. It is not a library/so issue. So, I would look for the include files for wxWidgets 2.7 and see if deleting them help or at least rename the top folder.

--- End quote ---
Ok, I will check include path and post here my observations. Thanks anyway.


--- Quote from: stahta01 on October 20, 2006, 03:56:13 pm ---I am still try to figure out how to install GCC on Linux.

--- End quote ---
Btw, which distribution do you use? It should be fairly easy task to install compiler and rest tools for C/C++ development.

_teo_:

--- Quote from: rjmyst3 on October 20, 2006, 04:23:14 pm ---_teo_,
 I would expect this is a wx-config issue.

--- End quote ---
This sounds logical (like Java Runtime). I'll give it a try later today and will post here (I am at work).

stahta01:

--- Quote from: _teo_ on October 20, 2006, 04:38:42 pm ---Btw, which distribution do you use? It should be fairly easy task to install compiler and rest tools for C/C++ development.


--- End quote ---

I was trying Kubuntu but gave up to many problems and not enough directions, I am trying Ubuntu 6.06 Dapper release but can't get my dialup to work. And the Package software says GCC is installed but GCC --version says it can't find the command. I plan to build a different computer out of the spare parts I have; because, I think the dialup is a hardware issue. Also, thinking about trying VM version of Ubuntu under windows. I am starting to think I may have to wait till I get broadband connection before I can get Linux to work.

Tim S

_teo_:

--- Quote from: stahta01 on October 20, 2006, 05:01:26 pm ---I was trying Kubuntu but gave up to many problems and not enough directions, I am trying Ubuntu 6.06 Dapper release but can't get my dialup to work.

--- End quote ---
www.linmodems.org - I had troubles with my modem as well (SuSE), but I switched finally to DSL. I had no chance to use that modem.


--- Quote from: stahta01 on October 20, 2006, 05:01:26 pm ---And the Package software says GCC is installed but GCC --version says it can't find the command.

--- End quote ---
Well, I am sure you know about www.ubuntuforums.org. Have you asked there about GCC? I got it from repositories.


--- Quote from: stahta01 on October 20, 2006, 05:01:26 pm ---I plan to build a different computer out of the spare parts I have; because, I think the dialup is a hardware issue. Also, thinking about trying VM version of Ubuntu under windows. I am starting to think I may have to wait till I get broadband connection before I can get Linux to work.

--- End quote ---
I am not a geek and probably cannot help you further, but if I can, you are welcome.

rjmyst3:

--- Quote from: stahta01 on October 20, 2006, 05:01:26 pm ---And the Package software says GCC is installed but GCC --version says it can't find the command.

--- End quote ---

Commands are case-sensitive in linux.

try:
gcc --version

Also you can get every thing to need to build by installing the build-essential package.
sudo apt-get install build-essential

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version