Jump to content

Proximodo (Proxomitron clone)


Recommended Posts

A message has been posted on another forum about an open source clone of Proxomitron. This is exciting news as the lack of a Linux version of Proxomitron is one of the reasons why I have not made a permanent switch to Linux.

 

IMHO Proxomitron is in the top five of best freeware programs ever written. Do not ask me what the other four are as I do not know. I know about Privoxy (and am currently running it) but Privoxy does not have the power and flexibility of Proxomitron.

 

Go to:

 

http://proximodo.sourceforge.net/

 

A Windows binary of Proximodo is available but, as yet, no Linux version. The program author has supplied a Linux Makefile. Proximodo requires wxWidgets.

 

I have installed version 2.5.3 of wxWidgets (with the "with-X" option). I have followed the instructions in the Proximodo Makefile but cannot get the program to compile. I get error messages about syntax errors in mathcalls.h, which is a GNU file.

 

I know that this is a Mandrake rather than a GNU forum but I am hoping that some of the gurus on this list can help me. I am very keen to compile a Linux version of Proximodo.

 

The following is rather long. It contains the following:

 

Output of find ./ -name "wx" command

Output of wxWidgets configure-wx command.

Output of Proximodo make

 

Any help would be appreciated.

 

 

*************Result of find command**********************************

 

[root@localhost dad]# find /. -name "wx"

/./home/dad/SetUpLinux/wxX11-2.5.3/include/wx

/./home/dad/SetUpLinux/wxX11-2.5.3/contrib/include/wx

/./home/dad/SetUpLinux/wxWidgets-2.5.3/contrib/include/wx

/./home/dad/SetUpLinux/wxWidgets-2.5.3/docs/latex/wx

/./home/dad/SetUpLinux/wxWidgets-2.5.3/include/wx

/./home/dad/SetUpLinux/wxWidgets-2.5.3/lib/wx

/./home/dad/SetUpLinux/wxWidgets-2.5.3/lib/wx/include/x11univ-ansi-release-2.5/wx

/./usr/share/wx (empty - from 2.4 install)

/./usr/local/include/wx (empty - from 2.4 install?)

/./usr/local/include/wx-2.5/wx

/./usr/local/lib/wx (version 2.5)

/./usr/local/lib/wx/include/x11univ-ansi-release-2.5/wx

/./usr/local/share/wx (version 2.5)

[root@localhost dad]#

 

********Result of configure-wx ---see Proximodo Makefile ********

 

WXINC = -I/home/dad/SetUpLinux/wxWidgets-2.5.3/lib/wx/include/x11univ-ansi-release-2.5 -I/home/dad/SetUpLinux/wxWidgets-2.5.3/include -I/home/dad/SetUpLinux/wxWidgets-2.5.3/contrib/include -D__WXUNIVERSAL__ -D__WXX11__ -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES

# Replace the value below with the output of wx-config --libs

WXLIB = -L/home/dad/SetUpLinux/wxWidgets-2.5.3/lib -pthread -L/usr/X11R6/lib -lwx_x11univ_xrc-2.5 -lwx_x11univ_html-2.5 -lwx_x11univ_adv-2.5 -lwx_x11univ_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5

 

 

****************Result of Proximodo make*************************

 

[root@localhost src]# make

g++ -Wall -g -O2 -I/home/dad/SetUpLinux/wxWidgets-2.5.3/lib/wx/include/x11univ-ansi-release-2.5 -I/home/dad/SetUpLinux/wxWidgets-2.5.3/include -I/home/dad/SetUpLinux/wxWidgets-2.5.3/contrib/include -D__WXUNIVERSAL__ -D__WXX11__ -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/dad/SetUpLinux/wxWidgets-2.5.3/lib/wx/include/x11univ-ansi-release-2.5 -I/home/dad/SetUpLinux/wxWidgets-2.5.3/include -I/home/dad/SetUpLinux/wxWidgets-2.5.3/contrib/include -D__WXUNIVERSAL__ -D__WXX11__ -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -c -o configscreen.o configscreen.cpp

In file included from /usr/include/errno.h:36,

from /usr/include/c++/3.3.1/cerrno:48,

from /usr/include/c++/3.3.1/bits/locale_facets.tcc:38,

from /usr/include/c++/3.3.1/locale:47,

from /usr/include/c++/3.3.1/bits/istream.tcc:37,

from /usr/include/c++/3.3.1/istream:768,

from /usr/include/c++/3.3.1/sstream:44,

from zlibbuffer.h:30,

from requestmanager.h:32,

from proxy.h:32,

from configscreen.cpp:38:

/usr/include/bits/errno.h:38: error: syntax error before `)' token

In file included from /usr/include/math.h:65,

from /usr/include/c++/3.3.1/cmath:51,

from /usr/include/c++/3.3.1/bits/locale_facets.tcc:41,

from /usr/include/c++/3.3.1/locale:47,

from /usr/include/c++/3.3.1/bits/istream.tcc:37,

from /usr/include/c++/3.3.1/istream:768,

from /usr/include/c++/3.3.1/sstream:44,

from zlibbuffer.h:30,

from requestmanager.h:32,

from proxy.h:32,

from configscreen.cpp:38:

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:193: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:196: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:202: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:205: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:231: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:235: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:347: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:351: error: syntax error before `)' token

In file included from /usr/include/math.h:88,

from /usr/include/c++/3.3.1/cmath:51,

from /usr/include/c++/3.3.1/bits/locale_facets.tcc:41,

from /usr/include/c++/3.3.1/locale:47,

from /usr/include/c++/3.3.1/bits/istream.tcc:37,

from /usr/include/c++/3.3.1/istream:768,

from /usr/include/c++/3.3.1/sstream:44,

from zlibbuffer.h:30,

from requestmanager.h:32,

from proxy.h:32,

from configscreen.cpp:38:

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:193: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:196: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:202: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:205: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:231: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:235: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:347: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:351: error: syntax error before `)' token

In file included from /usr/include/math.h:109,

from /usr/include/c++/3.3.1/cmath:51,

from /usr/include/c++/3.3.1/bits/locale_facets.tcc:41,

from /usr/include/c++/3.3.1/locale:47,

from /usr/include/c++/3.3.1/bits/istream.tcc:37,

from /usr/include/c++/3.3.1/istream:768,

from /usr/include/c++/3.3.1/sstream:44,

from zlibbuffer.h:30,

from requestmanager.h:32,

from proxy.h:32,

from configscreen.cpp:38:

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:179: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:182: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:185: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:193: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:196: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:202: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:205: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:218: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:225: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:231: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:235: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:283: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:285: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:310: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:314: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:347: error: syntax error before `)' token

/usr/include/bits/mathcalls.h:351: error: syntax error before `)' token

make: *** [configscreen.o] Error 1

[root@localhost src]#

 

****************Result of Proximodo make**********************************

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...