From owner-freebsd-current@FreeBSD.ORG Thu Feb 23 12:54:54 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0937C1065689 for ; Thu, 23 Feb 2012 12:54:54 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B7E688FC08 for ; Thu, 23 Feb 2012 12:54:53 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so1837823obc.13 for ; Thu, 23 Feb 2012 04:54:53 -0800 (PST) Received-SPF: pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.60.29.68 as permitted sender) client-ip=10.60.29.68; Authentication-Results: mr.google.com; spf=pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.60.29.68 as permitted sender) smtp.mail=m.e.sanliturk@gmail.com; dkim=pass header.i=m.e.sanliturk@gmail.com Received: from mr.google.com ([10.60.29.68]) by 10.60.29.68 with SMTP id i4mr429234oeh.7.1330001693275 (num_hops = 1); Thu, 23 Feb 2012 04:54:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dj28QO0P2QhAyqU8xZrzTh6Ws8lwZyQye/vntaUfrS4=; b=Y+a7cvmf24DfLxlfEToi2TxFrbs6EQDSxkcC+LXF6lEEgUPwHnsCjUQga71RTctEf0 nPK07bHUJdnyIU/Mieh5sqJoFEdxSlGE7blvm5NET5imnmW7t4KidqgyMRYG1axVnmq9 d8tBX1b1IP1Z4wEu8OkmehJiVXtgpBnV1gYtM= MIME-Version: 1.0 Received: by 10.60.29.68 with SMTP id i4mr379487oeh.7.1330001693209; Thu, 23 Feb 2012 04:54:53 -0800 (PST) Received: by 10.182.38.38 with HTTP; Thu, 23 Feb 2012 04:54:53 -0800 (PST) In-Reply-To: <4F462189.3040106@mail.zedat.fu-berlin.de> References: <4F462189.3040106@mail.zedat.fu-berlin.de> Date: Thu, 23 Feb 2012 07:54:53 -0500 Message-ID: From: Mehmet Erol Sanliturk To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Current FreeBSD Subject: Re: No working IDE in FreeBSD! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2012 12:54:54 -0000 On Thu, Feb 23, 2012 at 6:22 AM, O. Hartmann < ohartman@mail.zedat.fu-berlin.de> wrote: > Several time ago I tried to do some development within an IDE, not even > for lectural and educational purposes. Since most of our software is > written in C/C++ and OpenCL, I highly prefered ANJUTA, since this IDE > was highly customizable, flexible and even FreeBSD's ancient outdated > version in the ports suited our needs. > > Anjuta does not compile anymore for a long time. I do not know why, I > filed a PR (ports/161494). So I was looking for an alternative. > > I looked for some alternatives. The IDE should be configurable to use > CLANG. ECLIPSE is to large and it does not fit my purpose. I tried > devel/CodeBlocks, but CodeBlocks is narrowminded in terms of > configuration of an alternative compiler and I find it really hard and > not intuitiv to reconfigure the usage of CLANG. > > devel/anjuta is broken, so no chance. I also tried KDevelop, since many > of our Linux based scientists feel good having this very popular IDE, > but it is marked "broken" on FreeBSD. > > Before I waste more time on searching for a suitable IDE apart ANJUTA, > I'd like to ask people here what alternative they would suggest if the > focus is devel/anjuta. Eclipse is no way, KDevelop is broken, CodeBlocks > is incapable of being easily adapted to CLANG. > > Befor people tend to start a flame war: yes, I'm fine with vi and I'm > also fine with vim/gvim, but our students need to have the opportunity > to work with an IDE and our projects are partially that large, so an IDE > is needed. > > Thanks a lot for your patience and recommendations in advance. > > Oliver > You may check whether you can use the following : http://www.widestudio.org/ http://www.widestudio.org/EE/index.html http://www.widestudio.org/EE/install.html http://www.widestudio.org/EE/builder-doc/7-3.html Personally , I did not use it . Thank you very much . Mehmet Erol Sanliturk