[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gtkmm
Subject:    [gtkmm] Compilation issues with gcc 3.0
From:       Alex Fishman <fosh () fishnet ! cx>
Date:       2001-08-18 2:06:27
[Download RAW message or body]

Hello/usr/local/include/g++-v3/bits/std_cstdlib.h:146: `strtoll' not 
declared
#include <gtk--/main.h>
#include <gtk--/window.h>

int main(int argc, char *argv[])
{
    Gtk::Main kit(argc, argv);

    Gtk::Window window (GTK_WINDOW_TOPLEVEL);
    window.show();

    kit.run();  // you will need to ^C to exit.

    return(0);
}


using the command

g++ base.cc -o base `gtkmm-config --cflags --libs`

gives me pages and pages of errors.  I am certain gcc is set up 
correctly, and adding the -I/usr/include flag doesn't help either.  

Whats the problem!>?!?!

THanks in advance
--Alex Fishman


    I am (as you can probably tell...) new to Gtk--.  I am having 
difficulty compiling even very basic programs with the new gcc.  I when 
trying to compile (taken right off the tutorial website...)




_______________________________________________
to unsubscribe or change your subscription parameters :
http://lists.sourceforge.net/lists/listinfo/gtkmm-main

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic