Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] stdio.h implemented as a late-binding driver"
2010 Mar 03
0
[LLVMdev] Extracting type information from header files
Hello Vitaly,
Clang supports LLVM Bitcode formatted precompiled headers if that is what you are looking for. LLVM-GCC might be a different story though. Also note that these headers will be different from one operating system to the next. If you're looking for something portable, test out my wrapper at http://sourceforge.net/projects/llvmlibc/ in the SVN repo.
--Sam
----- Original
2011 Jun 02
4
[LLVMdev] Thinking about "whacky" backends
Hi Nate,
I've successfully ported one bitcode from Linux to Mac to Windows. All were x86 and the program was text-based, but I'd say my LLVM Wrapper would be worth some effort in the future if I could just get some help. Currently it just wraps StdIO.h with its own functions.
Here's some of what it would take to make portable bitcodes in C or LLVM Assembly:
* Convert all
2010 May 02
2
[LLVMdev] Generic target?
Hello LLVM list,
I'm working on a wrapper for LibC and I think it would work a whole lot better for what I'm trying to do if I wasn't forced to use a specific endianness. I'm trying to make it work in such a way that the compiler can generate code for a generic LLVM target such that the bitcodes won't need to have the alignment information or endianness until the final link
2010 Dec 04
1
hi all
hi all
Iam a new comer in the centos world but i have created a personal wiki page
that relate the following topics for centos 5.5 and i would like to share it
with the community.
the topics are installation and configuration of :
- 1<http://173.255.201.188/wiki/mediawiki-1.16.0/index.php/Server_configuration#Configure_CENTOS>
Configure
2016 Mar 11
2
Anyone know whats up with wiki?
> On 2/26/2016 07:37, Ady via Syslinux wrote:
> > 1_ At the bottom-center, of each wiki page, there used to be a:
> > "This page has been accessed 'N' times."
> >
> > message, in which 'N' was a number that (I think) comes from setting:
> >
> > $wgDisableCounters = true;
>
> It is there, now. Sorry, but due to MediaWiki
2005 Oct 30
2
mediawiki on centos-4
I have centos-4 updated to 4.2.
Looking for mediawiki with yum, I find it on Dag repository
yum --enable dag list mediawiki*
Available Packages
mediawiki.i386 1.4.7-1.2.el4.rf dag
But the installation fails with
Error: Missing Dependency: php >= 4.3.11 is needed by package mediawiki
Where could I find a yum repository with php-4.3.11 for centos-4?
I fell I
2006 Apr 12
1
mediawiki-1.4.7-1.2.el4.rf.i386.rpm requirements.
Guys,
I'm migrating an internal Mediawiki over to a new CentOS 4 system. The
old server's running FC3 and has a tarball install, ideally I want to
stick to properly packaged software as far as possible.
[wmcdonald at willspc ~]$ yum deplist mediawiki
Finding dependencies:
Setting up repositories
Reading repository metadata in from local files
package: mediawiki.i386 1.4.7-1.2.el4.rf
2018 Feb 24
0
MediaWiki to Omega
I use Omega to index and search an archive of magazine and ebook pdfs
etc. I also have a Wiki (in MediaWiki) that I wanted to include in that
index too.
If it's any use to anybody, I've adapted dbi2omega to export the pages
from MediaWiki and shared it on GitHub - search for mediawiki2omega.
It doesn't do anything very clever, but it might save someone time
figuring out the
2015 Aug 16
0
wordpess can't connect to DB but mediawiki can
Hi Richard,
I actually made some progress on this. The problem was SSL. Once I I took
the SSL requirement out of the picture for the user everything worked. The
test php script and the wordpress site both. Originally when I setup my
wiki it NEEDED SSL. Because there was some sensitive data in it. My
website, however, is just a goofball toy project of mine. And doesn't
really need that. But
2013 Feb 23
2
Wikipedia plots and tables?
Hello, All:
What facilities exist for plots and tables of data in the
standard MediaWiki software beyond the obvious standards?
The standard MediaWiki tables and graphics capabilities seem to
me to be rather clumsy, and I wonder if I'm missing some available
extensions?
The standard MediaWiki tables are described in a Wikipedia
article on "Help:Table".
2016 Mar 25
2
Pre-formatted text in the Syslinux wiki
Recently the Syslinux wiki was updated, currently using a newer version
of mediawiki.
"Pre-formatted" text in the Syslinux wiki is frequently being used to
display commands or configuration entries. The default behavior of
pre-formatted text used to be non-wrapped (among other
characteristics), whereas the current default behavior is that
pre-formatted text is being wrapped (just
2011 May 09
2
[LLVMdev] Header in bitcode format 3.0?
Hello LLVM team,
In the past I've worked on a PEG parser generator for any LLVM-based language to use. One obstacle we ran into when generating LLVM IR assembly was that we'd end up cutting and pasting a list of declarations and aliases into every .ll file that needed to link with the others. I'd propose that in the Bitcode 3.0 format, that a header definition be added to the IR
2015 Aug 16
0
wordpess can't connect to DB but mediawiki can
You were doing this (looking at the mysql.db table) on your
"db.example.com" machine, correct?
------------ Original Message ------------
> Date: Saturday, August 15, 2015 19:32:25 -0400
> From: Tim Dunphy <bluethundr at gmail.com>
> To: CentOS mailing list <centos at centos.org>
> Subject: Re: [CentOS] wordpess can't connect to DB but mediawiki
can
>
2015 Aug 15
0
wordpess can't connect to DB but mediawiki can
> Date: Saturday, August 15, 2015 13:53:28 -0400
> From: Tim Dunphy <bluethundr at gmail.com>
>
> Hey guys,
>
> I'm running both a wordpress site as well as a mediawiki off of
> the same web servers. The mediawiki site works great! The
> wordpress site, meh. Not so much. I keep getting the common
> database connection error:
>
> Error establishing a
2015 Aug 15
0
wordpess can't connect to DB but mediawiki can
> Date: Saturday, August 15, 2015 17:57:03 -0400
> From: Tim Dunphy <bluethundr at gmail.com>
>>
>> [this isn't really a centos issue, even if you're using centos,
>> which isn't obvious. that said ...]
>
>
> Yeah that's true. But this list tends to be rather helpful for
> general problems that are less specific to centos. Sometimes. :)
2015 Aug 15
2
wordpess can't connect to DB but mediawiki can
Hey guys,
I'm running both a wordpress site as well as a mediawiki off of the same
web servers. The mediawiki site works great! The wordpress site, meh. Not
so much. I keep getting the common database connection error:
Error establishing a database connection
And as far as I can tell the settings between the mediawiki site and the
wordpress site are nearly identical.
Here's the media
2009 Nov 11
0
R installer can't find math.h, stdio.h
This is possibly the wrong list, but anyway ...
Using Linux Debian-4.0 Etch (regularly upgraded).
I set about installing Simon Woods' "soap" package -- see:
http://www.maths.bath.ac.uk/~sw283/simon/software.html
So I downloaded the tar archive soap_0.1-3.tar.gz and then ran
(as root) R CMD INSTALL as follows (and with the following errors):
# R CMD INSTALL
2014 Feb 06
2
AD integration - Administrator can log in but no one else can
I have an Ubuntu 12.04 LTS server that I am trying to get integrated into
the company AD.
The global AD administrator with the username Administrator can log in and
access the shares on the samba box.
No other user, even users with Administrator privileges, can.
check_ntlm_password: authentication for user [Administrator] ->
[Administrator] -> [WIKI\Administrator] succeeded
2018 May 08
0
help with json data from the web into data frame in R
> On May 8, 2018, at 10:08 AM, Evans, Richard K. (GRC-H000) <richard.k.evans at nasa.gov> wrote:
>
> Hi David, .. I think I've got it :-)
> Please let me know if you see anything glaringly wrong with this:
>
> library(RCurl)
> zWebObj <- postForm("https://www.semantic-mediawiki.org/w/api.php",
> "action" = "ask",
>
2005 Feb 21
0
lseek depends upon stdio.h?
Hi folks,
Shouldn't the lseek macros (SEEK_SET, etc) go to unistd.h?
Regards
Harri
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://www.vas.nu/pipermail/klibc/attachments/20050213/9790028c/signature.bin