Cannot understand the C errors


 
Thread Tools Search this Thread
Top Forums Programming Cannot understand the C errors
# 8  
Old 11-02-2012
Are you pasting from a mobile phone or something? This forum doesn't have a problem with newlines.

Even if you do, you can always just add the newlines yourself.

If you don't, we are working blind, and literally cannot help you.

Do not leave people guessing. Show a representative sample of your code and the errors in it, or this thread will be closed.
# 9  
Old 11-02-2012
Corono please compile the file and use valgrind. The errors are so long. and you may be right this desktop might not copy the /n character for some reason but to do what you want is a very unreasonable request.
# 10  
Old 11-02-2012
I and most people don't have valgrind. I may not even get the same errors as you without the same compiler. We literally cannot help you if you don't post your problem. It's completely reasonable to ask for the errors. If you can't, then it hardly matters whether the thread stays open, though I suspect you can find a way.

You might try an alternative web browser. Firefox is known to work well with this site. Smartphones are known to cause problems like you're describing. You might also redirect the errors into a file and open the file in a GUI text editor of some sort.

Do not leave people guessing. Post your code and errors or this thread will be closed, last chance.
This User Gave Thanks to Corona688 For This Post:
# 11  
Old 11-02-2012
just close it then
# 12  
Old 11-02-2012
Okay.
# 13  
Old 11-02-2012
I agree with Corona688.

Don't use remote sites like pastebin to attach code here.

Code should be uploaded to this site and not foreign sites.

After this post, I'm proposing a new rule to insure that this type of "remote code pasting" ends sooner than later.

The bottom line is this:

If you want support here in these forums, format yout code and paste it within the forum code tags. Do not use pastebin and other similar remote hosting sites. We don't want these links in our forums.
These 2 Users Gave Thanks to Neo For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Please help me understand errors in perl program

co #! /usr/bin/perl use strict; use warnings; use diagnostics; my $amount=""; my $bain; ; my $code=""; my $date;my $day;my $line; my $mo; my $LNUM = 0; my $xyz=""; my $yr; $yr = 2015; my $F; my @F; while (<>) { chop; ++$LNUM; @F = split(';'); if ( $F eq "Date" )... (1 Reply)
Discussion started by: hpk
1 Replies

2. Shell Programming and Scripting

can't understand!

Hi All, can you please help me to figured out what's the meaning of this. ${SERVER_DATABASE} -b << EOF 2>>/dev/null THanks, (3 Replies)
Discussion started by: nikki1200
3 Replies

3. AIX

How to read or understand errors in errpt

Hello, after upgrading the memory to 96GB & 6 Dual Processor for P 550 ( and still not applied the parameters which some experienced posters said in post https://www.unix.com/aix/141835-oracle-database-running-slow-aix-nmon-topas-6.html ) I am getting system dumps. How to understand and... (1 Reply)
Discussion started by: filosophizer
1 Replies

4. Shell Programming and Scripting

Script to capture date/time in seconds in PERL... Cant understand errors

I'm Using this script to find the time of a file. I'm very much new to PERL and found this script posted by some one on this forum. It runs perfectly fine, just that it gives me following errors with the accurate output as well. I jus want the output to be stored in another file so that i can... (0 Replies)
Discussion started by: bankimmehta
0 Replies

5. UNIX for Dummies Questions & Answers

Major OS errors/Bash errors help!!!!

Hi all, dummy here.... I have major errors on entering the shell. On login I get: -bash: dircolors: command not found -bash: tr: command not found -bash: fgrep: command not found -bash: grep: command not found -bash: grep: command not found -bash: id: command not found -bash: [: =: unary... (12 Replies)
Discussion started by: wcmmlynn
12 Replies

6. UNIX for Dummies Questions & Answers

can't understand this at all.

Ok, i've been trying to write some shell scripts. nothing challenging, but just automating All of the tutorials i read say to start the file with #!/bin/bash or whatever your path to bash is. So i do it, and all of my scripts error out saying ./nameofscript:command not found when i... (4 Replies)
Discussion started by: severndigital
4 Replies

7. UNIX for Dummies Questions & Answers

can't understand

how i can download this game n start it :S (5 Replies)
Discussion started by: BoyArcher
5 Replies

8. AIX

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (2 Replies)
Discussion started by: mcastill66
2 Replies

9. UNIX for Advanced & Expert Users

Adapter Errors and Link Errors

$ errpt | more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 3074FEB7 0802050205 T H fscsi1 ADAPTER ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR B8113DD1 0802050205 T H fcs1 LINK ERROR 3074FEB7 0802050205 T H fscsi0 ADAPTER ERROR B8113DD1 ... (0 Replies)
Discussion started by: mcastill66
0 Replies
Login or Register to Ask a Question