473,770 Members | 2,065 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: Dev-C++ compiling problem in Vista

On May 3, 8:09*am, apati...@gmail. com wrote:
I use Windows Vista Basic.

A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.
Jun 27 '08 #1
60 4112

"Tomás Ó hÉilidhe" <to*@lavabit.co mwrote in message
A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.
The Java system works reasonably well, even though its from Sun and I had to
install it myself.
Can't get anything much out of the freebie C/C++/C# compiler, however.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm

Jun 27 '08 #2
Tomás Ó hÉilidhe wrote:
On May 3, 8:09 am, apati...@gmail. com wrote:
>I use Windows Vista Basic.


A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.
After downloading the last ubuntu, I stay with vista, sorry.
Last ubuntu
1) did not recognize the network card
2) Did not install X windows
3) you have to figure out that the system comes with a
mysterious root password. Since under unix you can't do
anything without the root password, you should know that
to change the root password you should open a shell and type
sudo passwd root
Obviously all unix exports will know that, but if you aren't...
4) After that it goes to tell me that the only resolution you have
is 1280x1024. Even if my monitor natively supports 1900x1200. No
way to change it.
5) First screen X windows shows a blank screen. No icons, no mouse,
no nothing. But if you reboot, the second time it will show you
a login screen , and then, the blank screen. Obviously you reboot
one time more and MIRACLE, you see a desktop. Nice isn't it?
6) If you left the screen saver run, you are doomed. Once the screen
saver takes over, there is NO AMOUNT of mouse clicks, keyboard
pressing, that will wake the machine up. Solution+
Type ctrl+Alt+F1, then you will see a text screen.
login.
type
ps ex
then see which process is the gnome display manager (gdm)
kill it with the command
kill -9 <gdm process number>
or just reboot...
7) The provided "media player" doesn't recognize the mp3 format.
You need to go to the internet, download some gizmo, install it,
see why it doesn't work, figure out if ubuntu still supports
"alsa" or if it only supports a new ubuntu sound standard... then
figure out which gizmo supports ubuntu mp3, etc etc.
8) Video playing doesn't work either.
9) But if you have an electric guitar you can tune it using some
provided software...

Happily I do not need ubuntu since I do not develop there.
By the way, the system comes without compiler. You have to download
gcc, then you have to figure out that you need the libraries, then gdb,
then you have

well, FORGET IT!

I rebooted into Vista.


--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
Jun 27 '08 #3
jacob navia wrote, On 03/05/08 14:17:
Tomás Ó hÉilidhe wrote:
>On May 3, 8:09 am, apati...@gmail. com wrote:
>>I use Windows Vista Basic.


A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.

After downloading the last ubuntu, I stay with vista, sorry.
Last ubuntu
1) did not recognize the network card
I've had that with Windows and Linux. In both cases the answer is the
same, find the correct drivers if they don't come with the OS.
2) Did not install X windows
By default it does, so you must have told it (deliberately or not) to
not install it.
3) you have to figure out that the system comes with a
mysterious root password. Since under unix you can't do
anything without the root password,
Wrong. Ubuntu is designed so that you can do everything without the root
password. For instance run up the GUI package manager and it prompts you
for *your* password and *that* allows you to install packages.
you should know that
to change the root password you should open a shell and type
sudo passwd root
Obviously all unix exports will know that, but if you aren't...
If you aren't you won't be using the shell as root so it does not
matter. However, it's in the docs I'm sure.
4) After that it goes to tell me that the only resolution you have
is 1280x1024. Even if my monitor natively supports 1900x1200. No
way to change it.
Same as with the networking, if true you just install the correct
drivers, just as is the case with Windows.
5) First screen X windows shows a blank screen. No icons, no mouse,
no nothing. But if you reboot, the second time it will show you
a login screen , and then, the blank screen. Obviously you reboot
one time more and MIRACLE, you see a desktop. Nice isn't it?
You obviously bolloxed up the install. Obviously you were doing strange
things or point 2 would not have been true. Bollocks up a Windows
install and it doesn't work.
6) If you left the screen saver run, you are doomed. Once the screen
<snip>

See previous comments.
7) The provided "media player" doesn't recognize the mp3 format.
Works fine for me.
You need to go to the internet, download some gizmo, install it,
see why it doesn't work, figure out if ubuntu still supports
"alsa" or if it only supports a new ubuntu sound standard... then
figure out which gizmo supports ubuntu mp3, etc etc.
8) Video playing doesn't work either.
Works fine for me.
9) But if you have an electric guitar you can tune it using some
provided software...

Happily I do not need ubuntu since I do not develop there.
By the way, the system comes without compiler. You have to download
gcc, then you have to figure out that you need the libraries, then gdb,
then you have
Wrong again. It *is* part of the distribution, just not installed by
default. The same applies to various pieces of SW distributed as part of
Windows.
well, FORGET IT!

I rebooted into Vista.
Bollocks up an install of *any* OS and you will have major problems with
it. By default, however, Ubuntu and other Linux distros do a good job of
detecting HW and installing correctly.

All off topic here of course, so this will be my only post on the subject.
--
Flash Gordon
Jun 27 '08 #4
In article <fv**********@a ioe.org>, jacob navia <ja***@nospam.o rgwrote:
>Tomás Ó hÉilidhe wrote:
>On May 3, 8:09 am, apati...@gmail. com wrote:
>>I use Windows Vista Basic.


A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.

After downloading the last ubuntu, I stay with vista, sorry.
Last ubuntu
1) did not recognize the network card
2) Did not install X windows
<Etc.>

Yes. Ubuntu is friggin' weird. Totally nuts in my view.
It's friggin' Windows calling itself Linux.

Obvious advice: Get yourself a real distro.

ObParanoia: It is scary that Ubuntu seems to be getting the mindshare
these days. Maybe it is an MS plot...

Jun 27 '08 #5
Flash Gordon <sp**@flash-gordon.me.ukwri tes:
jacob navia wrote, On 03/05/08 14:17:
>Tomás Ó hÉilidhe wrote:
>>On May 3, 8:09 am, apati...@gmail. com wrote:

I use Windows Vista Basic.
A programmer that uses Vista? :O

Vista is a hog of an operating system. Downgrade to Windows XP or get
yourself a Linux distro.

After downloading the last ubuntu, I stay with vista, sorry.
Last ubuntu
1) did not recognize the network card

I've had that with Windows and Linux. In both cases the answer is the
same, find the correct drivers if they don't come with the OS.
>2) Did not install X windows

By default it does, so you must have told it (deliberately or not) to
not install it.
>3) you have to figure out that the system comes with a
mysterious root password. Since under unix you can't do
anything without the root password,

Wrong. Ubuntu is designed so that you can do everything without the
root password. For instance run up the GUI package manager and it
prompts you for *your* password and *that* allows you to install
packages.
>you should know that
to change the root password you should open a shell and type
sudo passwd root
Obviously all unix exports will know that, but if you aren't...

If you aren't you won't be using the shell as root so it does not
matter. However, it's in the docs I'm sure.
>4) After that it goes to tell me that the only resolution you have
is 1280x1024. Even if my monitor natively supports 1900x1200. No
way to change it.

Same as with the networking, if true you just install the correct
drivers, just as is the case with Windows.
>5) First screen X windows shows a blank screen. No icons, no mouse,
no nothing. But if you reboot, the second time it will show you
a login screen , and then, the blank screen. Obviously you reboot
one time more and MIRACLE, you see a desktop. Nice isn't it?

You obviously bolloxed up the install. Obviously you were doing
strange things or point 2 would not have been true. Bollocks up a
Windows install and it doesn't work.
>6) If you left the screen saver run, you are doomed. Once the screen

<snip>

See previous comments.
>7) The provided "media player" doesn't recognize the mp3 format.

Works fine for me.
> You need to go to the internet, download some gizmo, install it,
see why it doesn't work, figure out if ubuntu still supports
"alsa" or if it only supports a new ubuntu sound standard... then
figure out which gizmo supports ubuntu mp3, etc etc.
8) Video playing doesn't work either.

Works fine for me.
>9) But if you have an electric guitar you can tune it using some
provided software...

Happily I do not need ubuntu since I do not develop there.
By the way, the system comes without compiler. You have to download
gcc, then you have to figure out that you need the libraries, then gdb,
then you have

Wrong again. It *is* part of the distribution, just not installed by
default. The same applies to various pieces of SW distributed as part
of Windows.
He is right. The system does not come with a compiler. You must install
it via aptitude or synaptic.
>
>well, FORGET IT!

I rebooted into Vista.

Bollocks up an install of *any* OS and you will have major problems
with it. By default, however, Ubuntu and other Linux distros do a good
job of detecting HW and installing correctly.

All off topic here of course, so this will be my only post on the
subject.
?
Jun 27 '08 #6
Kenny McCormack wrote:

<snip>
Yes. Ubuntu is friggin' weird. Totally nuts in my view.
It's friggin' Windows calling itself Linux.

Obvious advice: Get yourself a real distro.
Yes, Slackware obviously.
ObParanoia: It is scary that Ubuntu seems to be getting the mindshare
these days. Maybe it is an MS plot...
Deplorable indeed. I wonder why everyone doesn't build their own Linux
system like Gerard Beekmans. That's how real hackers do it!

Jun 27 '08 #7
santosh wrote:
Kenny McCormack wrote:

<snip>
>Yes. Ubuntu is friggin' weird. Totally nuts in my view.
It's friggin' Windows calling itself Linux.

Obvious advice: Get yourself a real distro.

Yes, Slackware obviously.
>ObParanoia: It is scary that Ubuntu seems to be getting the mindshare
these days. Maybe it is an MS plot...

Deplorable indeed. I wonder why everyone doesn't build their own Linux
system like Gerard Beekmans. That's how real hackers do it!
Do you have a recommendation? (URL, best way to download it, etc?)
thanks
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
Jun 27 '08 #8
jacob navia wrote:
santosh wrote:
>Kenny McCormack wrote:

<snip>
>>Yes. Ubuntu is friggin' weird. Totally nuts in my view.
It's friggin' Windows calling itself Linux.

Obvious advice: Get yourself a real distro.

Yes, Slackware obviously.
>>ObParanoia: It is scary that Ubuntu seems to be getting the
mindshare
these days. Maybe it is an MS plot...

Deplorable indeed. I wonder why everyone doesn't build their own
Linux system like Gerard Beekmans. That's how real hackers do it!

Do you have a recommendation? (URL, best way to download it, etc?)
thanks
Sure:

<http://www.linuxfromsc ratch.org/>

but I doubt you'll like this when Ubuntu is apparently too difficult for
you.

Jun 27 '08 #9
santosh wrote:
jacob navia wrote:
>santosh wrote:
>>Kenny McCormack wrote:

<snip>

Yes. Ubuntu is friggin' weird. Totally nuts in my view.
It's friggin' Windows calling itself Linux.

Obvious advice: Get yourself a real distro.
Yes, Slackware obviously.

ObParanoia : It is scary that Ubuntu seems to be getting the
mindshare
these days. Maybe it is an MS plot...
Deplorable indeed. I wonder why everyone doesn't build their own
Linux system like Gerard Beekmans. That's how real hackers do it!
Do you have a recommendation? (URL, best way to download it, etc?)
thanks

Sure:

<http://www.linuxfromsc ratch.org/>

but I doubt you'll like this when Ubuntu is apparently too difficult for
you.
Of course it is not "difficult" , and I have been doing Unix since
1987... I can solve all those problems if I wanted to, but the point
is that now it just bores me, still in 2008 fiddling around with the
X config files, chasing drivers, installing this and that, fixing the
bugs...

What bothers me more is that the old versions of linux did not have
this kind of problems that often, and that now the point is not
to make a simpler system for everyone, but just to make server
side software that pleases the people that finance linux (IBM,
RedHat, and some others) but doesn't care at all of the normal user.

Microsoft software is much more user friendly not because they
have a BIG BUDGET, but because they care about the end user a
bit more... Unix has this problematic attitude of relying in the
"systems administrator", and just being unfriendly for no reason.

Personally I have tried to make a system that it is easy to use.
lcc-win tries (not always with success) to be easy to use, easy to
install, without adding features without need.

Microsoft had a different attitude towards the end user as the unix
people. Unix was for the "higher ups"... Microsoft choose to cater
the end user...

It was a strategic mistake from the Unix guys, and linux has taken that
wrong tradition, that is why it bothers me.

I thought that they would try to make what Steve jobs did: make
unix user friendly.

No, they choose to follow the old unix path: just suppose there is
a "system administrator" and do not care about the end user.

And that is why linux doesn't get any more market share.

The reaction from many people here is so telling:

"You screwed your installation". Always the fault of badly designed
software is in the end user!

I downloaded the ubuntu software, burned it into a DVD and followed
the instructions. Nothing else.

Gnome is not installed by default. Sorry. Nor KDE, nor nothing.

When it reboots after the first installation it shows you a
"login"
prompt, that is all. You have to call "aptitude" to install the
rest.

And after a while I know "aptitude", its quirks, etc.

But would my wife know how to use that?

And sorry, mp3 are not recognized by default because mp3 is NOT
an open format for music. OGG is, but mp3 is not. And the debian
based Ubuntu has the same "political" line of boycotting the formats
that are propietary or somehow not to the latest taste of GNU;

--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32
Jun 27 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
10228
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10057
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8883
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7415
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6676
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3970
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3575
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.