0
votes
1answer
19 views

Can't install C++ library

I want to install the C++ library, but the terminal keeps asking me to insert the CD for installation. What CD? Here is the terminal code I used to attempt to install with: sudo apt-get install ...
0
votes
2answers
125 views

Installing Eclipse with Java and CDT

Long story short, my computer got a virus yesterday and when I tried to re-image the computer, I accidentally wiped out Windows. While I'm waiting for a Windows 8 OEM disc to get here in the mail, I ...
0
votes
3answers
502 views

Using Visual Studio for Ubuntu? [duplicate]

Possible Duplicate: What IDEs are available for Ubuntu? I would like to make programs in C++ for Ubuntu and Windows. I will be using visual studio on a Windows PC for the programming. I ...
1
vote
2answers
561 views

Howto install google-mock on Ubuntu 12.10

I am having hard time trying to install Google C++ Mocking Framework. I have successfully run sudo apt-get install google-mock. Then I tried to compile this sample file #include "gmock/gmock.h" int ...
5
votes
1answer
700 views

Why won't Qt-SDK install?

I just installed Ubuntu 12.04. One of my classes require that I install the Qt libraries and SDK, however, I can neither install the 32-bit or 64 bit version. I changed both into executable files, but ...
0
votes
0answers
99 views

How to reinstall GTK+ and Gtkmm?

In a problem, I described in here (as "ChristophLu"), I have some trouble installing GTKmm. It seems that I have to remove GTK+ and GTKmm completely and reinstall it. But I do not want to reinstall my ...
1
vote
1answer
2k views

How can I install Boost 1.50 on Ubuntu 12.04?

The libboost-dev package in the repos is an older one and I would like to use the newest release. I'm OK with installing from source, but am a little confused by the instructions on the site. It ...
0
votes
0answers
335 views

How do I run CryEngine3.4.0?

When I attempt to start CryDevLogin.exe, I get the following error wine: Call from 0x7bc49f80 to unimplemented function mfc90.dll.7118, aborting wine: Unimplemented function mfc90.dll.7118 called at ...
2
votes
2answers
3k views

How to install gtkmm?

Is the gtkmm package already installed by default? If not how do I install it on Ubuntu 11.10 with all the prerequisites? I do not see any reference to the packages described in the gtkmm tutorial in ...
2
votes
1answer
360 views

Problem recompiling using make command

I'm trying to modify some C++ files in ns2 and then recompile using make command. Although new .o file is created after make, the output is similar to that of previous C++ file (before modifying). Can ...