Message-ID: <444B1AD0.3090305 at rftp.com> Date: Sat, 22 Apr 2006 23:12:32 -0700 From: Robert Roessler Organization: Robert's High-performance Software MIME-Version: 1.0 To: Erik de Castro Lopo , LablGTK List Subject: Re: Low level lablgtk2 hacking References: <20060420060312.67f8a4ee.ocaml-erikd at mega-nerd.com> <4446BCBB.2050502 at rftp.com> <17478.50853.459149.712593 at karryall.dnsalias.org> <20060420223639.3fdae084.erikd at mega-nerd.com> <4447EE60.6080405 at rftp.com> <20060421212053.33dbbae7.erikd at mega-nerd.com> In-Reply-To: <20060421212053.33dbbae7.erikd at mega-nerd.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Length: 1575 Erik de Castro Lopo wrote: > Robert Roessler wrote: > >> I have a LablGTK app (a GUI toplevel *in* OCaml) which might be of >> help to you as an example of how to make GUIs work in the >> OCaml/LablGTK environment. >> >> The only reason I have not published at least a "technology preview" >> version of it is that I have gotten zero response to my requests for >> assistance in "*nix-zing" the Makefile... and releasing "Windows-only" >> versions of OCaml software doesn't seem to be the best strategy for >> acceptance in the "community". > > Make it available to me on the web and I'll have a look at > doing a unix Makefile. A directory tree with the three Makefiles is here: http://www.rftp.com/caml/ LablPCRE/Makefile Already released POSIX-oriented wrapper for PCRE. LablScintilla/Makefile Larger wrapper giving complete access to Scintilla editing component with OCaml and LablGTK. RCaml/Makefile Much simpler Makefile than the first two, as it is just an app rather than a medium-to-large library, and is all OCaml (no C) - note that this is dependent on the first two packages. All I am looking for are the names for the typical compile, link, and lib util commands in the *nix world (presumably GNU stuff), and the "usual" switch values (and the correct names of the NON-Windows libs in both the bytecode and native cases). Any help with the compiling and linking of mixed OCaml/C (in the case of the two library wrappers) and OCaml plus GTK libs in the app case would be appreciated. Robert Roessler robertr@rftp.com http://www.rftp.com