[PLUG] GTK+2.0 development
Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. In the header of the main.cpp file i put the line #include While compiling using gcc command gcc base.c -o base 'pkg-config --cflags --libs gtk+-2.0' I get the error gtk.h not found. using the locate i found out gtk.h resides in /usr/include/gtk-2.0/gtk so i changed the #include statement to but it still does not work. So i made a symlink to gtk from /usr/include, but still no success. Any ideas? Regards Aditya Laghate -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] GTK+2.0 development
Aditya Laghate wrote: Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. In the header of the main.cpp file i put the line #include While compiling using gcc command gcc base.c -o base 'pkg-config --cflags --libs gtk+-2.0' Could you post the o/p of linux:~> pkg-config --cflags gtk+-2.0 AND linux:~> pkg-config --libs gtk+-2.0 May be we can find out what's wrong. Also you can specify -I/usr/include/gtk-2.0/ and -L/usr/lib/gtk-2.0/ instead of using pkg-config Please make sure you add proper '-l'things -- I'm not sure abt it - but seems to be "-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangox-1.0 -lpangoxft-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0" on my box. hope this helps Binulal narayanan -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Sarge release
Hi! Good news for all the Debian freaks! Sarge is scheduled to be released on the 6th of June as Debian GNU/Linux 3.1. Hooray! Kaustubh -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] GTK+2.0 development
Aditya Laghate wrote: Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications. do you have development headers for GTK apt-cache search gtk | grep dev Install the resultant package it and try again regards Rahul/ / -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] Re: plug-mail Digest, Vol 20, Issue 2
Hi, The original posting (by Shirish Agarwal) was asking for some performance issues on CLI interface after compiling kernel. We are nowhere reaching to hat point. this is just a baseless discussion going nowhere. // On a lighter note, I was wondering how and why the original poster is doing kernel compilation and how come he is worried about the performance ;-) // On 6/2/05, Manas Alekar <[EMAIL PROTECTED]> wrote: > One question... > > What is the point of all these discussions? Who is smart? > > I don't see why people are wasting so much bandwidth over it. It is > all way over my head. > > Regards, > Manas > > -- > __ > Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) > List Information: http://plug.org.in/mailing-list/listinfo/plug-mail > Send 'help' to [EMAIL PROTECTED] for mailing instructions. > -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG][OT] Require a low end machine
Hi all, With my exams near closing, and few weeks of time , I want to experiment a bit with networking, setting up a firewall etc. Can anyone lend me a low end machine (old 386/486/p1 will do) for few months. It would be great if it has a LAN card, else I will get it from some place. Please contact me offlist. I can assure people that I will be using FLOSS on it. -Devendra. __ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Linux programmer wanted in Telesoft
Telesoft, a 9 year old Telecom and embedded software company requires a Linux, C/C++ professional from Telecom or storage domain. Minimum 2 years experience required. We are building a Media Server product for Unified Messaging over IP, with a cluster of Linux nodes. Regards, Suhas Pathak President, Telesoft, India [EMAIL PROTECTED] www.telesoftnet.com 91-20-2433-9995 -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Google Summer of Code Contest
http://code.google.com/summerofcode.html The Summer of Code is Google's program designed to introduce students to the world of Open Source Software Development. This Summer, don't let your programming skills lie fallow...Use them for the greater good of Open Source Software and computer science! Google will provide a $4500 award to each student who successfully completes an open source project by the end of the Summer. (payment details can be found in FAQ) - There are lots of project ideas here. Last date for registration is 14th June though. Sorry if its a repost, I did search plug website using google. -Devendra __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] RHCE Exam
Yogesh wrote: Hi, The RHCE exam from June onwards will be based on RHEL 4.0. There are no great differences in 3 and 4. I have heard that they are going to keep the format of the exam same for few months and will be changing it around the year end. There are a good number of differences between RHEL 4 and 3 http://www.redhat.com/software/rhel/features/ Not sure about how it affects RHCE though regards Rahul -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Distribution Release: Debian GNU/Linux 3.1
Hi all , The long wait is over: "The Debian Project is pleased to announce the official release of Debian GNU/Linux version 3.1 codenamed 'sarge' after nearly three years of constant development. With the development of the new debian-installer, this release features a new, modular and sophisticated installation routine with integrated hardware detection and unattended installation capabilities. The installation is available in about thirty languages and includes configuration of the X server for many graphic cards. This release includes a number of up-to-date large software packages, such as the K Desktop Environment 3.3 (KDE), the GNOME desktop environment 2.8" Find out more in the release announcement and release notes. The biggest distribution release ever, Debian 3.1 comes on no fewer than 29 CDs (binary + source); these can be downloaded from one of the Debian mirrors. Quick links to the 2 binary DVD images for i386 (MD5): debian-31r0-i386-binary-1.iso (4,470MB) and debian-31r0-i386-binary-2.iso (4,224MB). Champagne anyone? -- Amit. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] [OT] Apple switching to Intel????
WHATTT! The hell has broken out. Intel? of all the other evil empires apple choses intel http://apple.slashdot.org/article.pl?sid=05/06/06/1131250&tid=118&tid=181&tid=3 Oh well! just when you thought there is some good still remaining in this world. Neways its a slightly good news for linux, apple has always been a good hardware designer, and with intel chips we might be able to run a mainline distribution on it out of the box. I know, i know PPC linux works quite well, but whom are you kidding intel platforms are usually so much ahead in the race. On related note (related as in equally shocking ) debian sarg is released ... head on to slashdot for more news. -- BAIN http://abhijit.adotout.net http://abhijit.adotout.net/blog.php -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] Required: Volunteers for Linux distros installation
Hi, We represent a social organisation. This is regarding the testing support required on the Linux platform. As you know that we work for improving educational quality in the rural areas of the state. For the same we have to introduce an ideal Linux distro. for the schools. We have many options in our hands like RedHAT, Mandrake, Ubantoo etc.. We do not have much knowledge about installing the following distros: 1) Ubantoo 2) Knoppix 3) Debian 4) Xandros 5) ELX 6) FreeBSD 7) Slackware etc.. What we want? We want volunteers who will install the above distros on a testing machine and give us report. We want report in the following format: Date: Machine Configuration: Distribution: Version: Installation procedure documentation: Installation time required Boot time required Remarks (if any) If you have further queries, feel free to contact. regards, Anand Kulkarni 9422515760(M) __ Discover Yahoo! Get on-the-go sports scores, stock quotes, news and more. Check it out! http://discover.yahoo.com/mobile.html -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
Re: [PLUG] Getting "esakal.com" working on Fedora Core 3
Mahesh Lalge wrote: Hi, Has anybody tried accessing "esakal.com" from Fedora Core 3 ? Hey, i tried using the site on FireFox, followed their font installation instructions (you find these on the opening page), I had to modify my FONT PREFERENCES in FireFox for Devnagiri script and the site was displayed perfectly. Best of luck Madhur. -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
[PLUG] kernel upgrade problems
some please help me out with this one.. my sys config is as follows: ahtlon xp 2400+ 512+256 ddr a7n8x-vm/400 mobo lg cdrw & 120 GB seagate i installed slackware 10.1 successfully with kernel 2.4.26, and added K3B. installed the 61.04 agp drivers from Nvidia, they wurked fine.. also installed the nvidia nforce drivers for audio and etehrnet. everythin wurked fine. then i tried to upgrade the kernel.. to 2.6.9, made another image of the kernel.. viz. kept the old kernel image secure, installed the new kernel ... copied it to /boot/new/bzImage . and made appropriate entries in lilo.conf and reinstalld lilo. the problems : 1) loading the X11 session manager takes helluva time.. i wud like 2 knw whether this is due to the kernel being sluggish or some thing else ? 2) the cdrw drive does not work.. there is no device that can be pointed to.. /dev/sr0, /dev/sg0, /dev/scd0, /dev/sc0, although the scsi driver gets loaded during boot and i can see that in the dmesg logs. this happens irrespective of whether i pass the 'hdc=ide-scsi' parameter to the kernel at boot. earlier (with 2.4.26) my cdrw was at /dev/hdc and with scsi emulation it became /dev/sr0. i have compiled the kernel with the option of "scsi" as a loadable module. so what is the verdict, is the new kernel some thing that shud not b used, at least for ppl who do not hav the time 2 keep bangin their heads on da keyboard ? this statement can be said to be supported by the fact that slackware 10.1 even has kernel 2.4.29 as base and 2.6.10 for testing. -- ___ NEW! Lycos Dating Search. The only place to search multiple dating sites at once. http://datingsearch.lycos.com -- __ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.