Thread: Help with error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    52

    Help with error

    Hi everyone,

    I'm trying to compile this program on my mac and I get this error:

    Naix:examples Naix$ g++ -o prodcon prodcon.c
    prodcon.c:129:32: error: empty character constant
    prodcon.c: In function ‘void* producer(void*)’:

    This are the code snippets:

    129: while ( context->holder != '' ) {

    nvm by replacing those with ""
    Last edited by afflictedd2; 01-21-2010 at 08:33 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  3. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  4. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM