<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Paulo Matias</title>
	<atom:link href="http://matias.archlinux-br.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://matias.archlinux-br.org</link>
	<description>Um blog? O.o</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on O motivo pelo qual você não deve usar o yaourt by Albino</title>
		<link>http://matias.archlinux-br.org/archives/360/comment-page-1#comment-290</link>
		<dc:creator>Albino</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=360#comment-290</guid>
		<description>Excelente Artigo sobre o Yaourt.

[]&#039;s</description>
		<content:encoded><![CDATA[<p>Excelente Artigo sobre o Yaourt.</p>
<p>[]&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script para login automatico na rede sem fio da USP by Rodolfo</title>
		<link>http://matias.archlinux-br.org/archives/406/comment-page-1#comment-289</link>
		<dc:creator>Rodolfo</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=406#comment-289</guid>
		<description>Olá, estudo eletrica na EESC e pego uspnet da minha rep atraves de antena + 2 routers, um que pega o sinal (APROUTER 6.1) e outro que distribui o sinal em casa. Gostaria de usar este script para fazer o primeiro router autenticar o acesso, seria possível? Obrigado</description>
		<content:encoded><![CDATA[<p>Olá, estudo eletrica na EESC e pego uspnet da minha rep atraves de antena + 2 routers, um que pega o sinal (APROUTER 6.1) e outro que distribui o sinal em casa. Gostaria de usar este script para fazer o primeiro router autenticar o acesso, seria possível? Obrigado</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IRC: qirssi &#8211; trayicon e notificações para o irssi by Paulo Matias</title>
		<link>http://matias.archlinux-br.org/archives/681/comment-page-1#comment-284</link>
		<dc:creator>Paulo Matias</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=681#comment-284</guid>
		<description>Olá Fernando,

Note o seguinte: -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3

Isso indica que o qmake que você está usando é o qmake do Qt3, e não o do Qt4. 

No Debian Lenny o pacote do qmake do Qt4 é chamado qt4-qmake e eles renomeiam o executável para qmake-qt4:

http://packages.debian.org/stable/i386/qt4-qmake/filelist</description>
		<content:encoded><![CDATA[<p>Olá Fernando,</p>
<p>Note o seguinte: -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3</p>
<p>Isso indica que o qmake que você está usando é o qmake do Qt3, e não o do Qt4. </p>
<p>No Debian Lenny o pacote do qmake do Qt4 é chamado qt4-qmake e eles renomeiam o executável para qmake-qt4:</p>
<p><a href="http://packages.debian.org/stable/i386/qt4-qmake/filelist" rel="nofollow">http://packages.debian.org/stable/i386/qt4-qmake/filelist</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IRC: qirssi &#8211; trayicon e notificações para o irssi by Fernando Binasco</title>
		<link>http://matias.archlinux-br.org/archives/681/comment-page-1#comment-283</link>
		<dc:creator>Fernando Binasco</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=681#comment-283</guid>
		<description>No Debian Lenny instalei a qmake e quando dou o make aparece o seguinte erro:

root@dev:/home/fernando/programas/qirssi-20090305# qmake qirssi.pro
root@dev:/home/fernando/programas/qirssi-20090305# make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp
main.cpp:22:17: error: QMenu: Arquivo ou diretório não encontrado
In file included from main.cpp:24:
commandprocessor.h:29:27: error: QSocketNotifier: Arquivo ou diretório não encontrado
In file included from main.cpp:25:
trayhandler.h:25:19: error: QObject: Arquivo ou diretório não encontrado
trayhandler.h:26:27: error: QSystemTrayIcon: Arquivo ou diretório não encontrado
In file included from trayhandler.h:32,
                 from main.cpp:25:
main.h:29:24: error: QApplication: Arquivo ou diretório não encontrado
main.h:31:17: error: QIcon: Arquivo ou diretório não encontrado
In file included from main.cpp:24:
commandprocessor.h:31: error: expected class-name before ‘{’ token
commandprocessor.h:32: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
commandprocessor.h:34: error: expected ‘;’ before ‘public’
commandprocessor.h:37: error: expected `:&#039; before ‘slots’
commandprocessor.h:38: error: expected primary-expression before ‘void’
commandprocessor.h:38: error: ISO C++ forbids declaration of ‘slots’ with no type
commandprocessor.h:38: error: expected ‘;’ before ‘void’
In file included from trayhandler.h:32,
                 from main.cpp:25:
main.h:35: error: expected class-name before ‘{’ token
main.h:37: error: ISO C++ forbids declaration of ‘QIcon’ with no type
main.h:37: error: expected ‘;’ before ‘*’ token
main.h:38: error: ISO C++ forbids declaration of ‘QSystemTrayIcon’ with no type
main.h:38: error: expected ‘;’ before ‘*’ token
In file included from main.cpp:25:
trayhandler.h:34: error: expected class-name before ‘{’ token
trayhandler.h:35: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
trayhandler.h:36: error: expected ‘;’ before ‘public’
trayhandler.h:38: error: expected `;&#039; before ‘public’
trayhandler.h:38: error: expected `:&#039; before ‘slots’
trayhandler.h:42: error: expected primary-expression before ‘void’
trayhandler.h:42: error: ISO C++ forbids declaration of ‘slots’ with no type
trayhandler.h:42: error: expected ‘;’ before ‘void’
trayhandler.h:51: error: expected `;&#039; before ‘void’
trayhandler.h:51: error: ‘QSystemTrayIcon’ has not been declared
trayhandler.h:51: error: expected ‘,’ or ‘...’ before ‘reason’
trayhandler.h: In member function ‘void TrayHandler::activated(int)’:
trayhandler.h:53: error: ‘reset_icon’ was not declared in this scope
trayhandler.h:56: error: ‘reason’ was not declared in this scope
trayhandler.h:56: error: ‘QSystemTrayIcon’ has not been declared
trayhandler.h: At global scope:
trayhandler.h:51: warning: unused parameter ‘ActivationReason’
main.cpp:30: error: expected class-name before ‘{’ token
main.cpp:32: error: expected `)&#039; before ‘*’ token
main.cpp: In constructor ‘App::App(int, char**)’:
main.cpp:44: error: class ‘App’ does not have any field named ‘QApplication’
main.cpp:46: error: ‘icon_on’ was not declared in this scope
main.cpp:46: error: expected type-specifier before ‘QIcon’
main.cpp:46: error: expected `;&#039; before ‘QIcon’
main.cpp:47: error: ‘icon_off’ was not declared in this scope
main.cpp:47: error: expected type-specifier before ‘QIcon’
main.cpp:47: error: expected `;&#039; before ‘QIcon’
main.cpp:48: error: ‘trayicon’ was not declared in this scope
main.cpp:48: error: expected type-specifier before ‘QSystemTrayIcon’
main.cpp:48: error: expected `;&#039; before ‘QSystemTrayIcon’
main.cpp:49: error: no matching function for call to ‘TrayHandler::TrayHandler(App* const)’
trayhandler.h:34: note: candidates are: TrayHandler::TrayHandler()
trayhandler.h:34: note:                 TrayHandler::TrayHandler(const TrayHandler&amp;)
main.cpp:57: error: no matching function for call to ‘ContextMenu::ContextMenu(App* const)’
main.cpp:30: note: candidates are: ContextMenu::ContextMenu()
main.cpp:30: note:                 ContextMenu::ContextMenu(const ContextMenu&amp;)
main.cpp:58: error: ‘QSystemTrayIcon’ has not been declared
main.cpp:58: error: ‘activated’ was not declared in this scope
main.cpp:58: error: ‘SIGNAL’ was not declared in this scope
main.cpp:58: error: ‘QSystemTrayIcon’ has not been declared
main.cpp:58: error: ‘SLOT’ was not declared in this scope
main.cpp:59: error: ‘messageClicked’ was not declared in this scope
main.cpp:59: error: ‘reset_icon’ was not declared in this scope
main.cpp:61: error: no matching function for call to ‘CommandProcessor::CommandProcessor(App* const)’
commandprocessor.h:31: note: candidates are: CommandProcessor::CommandProcessor()
commandprocessor.h:31: note:                 CommandProcessor::CommandProcessor(const CommandProcessor&amp;)
main.cpp: In destructor ‘App::~App()’:
main.cpp:65: error: ‘icon_on’ was not declared in this scope
main.cpp:66: error: ‘icon_off’ was not declared in this scope
main.cpp: In function ‘int main(int, char**)’:
main.cpp:73: error: ‘class App’ has no member named ‘exec’
make: ** [main.o] Erro 1
root@dev:/home/fernando/programas/qirssi-20090305#</description>
		<content:encoded><![CDATA[<p>No Debian Lenny instalei a qmake e quando dou o make aparece o seguinte erro:</p>
<p>root@dev:/home/fernando/programas/qirssi-20090305# qmake qirssi.pro<br />
root@dev:/home/fernando/programas/qirssi-20090305# make<br />
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp<br />
main.cpp:22:17: error: QMenu: Arquivo ou diretório não encontrado<br />
In file included from main.cpp:24:<br />
commandprocessor.h:29:27: error: QSocketNotifier: Arquivo ou diretório não encontrado<br />
In file included from main.cpp:25:<br />
trayhandler.h:25:19: error: QObject: Arquivo ou diretório não encontrado<br />
trayhandler.h:26:27: error: QSystemTrayIcon: Arquivo ou diretório não encontrado<br />
In file included from trayhandler.h:32,<br />
                 from main.cpp:25:<br />
main.h:29:24: error: QApplication: Arquivo ou diretório não encontrado<br />
main.h:31:17: error: QIcon: Arquivo ou diretório não encontrado<br />
In file included from main.cpp:24:<br />
commandprocessor.h:31: error: expected class-name before ‘{’ token<br />
commandprocessor.h:32: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type<br />
commandprocessor.h:34: error: expected ‘;’ before ‘public’<br />
commandprocessor.h:37: error: expected `:&#8217; before ‘slots’<br />
commandprocessor.h:38: error: expected primary-expression before ‘void’<br />
commandprocessor.h:38: error: ISO C++ forbids declaration of ‘slots’ with no type<br />
commandprocessor.h:38: error: expected ‘;’ before ‘void’<br />
In file included from trayhandler.h:32,<br />
                 from main.cpp:25:<br />
main.h:35: error: expected class-name before ‘{’ token<br />
main.h:37: error: ISO C++ forbids declaration of ‘QIcon’ with no type<br />
main.h:37: error: expected ‘;’ before ‘*’ token<br />
main.h:38: error: ISO C++ forbids declaration of ‘QSystemTrayIcon’ with no type<br />
main.h:38: error: expected ‘;’ before ‘*’ token<br />
In file included from main.cpp:25:<br />
trayhandler.h:34: error: expected class-name before ‘{’ token<br />
trayhandler.h:35: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type<br />
trayhandler.h:36: error: expected ‘;’ before ‘public’<br />
trayhandler.h:38: error: expected `;&#8217; before ‘public’<br />
trayhandler.h:38: error: expected `:&#8217; before ‘slots’<br />
trayhandler.h:42: error: expected primary-expression before ‘void’<br />
trayhandler.h:42: error: ISO C++ forbids declaration of ‘slots’ with no type<br />
trayhandler.h:42: error: expected ‘;’ before ‘void’<br />
trayhandler.h:51: error: expected `;&#8217; before ‘void’<br />
trayhandler.h:51: error: ‘QSystemTrayIcon’ has not been declared<br />
trayhandler.h:51: error: expected ‘,’ or ‘&#8230;’ before ‘reason’<br />
trayhandler.h: In member function ‘void TrayHandler::activated(int)’:<br />
trayhandler.h:53: error: ‘reset_icon’ was not declared in this scope<br />
trayhandler.h:56: error: ‘reason’ was not declared in this scope<br />
trayhandler.h:56: error: ‘QSystemTrayIcon’ has not been declared<br />
trayhandler.h: At global scope:<br />
trayhandler.h:51: warning: unused parameter ‘ActivationReason’<br />
main.cpp:30: error: expected class-name before ‘{’ token<br />
main.cpp:32: error: expected `)&#8217; before ‘*’ token<br />
main.cpp: In constructor ‘App::App(int, char**)’:<br />
main.cpp:44: error: class ‘App’ does not have any field named ‘QApplication’<br />
main.cpp:46: error: ‘icon_on’ was not declared in this scope<br />
main.cpp:46: error: expected type-specifier before ‘QIcon’<br />
main.cpp:46: error: expected `;&#8217; before ‘QIcon’<br />
main.cpp:47: error: ‘icon_off’ was not declared in this scope<br />
main.cpp:47: error: expected type-specifier before ‘QIcon’<br />
main.cpp:47: error: expected `;&#8217; before ‘QIcon’<br />
main.cpp:48: error: ‘trayicon’ was not declared in this scope<br />
main.cpp:48: error: expected type-specifier before ‘QSystemTrayIcon’<br />
main.cpp:48: error: expected `;&#8217; before ‘QSystemTrayIcon’<br />
main.cpp:49: error: no matching function for call to ‘TrayHandler::TrayHandler(App* const)’<br />
trayhandler.h:34: note: candidates are: TrayHandler::TrayHandler()<br />
trayhandler.h:34: note:                 TrayHandler::TrayHandler(const TrayHandler&amp;)<br />
main.cpp:57: error: no matching function for call to ‘ContextMenu::ContextMenu(App* const)’<br />
main.cpp:30: note: candidates are: ContextMenu::ContextMenu()<br />
main.cpp:30: note:                 ContextMenu::ContextMenu(const ContextMenu&amp;)<br />
main.cpp:58: error: ‘QSystemTrayIcon’ has not been declared<br />
main.cpp:58: error: ‘activated’ was not declared in this scope<br />
main.cpp:58: error: ‘SIGNAL’ was not declared in this scope<br />
main.cpp:58: error: ‘QSystemTrayIcon’ has not been declared<br />
main.cpp:58: error: ‘SLOT’ was not declared in this scope<br />
main.cpp:59: error: ‘messageClicked’ was not declared in this scope<br />
main.cpp:59: error: ‘reset_icon’ was not declared in this scope<br />
main.cpp:61: error: no matching function for call to ‘CommandProcessor::CommandProcessor(App* const)’<br />
commandprocessor.h:31: note: candidates are: CommandProcessor::CommandProcessor()<br />
commandprocessor.h:31: note:                 CommandProcessor::CommandProcessor(const CommandProcessor&amp;)<br />
main.cpp: In destructor ‘App::~App()’:<br />
main.cpp:65: error: ‘icon_on’ was not declared in this scope<br />
main.cpp:66: error: ‘icon_off’ was not declared in this scope<br />
main.cpp: In function ‘int main(int, char**)’:<br />
main.cpp:73: error: ‘class App’ has no member named ‘exec’<br />
make: ** [main.o] Erro 1<br />
root@dev:/home/fernando/programas/qirssi-20090305#</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saindo do Arch Linux Brasil by Douglas Silva</title>
		<link>http://matias.archlinux-br.org/archives/762/comment-page-1#comment-280</link>
		<dc:creator>Douglas Silva</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=762#comment-280</guid>
		<description>Poxa, é uma grande perda como os outros !

Mas boa sorte em seus novos projetos !

[]s</description>
		<content:encoded><![CDATA[<p>Poxa, é uma grande perda como os outros !</p>
<p>Mas boa sorte em seus novos projetos !</p>
<p>[]s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Corda com uma massa pontual no centro by cora</title>
		<link>http://matias.archlinux-br.org/archives/44/comment-page-1#comment-279</link>
		<dc:creator>cora</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=44#comment-279</guid>
		<description>hahaha
que legal, eu procuro o problema da corda utilizando o princípio  de hamilton e olha o que eu acho?

Beijos MAtias!!</description>
		<content:encoded><![CDATA[<p>hahaha<br />
que legal, eu procuro o problema da corda utilizando o princípio  de hamilton e olha o que eu acho?</p>
<p>Beijos MAtias!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Driver para Hand Pad USB chinês by Florian</title>
		<link>http://matias.archlinux-br.org/archives/153/comment-page-1#comment-278</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=153#comment-278</guid>
		<description>Hi
I hope u speak some english ;) I was trying to use your driver with a penpower junior Tablet. I was able to calibrate the pad, but when I try to start it with the given command my normal mouse is not behaving properly anymore and the writing pad has still no function.

Do I have to do sth special for X?

Florian</description>
		<content:encoded><![CDATA[<p>Hi<br />
I hope u speak some english ;) I was trying to use your driver with a penpower junior Tablet. I was able to calibrate the pad, but when I try to start it with the given command my normal mouse is not behaving properly anymore and the writing pad has still no function.</p>
<p>Do I have to do sth special for X?</p>
<p>Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multiplicadores de Lagrange by Victor</title>
		<link>http://matias.archlinux-br.org/archives/48/comment-page-1#comment-275</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=48#comment-275</guid>
		<description>Paulo

Parabéns pela explicação. Muito obrigado

Victor F. D. Sacramento</description>
		<content:encoded><![CDATA[<p>Paulo</p>
<p>Parabéns pela explicação. Muito obrigado</p>
<p>Victor F. D. Sacramento</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lançada primeira versão de testes do Sheriff by Arch Linux vs. Usuário e Arch Linux vs. Stable</title>
		<link>http://matias.archlinux-br.org/archives/378/comment-page-1#comment-274</link>
		<dc:creator>Arch Linux vs. Usuário e Arch Linux vs. Stable</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=378#comment-274</guid>
		<description>[...] a parte de segurança que não é muito o forte do Arch, uma alternativa que ajudaria nisso seria o Sheriff, um software que &#8220;faz um diff&#8221; de vulnerabilidade entre NetBSD e Arch, feito pelo Paulo [...]</description>
		<content:encoded><![CDATA[<p>[...] a parte de segurança que não é muito o forte do Arch, uma alternativa que ajudaria nisso seria o Sheriff, um software que &#8220;faz um diff&#8221; de vulnerabilidade entre NetBSD e Arch, feito pelo Paulo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chromium funcionando com plugin Flash by Paulo Matias</title>
		<link>http://matias.archlinux-br.org/archives/748/comment-page-1#comment-273</link>
		<dc:creator>Paulo Matias</dc:creator>
		<pubDate>Mon, 02 Nov 2009 13:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://matias.archlinux-br.org/?p=748#comment-273</guid>
		<description>Sim, poucas pessoas na equipe possuem processadores com suporte a 64 bits, então o repositório x86_64 acaba infelizmente ficando para trás.

Eu tentei usar o qemu-system-x86_64 há algum tempo atrás para poder compilar e testar os pacotes, mas é tão lento que é inviável.</description>
		<content:encoded><![CDATA[<p>Sim, poucas pessoas na equipe possuem processadores com suporte a 64 bits, então o repositório x86_64 acaba infelizmente ficando para trás.</p>
<p>Eu tentei usar o qemu-system-x86_64 há algum tempo atrás para poder compilar e testar os pacotes, mas é tão lento que é inviável.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
