Search:

Type: Posts; User: vanangamudi; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,550

    [ubuntu] Problem logging in to my user account

    when I log into my user account. it again shows the login screen. it behaves like log in and immediately log out. the problem is with user name. I have tried creating another user account, and copied...
  2. Replies
    34
    Views
    2,289

    Re: Good C++ editor for beginners

    Emacs. use Emacs. awesome editor.... Emacs and Vim are considered to be the complete text editors by thousands of people...
  3. Replies
    0
    Views
    426

    Autotools problem

    here is my source tree

    projectroot/
    |
    +-configure.ac
    |
    +-build/
    | |
    | +-build-aux/
    +-lib/
  4. Replies
    2
    Views
    1,536

    Re: Compleley new Linux GUI system

    is there any layout picture of inter dependency of the following components??.. with enough description

    DDX
    X-server
    GLX
    Xvesa
    Mesa/Opengl
    DRI
    DRM
    Wayland
  5. Replies
    2
    Views
    1,536

    Compleley new Linux GUI system

    If I could spent a year or two for developing completely new GUI system without any dependency on X-windowing system, what would be the way. Does Mesa OpenGL library depend upon GLX?? I have heard...
  6. how to start with opencl acceleration enabled

    how to start gimp with opencl features of gegl enabled. I'm using gimp2.8.2 in ubuntu12.04
  7. Replies
    3
    Views
    433

    Re: where is the file?

    good lord... i forgot something....
  8. Replies
    3
    Views
    433

    where is the file?

    code is ompiling and executing with no problem. but i cannot find a file named "data.dat" in my home directory. where else could it be??


    #include<stdio.h>

    int main()
    {

    FILE* fd =...
  9. Replies
    1
    Views
    896

    Android Development in Emacs

    I'm a die hard fan for cmd line tools and emacs. It's nothing personal with Eclipse. my system is a bit slow. so I prefer emacs for android development. Specifically, OpenCV application for android...
  10. Replies
    3
    Views
    742

    Re: Software testing

    Not particulary this project, Can u help me how to get started with setting up the development environment for any open source projetcs. I use Emacs-24.
  11. Replies
    3
    Views
    742

    Software testing

    I want to contribute for some open source project. I' starting with CMU PocketSphinx speech recognition toolkit. because it not so popular to user community. I want to fork it into a user space...
  12. Replies
    1
    Views
    799

    Blender off PPA not executing

    When I download Blender build from graphicall.org and eztract them into home folder with executable permission. The blender will be launched if I dbl clikck the blender program in the extracted...
  13. Replies
    8
    Views
    7,296

    Re: Linux Device Driver Compiling Setup

    What I understand is that, your module requires some symbols tat are not currently present in the kernel symbol table. i.e ur module depends upon other modules which not already loaded into the...
  14. Replies
    6
    Views
    1,852

    Why is the output different?

    Look at the follwing code both are same(atleast to some extent) but the output seems to be different. Why???

    #include<stdio.h>
    //#include<iostream>
    //#include<conio.h>

    void main()
    {
    ...
  15. Replies
    13
    Views
    1,034

    Re: Is c still going so strong ?

    As mentioned before by other. Disappearance of C is never gonna take place. Still, there are need for operating systems, firmwares, drivers which requires speed and concurrency. both.

    Moreover...
  16. Replies
    8
    Views
    7,296

    Re: Linux Device Driver Compiling Setup

    I have used the make file to compile the driver module. it works properly. But It is still seems strange for me that compiling modules with gcc directly is not working. thanks for the @grass_hopper
  17. Replies
    8
    Views
    7,296

    Re: Linux Device Driver Compiling Setup

    I did installing the linux headers. Now I got a new problem.

    here is the output for this following command:

    COMMAND: gcc -C -ohello hello.c -I/usr/src/linux-headers-3.2.0-20/include/

    ...
  18. Replies
    8
    Views
    7,296

    Linux Device Driver Compiling Setup

    I'm getting started with device driver development in linux. Ubuntu 12.04 to be precise. Linux Kernel 3.2.0 rev 20 to be more specific.

    I reading LDD3. but how do I compile the source codes...
  19. [ubuntu] Help me with APTonCD. can't restore the packages

    I hav installed so many packages through online. and I used APTonCD to backup those packages. but now can't restore them. when click the load button in Restore window of APTonCD it throws errors...
  20. Replies
    3
    Views
    457

    Re: What am I missing?

    I'll try this. but it is supposed to work right. if include that gtkmm everything works fine...
  21. Replies
    3
    Views
    457

    What am I missing?

    Here is my problem. If I include gtkmm.h header everything is fine and the project compiles with no problem. but If I remove it, it shows the following error: http://pastebin.com/0rpYpDPf

    I...
  22. Replies
    3
    Views
    897

    Combining C++ and Python

    I have written a todo task manager in C++. I want to save the tasks into an xml file. So i need a XML library. I tried libxml++. let us keep it aside. I want to use python for doing this job. can I...
  23. Replies
    7
    Views
    748

    [SOLVED] Re: GTKmm hello world help

    I got it.... I forgot to specify the public modifier for Gtk::Window from which the Buttons class is inherited from...
    problem solved...
  24. Replies
    7
    Views
    748

    [SOLVED] Re: GTKmm hello world help

    I tried and the tut code compiles with no problem... but I did the same thing but it troubles...
  25. Replies
    3
    Views
    321

    Re: Support for custom syntax

    Wat is Ctags and cud give some advice on building a code-completion plugin for gedit.
Results 1 to 25 of 55
Page 1 of 3 1 2 3